Probability lottery question with multiple variables to account for
Consider a state lottery where you get to choose 8 numbers from 1 to 80, no repetition allowed. The Lottery Commission chooses 11 from those 80 numbers, again no repetition. You win the lottery if at least 7 of your numbers are there in the 11 chosen by the Lottery Commission. What is the probability of winning the lottery?
I just wanted to check if what I am thinking is correct or not.
Sample size = $80 choose 8$
Winning Events = $11 choose 7$ * $73choose 1$ $~$ $bigg($i.e. $11choose7$ if at least 7 number matches and $73choose 1$ for $8^{th}$ number can be anything $bigg)$
Therefore, the probability is given by:
$$ P = frac{{11 choose 7} {73 choose 1} }{80 choose 8}$$
probability lotteries
add a comment |
Consider a state lottery where you get to choose 8 numbers from 1 to 80, no repetition allowed. The Lottery Commission chooses 11 from those 80 numbers, again no repetition. You win the lottery if at least 7 of your numbers are there in the 11 chosen by the Lottery Commission. What is the probability of winning the lottery?
I just wanted to check if what I am thinking is correct or not.
Sample size = $80 choose 8$
Winning Events = $11 choose 7$ * $73choose 1$ $~$ $bigg($i.e. $11choose7$ if at least 7 number matches and $73choose 1$ for $8^{th}$ number can be anything $bigg)$
Therefore, the probability is given by:
$$ P = frac{{11 choose 7} {73 choose 1} }{80 choose 8}$$
probability lotteries
add a comment |
Consider a state lottery where you get to choose 8 numbers from 1 to 80, no repetition allowed. The Lottery Commission chooses 11 from those 80 numbers, again no repetition. You win the lottery if at least 7 of your numbers are there in the 11 chosen by the Lottery Commission. What is the probability of winning the lottery?
I just wanted to check if what I am thinking is correct or not.
Sample size = $80 choose 8$
Winning Events = $11 choose 7$ * $73choose 1$ $~$ $bigg($i.e. $11choose7$ if at least 7 number matches and $73choose 1$ for $8^{th}$ number can be anything $bigg)$
Therefore, the probability is given by:
$$ P = frac{{11 choose 7} {73 choose 1} }{80 choose 8}$$
probability lotteries
Consider a state lottery where you get to choose 8 numbers from 1 to 80, no repetition allowed. The Lottery Commission chooses 11 from those 80 numbers, again no repetition. You win the lottery if at least 7 of your numbers are there in the 11 chosen by the Lottery Commission. What is the probability of winning the lottery?
I just wanted to check if what I am thinking is correct or not.
Sample size = $80 choose 8$
Winning Events = $11 choose 7$ * $73choose 1$ $~$ $bigg($i.e. $11choose7$ if at least 7 number matches and $73choose 1$ for $8^{th}$ number can be anything $bigg)$
Therefore, the probability is given by:
$$ P = frac{{11 choose 7} {73 choose 1} }{80 choose 8}$$
probability lotteries
probability lotteries
asked Dec 6 at 17:11
zeal
716
716
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Sample size is OK but Winning Events = $${11 choose 7} * {69choose 1} +{11 choose 8} * {69choose 0} $$
I thought that way but then I thought this is more correct $frac{{11 choose 7} {73 choose 1}}{80 choose 8}$ as $73 choose 1$ will also include for the fact when all the 8th number also matches. As winning is when at least 7 numbers match that means 8th number can be anything- either from the 11 number chosen by lottery commision or any other number which is included in rest of 73 numbers. Please tell me where I am going wrong.
– zeal
Dec 6 at 19:12
Yes, but in this case you are overcounting. Say commison numbers are 1 to 11. Then as you counted, the first 7 numbers are from that 11 and 8 number could be also, say 10. But now you have also this situation if you choose first 1,2,...,6 and 10 among first 11 and then 8-th number is 7.
– greedoid
Dec 6 at 19:28
I hope I made clear this :)
– greedoid
Dec 6 at 19:29
thank you very much that is clear now.
– zeal
Dec 7 at 2:09
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%2f3028774%2fprobability-lottery-question-with-multiple-variables-to-account-for%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
Sample size is OK but Winning Events = $${11 choose 7} * {69choose 1} +{11 choose 8} * {69choose 0} $$
I thought that way but then I thought this is more correct $frac{{11 choose 7} {73 choose 1}}{80 choose 8}$ as $73 choose 1$ will also include for the fact when all the 8th number also matches. As winning is when at least 7 numbers match that means 8th number can be anything- either from the 11 number chosen by lottery commision or any other number which is included in rest of 73 numbers. Please tell me where I am going wrong.
– zeal
Dec 6 at 19:12
Yes, but in this case you are overcounting. Say commison numbers are 1 to 11. Then as you counted, the first 7 numbers are from that 11 and 8 number could be also, say 10. But now you have also this situation if you choose first 1,2,...,6 and 10 among first 11 and then 8-th number is 7.
– greedoid
Dec 6 at 19:28
I hope I made clear this :)
– greedoid
Dec 6 at 19:29
thank you very much that is clear now.
– zeal
Dec 7 at 2:09
add a comment |
Sample size is OK but Winning Events = $${11 choose 7} * {69choose 1} +{11 choose 8} * {69choose 0} $$
I thought that way but then I thought this is more correct $frac{{11 choose 7} {73 choose 1}}{80 choose 8}$ as $73 choose 1$ will also include for the fact when all the 8th number also matches. As winning is when at least 7 numbers match that means 8th number can be anything- either from the 11 number chosen by lottery commision or any other number which is included in rest of 73 numbers. Please tell me where I am going wrong.
– zeal
Dec 6 at 19:12
Yes, but in this case you are overcounting. Say commison numbers are 1 to 11. Then as you counted, the first 7 numbers are from that 11 and 8 number could be also, say 10. But now you have also this situation if you choose first 1,2,...,6 and 10 among first 11 and then 8-th number is 7.
– greedoid
Dec 6 at 19:28
I hope I made clear this :)
– greedoid
Dec 6 at 19:29
thank you very much that is clear now.
– zeal
Dec 7 at 2:09
add a comment |
Sample size is OK but Winning Events = $${11 choose 7} * {69choose 1} +{11 choose 8} * {69choose 0} $$
Sample size is OK but Winning Events = $${11 choose 7} * {69choose 1} +{11 choose 8} * {69choose 0} $$
answered Dec 6 at 18:36
greedoid
37.2k114794
37.2k114794
I thought that way but then I thought this is more correct $frac{{11 choose 7} {73 choose 1}}{80 choose 8}$ as $73 choose 1$ will also include for the fact when all the 8th number also matches. As winning is when at least 7 numbers match that means 8th number can be anything- either from the 11 number chosen by lottery commision or any other number which is included in rest of 73 numbers. Please tell me where I am going wrong.
– zeal
Dec 6 at 19:12
Yes, but in this case you are overcounting. Say commison numbers are 1 to 11. Then as you counted, the first 7 numbers are from that 11 and 8 number could be also, say 10. But now you have also this situation if you choose first 1,2,...,6 and 10 among first 11 and then 8-th number is 7.
– greedoid
Dec 6 at 19:28
I hope I made clear this :)
– greedoid
Dec 6 at 19:29
thank you very much that is clear now.
– zeal
Dec 7 at 2:09
add a comment |
I thought that way but then I thought this is more correct $frac{{11 choose 7} {73 choose 1}}{80 choose 8}$ as $73 choose 1$ will also include for the fact when all the 8th number also matches. As winning is when at least 7 numbers match that means 8th number can be anything- either from the 11 number chosen by lottery commision or any other number which is included in rest of 73 numbers. Please tell me where I am going wrong.
– zeal
Dec 6 at 19:12
Yes, but in this case you are overcounting. Say commison numbers are 1 to 11. Then as you counted, the first 7 numbers are from that 11 and 8 number could be also, say 10. But now you have also this situation if you choose first 1,2,...,6 and 10 among first 11 and then 8-th number is 7.
– greedoid
Dec 6 at 19:28
I hope I made clear this :)
– greedoid
Dec 6 at 19:29
thank you very much that is clear now.
– zeal
Dec 7 at 2:09
I thought that way but then I thought this is more correct $frac{{11 choose 7} {73 choose 1}}{80 choose 8}$ as $73 choose 1$ will also include for the fact when all the 8th number also matches. As winning is when at least 7 numbers match that means 8th number can be anything- either from the 11 number chosen by lottery commision or any other number which is included in rest of 73 numbers. Please tell me where I am going wrong.
– zeal
Dec 6 at 19:12
I thought that way but then I thought this is more correct $frac{{11 choose 7} {73 choose 1}}{80 choose 8}$ as $73 choose 1$ will also include for the fact when all the 8th number also matches. As winning is when at least 7 numbers match that means 8th number can be anything- either from the 11 number chosen by lottery commision or any other number which is included in rest of 73 numbers. Please tell me where I am going wrong.
– zeal
Dec 6 at 19:12
Yes, but in this case you are overcounting. Say commison numbers are 1 to 11. Then as you counted, the first 7 numbers are from that 11 and 8 number could be also, say 10. But now you have also this situation if you choose first 1,2,...,6 and 10 among first 11 and then 8-th number is 7.
– greedoid
Dec 6 at 19:28
Yes, but in this case you are overcounting. Say commison numbers are 1 to 11. Then as you counted, the first 7 numbers are from that 11 and 8 number could be also, say 10. But now you have also this situation if you choose first 1,2,...,6 and 10 among first 11 and then 8-th number is 7.
– greedoid
Dec 6 at 19:28
I hope I made clear this :)
– greedoid
Dec 6 at 19:29
I hope I made clear this :)
– greedoid
Dec 6 at 19:29
thank you very much that is clear now.
– zeal
Dec 7 at 2:09
thank you very much that is clear now.
– zeal
Dec 7 at 2:09
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%2f3028774%2fprobability-lottery-question-with-multiple-variables-to-account-for%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