I need help figuring out some discrete probabilities.

Multi tool use
$begingroup$
If I have 3 fair 6-sided dice I need to find the probability that 4 events occur.
First, the chance that I roll no 1's. I think the probability is $(5/6)^3$. Then the second event is all 1's, I think the probability is $(1/6)^6$. Next is exactly one 1, and finally exactly two 1's.
I have no idea how to do these last two. My first guess was that exactly one 1 would be $(1/6)*(5/6)^2$ and two 1's would be $(1/6)^2*(5/6)$, but when I added all four values together I got a sum of about 0.7, so I know it's not right.
probability
$endgroup$
add a comment |
$begingroup$
If I have 3 fair 6-sided dice I need to find the probability that 4 events occur.
First, the chance that I roll no 1's. I think the probability is $(5/6)^3$. Then the second event is all 1's, I think the probability is $(1/6)^6$. Next is exactly one 1, and finally exactly two 1's.
I have no idea how to do these last two. My first guess was that exactly one 1 would be $(1/6)*(5/6)^2$ and two 1's would be $(1/6)^2*(5/6)$, but when I added all four values together I got a sum of about 0.7, so I know it's not right.
probability
$endgroup$
add a comment |
$begingroup$
If I have 3 fair 6-sided dice I need to find the probability that 4 events occur.
First, the chance that I roll no 1's. I think the probability is $(5/6)^3$. Then the second event is all 1's, I think the probability is $(1/6)^6$. Next is exactly one 1, and finally exactly two 1's.
I have no idea how to do these last two. My first guess was that exactly one 1 would be $(1/6)*(5/6)^2$ and two 1's would be $(1/6)^2*(5/6)$, but when I added all four values together I got a sum of about 0.7, so I know it's not right.
probability
$endgroup$
If I have 3 fair 6-sided dice I need to find the probability that 4 events occur.
First, the chance that I roll no 1's. I think the probability is $(5/6)^3$. Then the second event is all 1's, I think the probability is $(1/6)^6$. Next is exactly one 1, and finally exactly two 1's.
I have no idea how to do these last two. My first guess was that exactly one 1 would be $(1/6)*(5/6)^2$ and two 1's would be $(1/6)^2*(5/6)$, but when I added all four values together I got a sum of about 0.7, so I know it's not right.
probability
probability
asked Jan 17 at 18:54


Matthew RileyMatthew Riley
896
896
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The first two are correct. You have the right idea for the second two, but you're a bit off.
For exactly one $1$, your probability of $frac{1}{6}(frac{5}{6})^{2}$ can be thought of as "roll a $1$ and then don't roll a $1$ for the next $2$ rolls". However the $1$ can occur on any of the three rolls, so this needs to be multiplied by $3$:
$$3cdotfrac{1}{6}cdotleft(frac{5}{6}right)^{2}$$
For exactly two $1$s, we'll use the same logic as above. There are $binom{3}{2}$ possible positions for the $1$s, and then a $(1/6)^{2}$ probability to roll them, and a $5/6$ probability to avoid them on the other rolls. So
$$binom{3}{2}left(frac{1}{6}right)^{2}frac{5}{6}$$
$endgroup$
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%2f3077371%2fi-need-help-figuring-out-some-discrete-probabilities%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The first two are correct. You have the right idea for the second two, but you're a bit off.
For exactly one $1$, your probability of $frac{1}{6}(frac{5}{6})^{2}$ can be thought of as "roll a $1$ and then don't roll a $1$ for the next $2$ rolls". However the $1$ can occur on any of the three rolls, so this needs to be multiplied by $3$:
$$3cdotfrac{1}{6}cdotleft(frac{5}{6}right)^{2}$$
For exactly two $1$s, we'll use the same logic as above. There are $binom{3}{2}$ possible positions for the $1$s, and then a $(1/6)^{2}$ probability to roll them, and a $5/6$ probability to avoid them on the other rolls. So
$$binom{3}{2}left(frac{1}{6}right)^{2}frac{5}{6}$$
$endgroup$
add a comment |
$begingroup$
The first two are correct. You have the right idea for the second two, but you're a bit off.
For exactly one $1$, your probability of $frac{1}{6}(frac{5}{6})^{2}$ can be thought of as "roll a $1$ and then don't roll a $1$ for the next $2$ rolls". However the $1$ can occur on any of the three rolls, so this needs to be multiplied by $3$:
$$3cdotfrac{1}{6}cdotleft(frac{5}{6}right)^{2}$$
For exactly two $1$s, we'll use the same logic as above. There are $binom{3}{2}$ possible positions for the $1$s, and then a $(1/6)^{2}$ probability to roll them, and a $5/6$ probability to avoid them on the other rolls. So
$$binom{3}{2}left(frac{1}{6}right)^{2}frac{5}{6}$$
$endgroup$
add a comment |
$begingroup$
The first two are correct. You have the right idea for the second two, but you're a bit off.
For exactly one $1$, your probability of $frac{1}{6}(frac{5}{6})^{2}$ can be thought of as "roll a $1$ and then don't roll a $1$ for the next $2$ rolls". However the $1$ can occur on any of the three rolls, so this needs to be multiplied by $3$:
$$3cdotfrac{1}{6}cdotleft(frac{5}{6}right)^{2}$$
For exactly two $1$s, we'll use the same logic as above. There are $binom{3}{2}$ possible positions for the $1$s, and then a $(1/6)^{2}$ probability to roll them, and a $5/6$ probability to avoid them on the other rolls. So
$$binom{3}{2}left(frac{1}{6}right)^{2}frac{5}{6}$$
$endgroup$
The first two are correct. You have the right idea for the second two, but you're a bit off.
For exactly one $1$, your probability of $frac{1}{6}(frac{5}{6})^{2}$ can be thought of as "roll a $1$ and then don't roll a $1$ for the next $2$ rolls". However the $1$ can occur on any of the three rolls, so this needs to be multiplied by $3$:
$$3cdotfrac{1}{6}cdotleft(frac{5}{6}right)^{2}$$
For exactly two $1$s, we'll use the same logic as above. There are $binom{3}{2}$ possible positions for the $1$s, and then a $(1/6)^{2}$ probability to roll them, and a $5/6$ probability to avoid them on the other rolls. So
$$binom{3}{2}left(frac{1}{6}right)^{2}frac{5}{6}$$
answered Jan 17 at 19:00
pwerthpwerth
3,233417
3,233417
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.
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%2f3077371%2fi-need-help-figuring-out-some-discrete-probabilities%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
QjQRWdR v7NJ13cM,N V 0tl cxwLoNQ mJPpd4OJFhZxoUhvsgKp,x,SibWED8ukaSd,84IkvYjQu,xt2P7fjZw,vKih