Using Combinatorics for Dice
I'm trying to calculate the probability of rolling exactly 1 four with 2 die.
Using probability,
$$
P(text{exactly 1 four}) = frac{1}{6}*frac{5}{6} * 2! = frac{10}{36}
$$
If I try to use combinatorics (specifically the 'stars and bars' approach) to solve this problem, I find that the total number of combinations is 21 or $binom{6 + 2 - 1}{2}$. There's 5 ways to select exactly 1 four (I think) where it's $binom{1}{1}*binom{5}{1}$
Is this an incorrect application of combinatorics? Why? How come the probability is $frac{10}{36}$ using probability but $frac{5}{21}$ the other way?
Please let me know if I have made some error in calculations, it's been a long time since I have been in school.
probability combinatorics
add a comment |
I'm trying to calculate the probability of rolling exactly 1 four with 2 die.
Using probability,
$$
P(text{exactly 1 four}) = frac{1}{6}*frac{5}{6} * 2! = frac{10}{36}
$$
If I try to use combinatorics (specifically the 'stars and bars' approach) to solve this problem, I find that the total number of combinations is 21 or $binom{6 + 2 - 1}{2}$. There's 5 ways to select exactly 1 four (I think) where it's $binom{1}{1}*binom{5}{1}$
Is this an incorrect application of combinatorics? Why? How come the probability is $frac{10}{36}$ using probability but $frac{5}{21}$ the other way?
Please let me know if I have made some error in calculations, it's been a long time since I have been in school.
probability combinatorics
Welcome to MathSE. Die is singular; dice is plural.
– N. F. Taussig
Nov 25 at 10:49
add a comment |
I'm trying to calculate the probability of rolling exactly 1 four with 2 die.
Using probability,
$$
P(text{exactly 1 four}) = frac{1}{6}*frac{5}{6} * 2! = frac{10}{36}
$$
If I try to use combinatorics (specifically the 'stars and bars' approach) to solve this problem, I find that the total number of combinations is 21 or $binom{6 + 2 - 1}{2}$. There's 5 ways to select exactly 1 four (I think) where it's $binom{1}{1}*binom{5}{1}$
Is this an incorrect application of combinatorics? Why? How come the probability is $frac{10}{36}$ using probability but $frac{5}{21}$ the other way?
Please let me know if I have made some error in calculations, it's been a long time since I have been in school.
probability combinatorics
I'm trying to calculate the probability of rolling exactly 1 four with 2 die.
Using probability,
$$
P(text{exactly 1 four}) = frac{1}{6}*frac{5}{6} * 2! = frac{10}{36}
$$
If I try to use combinatorics (specifically the 'stars and bars' approach) to solve this problem, I find that the total number of combinations is 21 or $binom{6 + 2 - 1}{2}$. There's 5 ways to select exactly 1 four (I think) where it's $binom{1}{1}*binom{5}{1}$
Is this an incorrect application of combinatorics? Why? How come the probability is $frac{10}{36}$ using probability but $frac{5}{21}$ the other way?
Please let me know if I have made some error in calculations, it's been a long time since I have been in school.
probability combinatorics
probability combinatorics
asked Nov 25 at 1:42
Spicy Meatball
32
32
Welcome to MathSE. Die is singular; dice is plural.
– N. F. Taussig
Nov 25 at 10:49
add a comment |
Welcome to MathSE. Die is singular; dice is plural.
– N. F. Taussig
Nov 25 at 10:49
Welcome to MathSE. Die is singular; dice is plural.
– N. F. Taussig
Nov 25 at 10:49
Welcome to MathSE. Die is singular; dice is plural.
– N. F. Taussig
Nov 25 at 10:49
add a comment |
2 Answers
2
active
oldest
votes
The reason for the discrepancy is that outcomes in which the dice display two different numbers are twice as likely to occur as those outcomes in which they display the same number.
The $21$ possible outcomes you counted consist of $6$ outcomes in which both six-sided dice display the same number and $15$ outcomes in which the two six-sided dice display different numbers.
$$binom{6}{1} + binom{6}{2} = 21$$
This is the number of distinguishable outcomes you would see if you had two indistinguishable six-sided dice, for instance, if both the dice were white with black dots.
However, these outcomes are not equally likely. Imagine that we now have one blue six-sided die and one red six-sided die. There are now $36$ possible outcomes since for each of the six possible outcomes on the blue die, there are six possible outcomes on the red die.
There are still six outcomes in which the two dice display the same number. However, there are now $30$ outcomes in which the two dice display different numbers since for each of the six possible outcomes on the blue die, there are five ways to obtain a different number on the red die.
Assuming the dice are fair, among the $21$ outcomes you counted, the $15$ outcomes in which the dice display different numbers are twice as likely to occur as those in which they display the same number. For instance, the outcome $(3, 3)$ on the white dice can only occur as $(color{blue}{3}, color{red}{3})$ on the colored dice, while the outcome $(2, 5)$ on the white dice can occur as $(color{blue}{2}, color{red}{5})$ or $(color{blue}{5}, color{red}{2})$ on the colored dice, where $(color{blue}{b}, color{red}{r})$ represents the ordered pair of outcomes on the blue die and red die, respectively.
If we make the assumption that a six-sided die is fair, then the probability that a 4 is obtained when a six-sided die is thrown is $1/6$. Since this is true for each roll, we can use the binomial distribution, which states that the probability that a success occurs exactly $k$ times in $n$ trials, each of which has probability $p$ of success, is
$$Pr(X = k) = binom{n}{k}p^k(1 - p)^{n - k}$$
where $binom{n}{k}$ is the number of ways exactly $k$ successes can occur in $n$ trials, $p^k$ is the probability of $k$ successes, and $(1 - p)^{n - k}$ is the probability of $n - k$ failures.
Here the trials are the outcomes on the blue die and the red die. Hence, the probability of obtaining exactly one 4 when two fair six-sided dice are thrown is
$$Pr(X = 1) = binom{2}{1}left(frac{1}{6}right)left(frac{5}{6}right)$$
as your first calculation showed.
add a comment |
After spending additional time looking around on the internet, it appears my combinations are not equiprobable. Probability of rolling 6 when throwing k dice one by one vs all at once.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3012324%2fusing-combinatorics-for-dice%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The reason for the discrepancy is that outcomes in which the dice display two different numbers are twice as likely to occur as those outcomes in which they display the same number.
The $21$ possible outcomes you counted consist of $6$ outcomes in which both six-sided dice display the same number and $15$ outcomes in which the two six-sided dice display different numbers.
$$binom{6}{1} + binom{6}{2} = 21$$
This is the number of distinguishable outcomes you would see if you had two indistinguishable six-sided dice, for instance, if both the dice were white with black dots.
However, these outcomes are not equally likely. Imagine that we now have one blue six-sided die and one red six-sided die. There are now $36$ possible outcomes since for each of the six possible outcomes on the blue die, there are six possible outcomes on the red die.
There are still six outcomes in which the two dice display the same number. However, there are now $30$ outcomes in which the two dice display different numbers since for each of the six possible outcomes on the blue die, there are five ways to obtain a different number on the red die.
Assuming the dice are fair, among the $21$ outcomes you counted, the $15$ outcomes in which the dice display different numbers are twice as likely to occur as those in which they display the same number. For instance, the outcome $(3, 3)$ on the white dice can only occur as $(color{blue}{3}, color{red}{3})$ on the colored dice, while the outcome $(2, 5)$ on the white dice can occur as $(color{blue}{2}, color{red}{5})$ or $(color{blue}{5}, color{red}{2})$ on the colored dice, where $(color{blue}{b}, color{red}{r})$ represents the ordered pair of outcomes on the blue die and red die, respectively.
If we make the assumption that a six-sided die is fair, then the probability that a 4 is obtained when a six-sided die is thrown is $1/6$. Since this is true for each roll, we can use the binomial distribution, which states that the probability that a success occurs exactly $k$ times in $n$ trials, each of which has probability $p$ of success, is
$$Pr(X = k) = binom{n}{k}p^k(1 - p)^{n - k}$$
where $binom{n}{k}$ is the number of ways exactly $k$ successes can occur in $n$ trials, $p^k$ is the probability of $k$ successes, and $(1 - p)^{n - k}$ is the probability of $n - k$ failures.
Here the trials are the outcomes on the blue die and the red die. Hence, the probability of obtaining exactly one 4 when two fair six-sided dice are thrown is
$$Pr(X = 1) = binom{2}{1}left(frac{1}{6}right)left(frac{5}{6}right)$$
as your first calculation showed.
add a comment |
The reason for the discrepancy is that outcomes in which the dice display two different numbers are twice as likely to occur as those outcomes in which they display the same number.
The $21$ possible outcomes you counted consist of $6$ outcomes in which both six-sided dice display the same number and $15$ outcomes in which the two six-sided dice display different numbers.
$$binom{6}{1} + binom{6}{2} = 21$$
This is the number of distinguishable outcomes you would see if you had two indistinguishable six-sided dice, for instance, if both the dice were white with black dots.
However, these outcomes are not equally likely. Imagine that we now have one blue six-sided die and one red six-sided die. There are now $36$ possible outcomes since for each of the six possible outcomes on the blue die, there are six possible outcomes on the red die.
There are still six outcomes in which the two dice display the same number. However, there are now $30$ outcomes in which the two dice display different numbers since for each of the six possible outcomes on the blue die, there are five ways to obtain a different number on the red die.
Assuming the dice are fair, among the $21$ outcomes you counted, the $15$ outcomes in which the dice display different numbers are twice as likely to occur as those in which they display the same number. For instance, the outcome $(3, 3)$ on the white dice can only occur as $(color{blue}{3}, color{red}{3})$ on the colored dice, while the outcome $(2, 5)$ on the white dice can occur as $(color{blue}{2}, color{red}{5})$ or $(color{blue}{5}, color{red}{2})$ on the colored dice, where $(color{blue}{b}, color{red}{r})$ represents the ordered pair of outcomes on the blue die and red die, respectively.
If we make the assumption that a six-sided die is fair, then the probability that a 4 is obtained when a six-sided die is thrown is $1/6$. Since this is true for each roll, we can use the binomial distribution, which states that the probability that a success occurs exactly $k$ times in $n$ trials, each of which has probability $p$ of success, is
$$Pr(X = k) = binom{n}{k}p^k(1 - p)^{n - k}$$
where $binom{n}{k}$ is the number of ways exactly $k$ successes can occur in $n$ trials, $p^k$ is the probability of $k$ successes, and $(1 - p)^{n - k}$ is the probability of $n - k$ failures.
Here the trials are the outcomes on the blue die and the red die. Hence, the probability of obtaining exactly one 4 when two fair six-sided dice are thrown is
$$Pr(X = 1) = binom{2}{1}left(frac{1}{6}right)left(frac{5}{6}right)$$
as your first calculation showed.
add a comment |
The reason for the discrepancy is that outcomes in which the dice display two different numbers are twice as likely to occur as those outcomes in which they display the same number.
The $21$ possible outcomes you counted consist of $6$ outcomes in which both six-sided dice display the same number and $15$ outcomes in which the two six-sided dice display different numbers.
$$binom{6}{1} + binom{6}{2} = 21$$
This is the number of distinguishable outcomes you would see if you had two indistinguishable six-sided dice, for instance, if both the dice were white with black dots.
However, these outcomes are not equally likely. Imagine that we now have one blue six-sided die and one red six-sided die. There are now $36$ possible outcomes since for each of the six possible outcomes on the blue die, there are six possible outcomes on the red die.
There are still six outcomes in which the two dice display the same number. However, there are now $30$ outcomes in which the two dice display different numbers since for each of the six possible outcomes on the blue die, there are five ways to obtain a different number on the red die.
Assuming the dice are fair, among the $21$ outcomes you counted, the $15$ outcomes in which the dice display different numbers are twice as likely to occur as those in which they display the same number. For instance, the outcome $(3, 3)$ on the white dice can only occur as $(color{blue}{3}, color{red}{3})$ on the colored dice, while the outcome $(2, 5)$ on the white dice can occur as $(color{blue}{2}, color{red}{5})$ or $(color{blue}{5}, color{red}{2})$ on the colored dice, where $(color{blue}{b}, color{red}{r})$ represents the ordered pair of outcomes on the blue die and red die, respectively.
If we make the assumption that a six-sided die is fair, then the probability that a 4 is obtained when a six-sided die is thrown is $1/6$. Since this is true for each roll, we can use the binomial distribution, which states that the probability that a success occurs exactly $k$ times in $n$ trials, each of which has probability $p$ of success, is
$$Pr(X = k) = binom{n}{k}p^k(1 - p)^{n - k}$$
where $binom{n}{k}$ is the number of ways exactly $k$ successes can occur in $n$ trials, $p^k$ is the probability of $k$ successes, and $(1 - p)^{n - k}$ is the probability of $n - k$ failures.
Here the trials are the outcomes on the blue die and the red die. Hence, the probability of obtaining exactly one 4 when two fair six-sided dice are thrown is
$$Pr(X = 1) = binom{2}{1}left(frac{1}{6}right)left(frac{5}{6}right)$$
as your first calculation showed.
The reason for the discrepancy is that outcomes in which the dice display two different numbers are twice as likely to occur as those outcomes in which they display the same number.
The $21$ possible outcomes you counted consist of $6$ outcomes in which both six-sided dice display the same number and $15$ outcomes in which the two six-sided dice display different numbers.
$$binom{6}{1} + binom{6}{2} = 21$$
This is the number of distinguishable outcomes you would see if you had two indistinguishable six-sided dice, for instance, if both the dice were white with black dots.
However, these outcomes are not equally likely. Imagine that we now have one blue six-sided die and one red six-sided die. There are now $36$ possible outcomes since for each of the six possible outcomes on the blue die, there are six possible outcomes on the red die.
There are still six outcomes in which the two dice display the same number. However, there are now $30$ outcomes in which the two dice display different numbers since for each of the six possible outcomes on the blue die, there are five ways to obtain a different number on the red die.
Assuming the dice are fair, among the $21$ outcomes you counted, the $15$ outcomes in which the dice display different numbers are twice as likely to occur as those in which they display the same number. For instance, the outcome $(3, 3)$ on the white dice can only occur as $(color{blue}{3}, color{red}{3})$ on the colored dice, while the outcome $(2, 5)$ on the white dice can occur as $(color{blue}{2}, color{red}{5})$ or $(color{blue}{5}, color{red}{2})$ on the colored dice, where $(color{blue}{b}, color{red}{r})$ represents the ordered pair of outcomes on the blue die and red die, respectively.
If we make the assumption that a six-sided die is fair, then the probability that a 4 is obtained when a six-sided die is thrown is $1/6$. Since this is true for each roll, we can use the binomial distribution, which states that the probability that a success occurs exactly $k$ times in $n$ trials, each of which has probability $p$ of success, is
$$Pr(X = k) = binom{n}{k}p^k(1 - p)^{n - k}$$
where $binom{n}{k}$ is the number of ways exactly $k$ successes can occur in $n$ trials, $p^k$ is the probability of $k$ successes, and $(1 - p)^{n - k}$ is the probability of $n - k$ failures.
Here the trials are the outcomes on the blue die and the red die. Hence, the probability of obtaining exactly one 4 when two fair six-sided dice are thrown is
$$Pr(X = 1) = binom{2}{1}left(frac{1}{6}right)left(frac{5}{6}right)$$
as your first calculation showed.
answered Nov 25 at 11:21
N. F. Taussig
43.5k93355
43.5k93355
add a comment |
add a comment |
After spending additional time looking around on the internet, it appears my combinations are not equiprobable. Probability of rolling 6 when throwing k dice one by one vs all at once.
add a comment |
After spending additional time looking around on the internet, it appears my combinations are not equiprobable. Probability of rolling 6 when throwing k dice one by one vs all at once.
add a comment |
After spending additional time looking around on the internet, it appears my combinations are not equiprobable. Probability of rolling 6 when throwing k dice one by one vs all at once.
After spending additional time looking around on the internet, it appears my combinations are not equiprobable. Probability of rolling 6 when throwing k dice one by one vs all at once.
answered Nov 25 at 3:35
Spicy Meatball
32
32
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3012324%2fusing-combinatorics-for-dice%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to MathSE. Die is singular; dice is plural.
– N. F. Taussig
Nov 25 at 10:49