Probability of 11 members in a group of 12 choose the same outcome.
up vote
0
down vote
favorite
Example: Suppose there's an election and three candidates are running for the presidency. What are the odds that 11 people out of 12 will choose the same candidate? (assuming each person has a 1/3 chance to pick either candidate).
Attempt: I think that there are 3^12 possible outcomes, (3 alternatives, 12 subjects that will choose the alternatives) and 12 desirable outcomes for each candidate, so 36 overall. So my guess is 36/3^11.
probability
add a comment |
up vote
0
down vote
favorite
Example: Suppose there's an election and three candidates are running for the presidency. What are the odds that 11 people out of 12 will choose the same candidate? (assuming each person has a 1/3 chance to pick either candidate).
Attempt: I think that there are 3^12 possible outcomes, (3 alternatives, 12 subjects that will choose the alternatives) and 12 desirable outcomes for each candidate, so 36 overall. So my guess is 36/3^11.
probability
1
"Tries" is not "probability" is not "odds." Please re-write your question more carefully.
– David G. Stork
Nov 19 at 2:13
I removed the last bit about tries. The probability then is approximately 0.02%, correct ?
– Vitor Costa
Nov 19 at 2:18
I don't understand your $36$ at all ... '12 desirable outcomes for each candidate'? can you explain that?
– Bram28
Nov 19 at 2:27
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Example: Suppose there's an election and three candidates are running for the presidency. What are the odds that 11 people out of 12 will choose the same candidate? (assuming each person has a 1/3 chance to pick either candidate).
Attempt: I think that there are 3^12 possible outcomes, (3 alternatives, 12 subjects that will choose the alternatives) and 12 desirable outcomes for each candidate, so 36 overall. So my guess is 36/3^11.
probability
Example: Suppose there's an election and three candidates are running for the presidency. What are the odds that 11 people out of 12 will choose the same candidate? (assuming each person has a 1/3 chance to pick either candidate).
Attempt: I think that there are 3^12 possible outcomes, (3 alternatives, 12 subjects that will choose the alternatives) and 12 desirable outcomes for each candidate, so 36 overall. So my guess is 36/3^11.
probability
probability
edited Nov 19 at 2:16
asked Nov 19 at 2:10
Vitor Costa
32
32
1
"Tries" is not "probability" is not "odds." Please re-write your question more carefully.
– David G. Stork
Nov 19 at 2:13
I removed the last bit about tries. The probability then is approximately 0.02%, correct ?
– Vitor Costa
Nov 19 at 2:18
I don't understand your $36$ at all ... '12 desirable outcomes for each candidate'? can you explain that?
– Bram28
Nov 19 at 2:27
add a comment |
1
"Tries" is not "probability" is not "odds." Please re-write your question more carefully.
– David G. Stork
Nov 19 at 2:13
I removed the last bit about tries. The probability then is approximately 0.02%, correct ?
– Vitor Costa
Nov 19 at 2:18
I don't understand your $36$ at all ... '12 desirable outcomes for each candidate'? can you explain that?
– Bram28
Nov 19 at 2:27
1
1
"Tries" is not "probability" is not "odds." Please re-write your question more carefully.
– David G. Stork
Nov 19 at 2:13
"Tries" is not "probability" is not "odds." Please re-write your question more carefully.
– David G. Stork
Nov 19 at 2:13
I removed the last bit about tries. The probability then is approximately 0.02%, correct ?
– Vitor Costa
Nov 19 at 2:18
I removed the last bit about tries. The probability then is approximately 0.02%, correct ?
– Vitor Costa
Nov 19 at 2:18
I don't understand your $36$ at all ... '12 desirable outcomes for each candidate'? can you explain that?
– Bram28
Nov 19 at 2:27
I don't understand your $36$ at all ... '12 desirable outcomes for each candidate'? can you explain that?
– Bram28
Nov 19 at 2:27
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
accepted
Call the candidates $A$, $B$, and $C$. The probability you get the outcome $A = 11$, $B = 1$ and $C=0$ is given by the trinomial distribution, which here is:
$$P(A=11, B=1, C=0) = {12! over 11! 1! 0!} (1/3)^{11} (1/3)^1 (1/3)^0$$.
But you can get the criterion output if $A=1$, $B=11$, $C=0$... and likewise for other permutations. There are $3!=6$ such permutations, and you must add up their probabilities.
Thus:
$$3! {12! over 11! 1! 0!} (1/3)^{11} (1/3)^1 (1/3)^0 = frac{8}{59049} approx 0.000135481.$$
Thank you, this makes perfect sense. I was having trouble with the permutations of the desirable/criterion output.
– Vitor Costa
Nov 19 at 2:42
Permutations: $A=11,B=1,C=0$... $A=11,B=0,C=1$... $A=1,B=11,C=0$... [can you fill in the rest of the six?]
– David G. Stork
Nov 19 at 7:53
add a comment |
up vote
1
down vote
It looks like you calculated the odds and not the probability.
When counting successful outcomes, there are $12$ ways to get $11$ the same for each of $3$ candidates and for each of those the one different outcome can be one of two, hence:
$$P(11 text{same}) = frac{12cdot 3cdot 2}{3^{12}} = .00013548$$
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Call the candidates $A$, $B$, and $C$. The probability you get the outcome $A = 11$, $B = 1$ and $C=0$ is given by the trinomial distribution, which here is:
$$P(A=11, B=1, C=0) = {12! over 11! 1! 0!} (1/3)^{11} (1/3)^1 (1/3)^0$$.
But you can get the criterion output if $A=1$, $B=11$, $C=0$... and likewise for other permutations. There are $3!=6$ such permutations, and you must add up their probabilities.
Thus:
$$3! {12! over 11! 1! 0!} (1/3)^{11} (1/3)^1 (1/3)^0 = frac{8}{59049} approx 0.000135481.$$
Thank you, this makes perfect sense. I was having trouble with the permutations of the desirable/criterion output.
– Vitor Costa
Nov 19 at 2:42
Permutations: $A=11,B=1,C=0$... $A=11,B=0,C=1$... $A=1,B=11,C=0$... [can you fill in the rest of the six?]
– David G. Stork
Nov 19 at 7:53
add a comment |
up vote
0
down vote
accepted
Call the candidates $A$, $B$, and $C$. The probability you get the outcome $A = 11$, $B = 1$ and $C=0$ is given by the trinomial distribution, which here is:
$$P(A=11, B=1, C=0) = {12! over 11! 1! 0!} (1/3)^{11} (1/3)^1 (1/3)^0$$.
But you can get the criterion output if $A=1$, $B=11$, $C=0$... and likewise for other permutations. There are $3!=6$ such permutations, and you must add up their probabilities.
Thus:
$$3! {12! over 11! 1! 0!} (1/3)^{11} (1/3)^1 (1/3)^0 = frac{8}{59049} approx 0.000135481.$$
Thank you, this makes perfect sense. I was having trouble with the permutations of the desirable/criterion output.
– Vitor Costa
Nov 19 at 2:42
Permutations: $A=11,B=1,C=0$... $A=11,B=0,C=1$... $A=1,B=11,C=0$... [can you fill in the rest of the six?]
– David G. Stork
Nov 19 at 7:53
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Call the candidates $A$, $B$, and $C$. The probability you get the outcome $A = 11$, $B = 1$ and $C=0$ is given by the trinomial distribution, which here is:
$$P(A=11, B=1, C=0) = {12! over 11! 1! 0!} (1/3)^{11} (1/3)^1 (1/3)^0$$.
But you can get the criterion output if $A=1$, $B=11$, $C=0$... and likewise for other permutations. There are $3!=6$ such permutations, and you must add up their probabilities.
Thus:
$$3! {12! over 11! 1! 0!} (1/3)^{11} (1/3)^1 (1/3)^0 = frac{8}{59049} approx 0.000135481.$$
Call the candidates $A$, $B$, and $C$. The probability you get the outcome $A = 11$, $B = 1$ and $C=0$ is given by the trinomial distribution, which here is:
$$P(A=11, B=1, C=0) = {12! over 11! 1! 0!} (1/3)^{11} (1/3)^1 (1/3)^0$$.
But you can get the criterion output if $A=1$, $B=11$, $C=0$... and likewise for other permutations. There are $3!=6$ such permutations, and you must add up their probabilities.
Thus:
$$3! {12! over 11! 1! 0!} (1/3)^{11} (1/3)^1 (1/3)^0 = frac{8}{59049} approx 0.000135481.$$
answered Nov 19 at 2:26
David G. Stork
9,33421232
9,33421232
Thank you, this makes perfect sense. I was having trouble with the permutations of the desirable/criterion output.
– Vitor Costa
Nov 19 at 2:42
Permutations: $A=11,B=1,C=0$... $A=11,B=0,C=1$... $A=1,B=11,C=0$... [can you fill in the rest of the six?]
– David G. Stork
Nov 19 at 7:53
add a comment |
Thank you, this makes perfect sense. I was having trouble with the permutations of the desirable/criterion output.
– Vitor Costa
Nov 19 at 2:42
Permutations: $A=11,B=1,C=0$... $A=11,B=0,C=1$... $A=1,B=11,C=0$... [can you fill in the rest of the six?]
– David G. Stork
Nov 19 at 7:53
Thank you, this makes perfect sense. I was having trouble with the permutations of the desirable/criterion output.
– Vitor Costa
Nov 19 at 2:42
Thank you, this makes perfect sense. I was having trouble with the permutations of the desirable/criterion output.
– Vitor Costa
Nov 19 at 2:42
Permutations: $A=11,B=1,C=0$... $A=11,B=0,C=1$... $A=1,B=11,C=0$... [can you fill in the rest of the six?]
– David G. Stork
Nov 19 at 7:53
Permutations: $A=11,B=1,C=0$... $A=11,B=0,C=1$... $A=1,B=11,C=0$... [can you fill in the rest of the six?]
– David G. Stork
Nov 19 at 7:53
add a comment |
up vote
1
down vote
It looks like you calculated the odds and not the probability.
When counting successful outcomes, there are $12$ ways to get $11$ the same for each of $3$ candidates and for each of those the one different outcome can be one of two, hence:
$$P(11 text{same}) = frac{12cdot 3cdot 2}{3^{12}} = .00013548$$
add a comment |
up vote
1
down vote
It looks like you calculated the odds and not the probability.
When counting successful outcomes, there are $12$ ways to get $11$ the same for each of $3$ candidates and for each of those the one different outcome can be one of two, hence:
$$P(11 text{same}) = frac{12cdot 3cdot 2}{3^{12}} = .00013548$$
add a comment |
up vote
1
down vote
up vote
1
down vote
It looks like you calculated the odds and not the probability.
When counting successful outcomes, there are $12$ ways to get $11$ the same for each of $3$ candidates and for each of those the one different outcome can be one of two, hence:
$$P(11 text{same}) = frac{12cdot 3cdot 2}{3^{12}} = .00013548$$
It looks like you calculated the odds and not the probability.
When counting successful outcomes, there are $12$ ways to get $11$ the same for each of $3$ candidates and for each of those the one different outcome can be one of two, hence:
$$P(11 text{same}) = frac{12cdot 3cdot 2}{3^{12}} = .00013548$$
answered Nov 19 at 2:56
Phil H
3,9302312
3,9302312
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%2f3004427%2fprobability-of-11-members-in-a-group-of-12-choose-the-same-outcome%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
"Tries" is not "probability" is not "odds." Please re-write your question more carefully.
– David G. Stork
Nov 19 at 2:13
I removed the last bit about tries. The probability then is approximately 0.02%, correct ?
– Vitor Costa
Nov 19 at 2:18
I don't understand your $36$ at all ... '12 desirable outcomes for each candidate'? can you explain that?
– Bram28
Nov 19 at 2:27