Odds of rolling m or more 6's if you roll a 6 sided die n times Announcing the arrival of...
Why is it faster to reheat something than it is to cook it?
Tips to organize LaTeX presentations for a semester
Project Euler #1 in C++
What is a more techy Technical Writer job title that isn't cutesy or confusing?
Relating to the President and obstruction, were Mueller's conclusions preordained?
Delete free apps from library
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
Was Kant an Intuitionist about mathematical objects?
Sally's older brother
A proverb that is used to imply that you have unexpectedly faced a big problem
I can't produce songs
Is there hard evidence that the grant peer review system performs significantly better than random?
GDP with Intermediate Production
Co-worker has annoying ringtone
Tannaka duality for semisimple groups
Can an iPhone 7 be made to function as a NFC Tag?
How to align enumerate environment inside description environment
Did pre-Columbian Americans know the spherical shape of the Earth?
Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?
i2c bus hangs in master RPi access to MSP430G uC ~1 in 1000 accesses
How can a team of shapeshifters communicate?
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
What are the main differences between the original Stargate SG-1 and the Final Cut edition?
Does silver oxide react with hydrogen sulfide?
Odds of rolling m or more 6's if you roll a 6 sided die n times
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)what is a formula for working out dice chance percentages?dice odds of a specific number rolling at least onceExploding (a.k.a open-ended) dice poolRolling 10-sided dice with shifting probabilitiesProbability of rolling X successes with differently sized diceProbability Space of Rolling a Fair Die Three TimesRolling a 10-sided dice. Probability.What is the chance of rolling 5 numbers higher than 5 (6+) on ten, ten sided dice (10D10)Advanced Dice Probability: 3d6Comparing two die rolls of n-sided dice
$begingroup$
If you roll a six-sided die $n$ times the odds of never rolling a 6 are $(frac 56)^n$ and so, the odds of rolling one or more 6s are $1-(frac56)^n$.
Can this be generalized to a situation where you desire $m$ 'hits'?
The specific situation I started thinking about this is one where the odds of success are $1$ in $10$, and $3$ successes are needed. I assumed that determining the odds of 3 hits after $n$ attempts would be fairly simple but I hit a wall pretty quickly (I have a pretty poor stats background).
I'm less concerned about that specific case, but more interested in: is there a simple solution to this problem in general?
probability
$endgroup$
add a comment |
$begingroup$
If you roll a six-sided die $n$ times the odds of never rolling a 6 are $(frac 56)^n$ and so, the odds of rolling one or more 6s are $1-(frac56)^n$.
Can this be generalized to a situation where you desire $m$ 'hits'?
The specific situation I started thinking about this is one where the odds of success are $1$ in $10$, and $3$ successes are needed. I assumed that determining the odds of 3 hits after $n$ attempts would be fairly simple but I hit a wall pretty quickly (I have a pretty poor stats background).
I'm less concerned about that specific case, but more interested in: is there a simple solution to this problem in general?
probability
$endgroup$
1
$begingroup$
Sure. This is just a binomial process with success probability $frac 16$ so the standard formulas apply. If your numbers are large, then the usual normal approximation can be quite accurate.
$endgroup$
– lulu
Mar 26 at 1:08
$begingroup$
Wow thanks, I love math but have never driven deep into the stat side!
$endgroup$
– Brian
Mar 26 at 2:13
add a comment |
$begingroup$
If you roll a six-sided die $n$ times the odds of never rolling a 6 are $(frac 56)^n$ and so, the odds of rolling one or more 6s are $1-(frac56)^n$.
Can this be generalized to a situation where you desire $m$ 'hits'?
The specific situation I started thinking about this is one where the odds of success are $1$ in $10$, and $3$ successes are needed. I assumed that determining the odds of 3 hits after $n$ attempts would be fairly simple but I hit a wall pretty quickly (I have a pretty poor stats background).
I'm less concerned about that specific case, but more interested in: is there a simple solution to this problem in general?
probability
$endgroup$
If you roll a six-sided die $n$ times the odds of never rolling a 6 are $(frac 56)^n$ and so, the odds of rolling one or more 6s are $1-(frac56)^n$.
Can this be generalized to a situation where you desire $m$ 'hits'?
The specific situation I started thinking about this is one where the odds of success are $1$ in $10$, and $3$ successes are needed. I assumed that determining the odds of 3 hits after $n$ attempts would be fairly simple but I hit a wall pretty quickly (I have a pretty poor stats background).
I'm less concerned about that specific case, but more interested in: is there a simple solution to this problem in general?
probability
probability
edited Mar 26 at 13:37
Ernie060
2,950719
2,950719
asked Mar 26 at 1:02
BrianBrian
225
225
1
$begingroup$
Sure. This is just a binomial process with success probability $frac 16$ so the standard formulas apply. If your numbers are large, then the usual normal approximation can be quite accurate.
$endgroup$
– lulu
Mar 26 at 1:08
$begingroup$
Wow thanks, I love math but have never driven deep into the stat side!
$endgroup$
– Brian
Mar 26 at 2:13
add a comment |
1
$begingroup$
Sure. This is just a binomial process with success probability $frac 16$ so the standard formulas apply. If your numbers are large, then the usual normal approximation can be quite accurate.
$endgroup$
– lulu
Mar 26 at 1:08
$begingroup$
Wow thanks, I love math but have never driven deep into the stat side!
$endgroup$
– Brian
Mar 26 at 2:13
1
1
$begingroup$
Sure. This is just a binomial process with success probability $frac 16$ so the standard formulas apply. If your numbers are large, then the usual normal approximation can be quite accurate.
$endgroup$
– lulu
Mar 26 at 1:08
$begingroup$
Sure. This is just a binomial process with success probability $frac 16$ so the standard formulas apply. If your numbers are large, then the usual normal approximation can be quite accurate.
$endgroup$
– lulu
Mar 26 at 1:08
$begingroup$
Wow thanks, I love math but have never driven deep into the stat side!
$endgroup$
– Brian
Mar 26 at 2:13
$begingroup$
Wow thanks, I love math but have never driven deep into the stat side!
$endgroup$
– Brian
Mar 26 at 2:13
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
as mentioned in the comments, this is a typical application of the Binomial distribution.
The Binomial distribution has two parameters:
$n$ is the number of trials, e.g. how often you throw the die
$p$ is the success probability of one trial, e.g. the probability of throwing a six.
Given these two parameters you can easily compute the probability of $m$ successes in $n$ trials by:
$$
Bbb P (text{exactly} m text{successes}) = {{n}choose {m}} p^m (1 -p)^{n-m}.
$$
$endgroup$
add a comment |
Your Answer
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%2f3162551%2fodds-of-rolling-m-or-more-6s-if-you-roll-a-6-sided-die-n-times%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$
as mentioned in the comments, this is a typical application of the Binomial distribution.
The Binomial distribution has two parameters:
$n$ is the number of trials, e.g. how often you throw the die
$p$ is the success probability of one trial, e.g. the probability of throwing a six.
Given these two parameters you can easily compute the probability of $m$ successes in $n$ trials by:
$$
Bbb P (text{exactly} m text{successes}) = {{n}choose {m}} p^m (1 -p)^{n-m}.
$$
$endgroup$
add a comment |
$begingroup$
as mentioned in the comments, this is a typical application of the Binomial distribution.
The Binomial distribution has two parameters:
$n$ is the number of trials, e.g. how often you throw the die
$p$ is the success probability of one trial, e.g. the probability of throwing a six.
Given these two parameters you can easily compute the probability of $m$ successes in $n$ trials by:
$$
Bbb P (text{exactly} m text{successes}) = {{n}choose {m}} p^m (1 -p)^{n-m}.
$$
$endgroup$
add a comment |
$begingroup$
as mentioned in the comments, this is a typical application of the Binomial distribution.
The Binomial distribution has two parameters:
$n$ is the number of trials, e.g. how often you throw the die
$p$ is the success probability of one trial, e.g. the probability of throwing a six.
Given these two parameters you can easily compute the probability of $m$ successes in $n$ trials by:
$$
Bbb P (text{exactly} m text{successes}) = {{n}choose {m}} p^m (1 -p)^{n-m}.
$$
$endgroup$
as mentioned in the comments, this is a typical application of the Binomial distribution.
The Binomial distribution has two parameters:
$n$ is the number of trials, e.g. how often you throw the die
$p$ is the success probability of one trial, e.g. the probability of throwing a six.
Given these two parameters you can easily compute the probability of $m$ successes in $n$ trials by:
$$
Bbb P (text{exactly} m text{successes}) = {{n}choose {m}} p^m (1 -p)^{n-m}.
$$
answered Mar 26 at 13:39
CetttCettt
2,010623
2,010623
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%2f3162551%2fodds-of-rolling-m-or-more-6s-if-you-roll-a-6-sided-die-n-times%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
1
$begingroup$
Sure. This is just a binomial process with success probability $frac 16$ so the standard formulas apply. If your numbers are large, then the usual normal approximation can be quite accurate.
$endgroup$
– lulu
Mar 26 at 1:08
$begingroup$
Wow thanks, I love math but have never driven deep into the stat side!
$endgroup$
– Brian
Mar 26 at 2:13