Jelly bean choosing from a jar.
up vote
0
down vote
favorite
A certain opaque jar contains $60$ jelly beans — $22$ white, $38$ non-white. What is the probability that the first two jelly beans removed from the jar will be white?
I am wondering about this problem without replacement. So the first white bean gets eaten, then we choose another bean from the jar.
I thought the answer should be $(22/60) cdot (21/59)$, but I was told the answer was a bit more complicated than I originally assumed and involves some combinatorics... but I'd like to know for sure.
probability
add a comment |
up vote
0
down vote
favorite
A certain opaque jar contains $60$ jelly beans — $22$ white, $38$ non-white. What is the probability that the first two jelly beans removed from the jar will be white?
I am wondering about this problem without replacement. So the first white bean gets eaten, then we choose another bean from the jar.
I thought the answer should be $(22/60) cdot (21/59)$, but I was told the answer was a bit more complicated than I originally assumed and involves some combinatorics... but I'd like to know for sure.
probability
I think the issue is how to interpret the question. You are interpreting it as "what's the probability that the first two jelly beans are both white" but I'd say that was not what was intended. Rather, I think the idea was that someone draws them all out one at a time and asks for the probability that at some point two white ones are drawn consecutively.
– lulu
Dec 3 at 23:37
You really should ask "the person much smarter than you" about how they interpret this question. I find your solution to be correct according to the wording of your question.
– EvanHehehe
Dec 4 at 0:58
They only said the answer involves combinatorics. In any case, the question I am interested in is how I am interpreting it (it's academic really), so if my answer seems right in that context, then I'll leave it at that
– Elijah Rockers
Dec 6 at 19:40
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
A certain opaque jar contains $60$ jelly beans — $22$ white, $38$ non-white. What is the probability that the first two jelly beans removed from the jar will be white?
I am wondering about this problem without replacement. So the first white bean gets eaten, then we choose another bean from the jar.
I thought the answer should be $(22/60) cdot (21/59)$, but I was told the answer was a bit more complicated than I originally assumed and involves some combinatorics... but I'd like to know for sure.
probability
A certain opaque jar contains $60$ jelly beans — $22$ white, $38$ non-white. What is the probability that the first two jelly beans removed from the jar will be white?
I am wondering about this problem without replacement. So the first white bean gets eaten, then we choose another bean from the jar.
I thought the answer should be $(22/60) cdot (21/59)$, but I was told the answer was a bit more complicated than I originally assumed and involves some combinatorics... but I'd like to know for sure.
probability
probability
edited Dec 6 at 19:44
asked Dec 3 at 23:00
Elijah Rockers
1014
1014
I think the issue is how to interpret the question. You are interpreting it as "what's the probability that the first two jelly beans are both white" but I'd say that was not what was intended. Rather, I think the idea was that someone draws them all out one at a time and asks for the probability that at some point two white ones are drawn consecutively.
– lulu
Dec 3 at 23:37
You really should ask "the person much smarter than you" about how they interpret this question. I find your solution to be correct according to the wording of your question.
– EvanHehehe
Dec 4 at 0:58
They only said the answer involves combinatorics. In any case, the question I am interested in is how I am interpreting it (it's academic really), so if my answer seems right in that context, then I'll leave it at that
– Elijah Rockers
Dec 6 at 19:40
add a comment |
I think the issue is how to interpret the question. You are interpreting it as "what's the probability that the first two jelly beans are both white" but I'd say that was not what was intended. Rather, I think the idea was that someone draws them all out one at a time and asks for the probability that at some point two white ones are drawn consecutively.
– lulu
Dec 3 at 23:37
You really should ask "the person much smarter than you" about how they interpret this question. I find your solution to be correct according to the wording of your question.
– EvanHehehe
Dec 4 at 0:58
They only said the answer involves combinatorics. In any case, the question I am interested in is how I am interpreting it (it's academic really), so if my answer seems right in that context, then I'll leave it at that
– Elijah Rockers
Dec 6 at 19:40
I think the issue is how to interpret the question. You are interpreting it as "what's the probability that the first two jelly beans are both white" but I'd say that was not what was intended. Rather, I think the idea was that someone draws them all out one at a time and asks for the probability that at some point two white ones are drawn consecutively.
– lulu
Dec 3 at 23:37
I think the issue is how to interpret the question. You are interpreting it as "what's the probability that the first two jelly beans are both white" but I'd say that was not what was intended. Rather, I think the idea was that someone draws them all out one at a time and asks for the probability that at some point two white ones are drawn consecutively.
– lulu
Dec 3 at 23:37
You really should ask "the person much smarter than you" about how they interpret this question. I find your solution to be correct according to the wording of your question.
– EvanHehehe
Dec 4 at 0:58
You really should ask "the person much smarter than you" about how they interpret this question. I find your solution to be correct according to the wording of your question.
– EvanHehehe
Dec 4 at 0:58
They only said the answer involves combinatorics. In any case, the question I am interested in is how I am interpreting it (it's academic really), so if my answer seems right in that context, then I'll leave it at that
– Elijah Rockers
Dec 6 at 19:40
They only said the answer involves combinatorics. In any case, the question I am interested in is how I am interpreting it (it's academic really), so if my answer seems right in that context, then I'll leave it at that
– Elijah Rockers
Dec 6 at 19:40
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Your answer looks fine to me. Did the other person give a reason as to why this would not be correct?
To be formal, let $W_i$ be the event that the $i^{th}$ jelly bean I select is white, assuming each jelly bean is eaten after selection. We want to find $Pr[W_1 cap W_2]$. But this can be expanded as $Pr[W_1 cap W_2] = Pr[W_1] cdot Pr[W_2 mid W_1]$. Like you noted above, $Pr[W_1] = frac{22}{60}$ and $Pr[W_2 mid W_1] = frac{21}{59}$, assuming every bean in the jar is equally likely to be chosen. This results in the answer you give above.
So, we both agreed that Pr[W1] = 22/60. We disagreed on Pr[W2 | W1] ... I said 21/59 and he said he doesn't remember but he knows it's not that. I'm not going to press him on it, I'm just curious if he is overthinking it and needlessly confusing me.
– Elijah Rockers
Dec 6 at 19:47
Nope; if you are choosing without replacement, then your answer is indeed correct.
– platty
Dec 6 at 19:54
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Your answer looks fine to me. Did the other person give a reason as to why this would not be correct?
To be formal, let $W_i$ be the event that the $i^{th}$ jelly bean I select is white, assuming each jelly bean is eaten after selection. We want to find $Pr[W_1 cap W_2]$. But this can be expanded as $Pr[W_1 cap W_2] = Pr[W_1] cdot Pr[W_2 mid W_1]$. Like you noted above, $Pr[W_1] = frac{22}{60}$ and $Pr[W_2 mid W_1] = frac{21}{59}$, assuming every bean in the jar is equally likely to be chosen. This results in the answer you give above.
So, we both agreed that Pr[W1] = 22/60. We disagreed on Pr[W2 | W1] ... I said 21/59 and he said he doesn't remember but he knows it's not that. I'm not going to press him on it, I'm just curious if he is overthinking it and needlessly confusing me.
– Elijah Rockers
Dec 6 at 19:47
Nope; if you are choosing without replacement, then your answer is indeed correct.
– platty
Dec 6 at 19:54
add a comment |
up vote
0
down vote
Your answer looks fine to me. Did the other person give a reason as to why this would not be correct?
To be formal, let $W_i$ be the event that the $i^{th}$ jelly bean I select is white, assuming each jelly bean is eaten after selection. We want to find $Pr[W_1 cap W_2]$. But this can be expanded as $Pr[W_1 cap W_2] = Pr[W_1] cdot Pr[W_2 mid W_1]$. Like you noted above, $Pr[W_1] = frac{22}{60}$ and $Pr[W_2 mid W_1] = frac{21}{59}$, assuming every bean in the jar is equally likely to be chosen. This results in the answer you give above.
So, we both agreed that Pr[W1] = 22/60. We disagreed on Pr[W2 | W1] ... I said 21/59 and he said he doesn't remember but he knows it's not that. I'm not going to press him on it, I'm just curious if he is overthinking it and needlessly confusing me.
– Elijah Rockers
Dec 6 at 19:47
Nope; if you are choosing without replacement, then your answer is indeed correct.
– platty
Dec 6 at 19:54
add a comment |
up vote
0
down vote
up vote
0
down vote
Your answer looks fine to me. Did the other person give a reason as to why this would not be correct?
To be formal, let $W_i$ be the event that the $i^{th}$ jelly bean I select is white, assuming each jelly bean is eaten after selection. We want to find $Pr[W_1 cap W_2]$. But this can be expanded as $Pr[W_1 cap W_2] = Pr[W_1] cdot Pr[W_2 mid W_1]$. Like you noted above, $Pr[W_1] = frac{22}{60}$ and $Pr[W_2 mid W_1] = frac{21}{59}$, assuming every bean in the jar is equally likely to be chosen. This results in the answer you give above.
Your answer looks fine to me. Did the other person give a reason as to why this would not be correct?
To be formal, let $W_i$ be the event that the $i^{th}$ jelly bean I select is white, assuming each jelly bean is eaten after selection. We want to find $Pr[W_1 cap W_2]$. But this can be expanded as $Pr[W_1 cap W_2] = Pr[W_1] cdot Pr[W_2 mid W_1]$. Like you noted above, $Pr[W_1] = frac{22}{60}$ and $Pr[W_2 mid W_1] = frac{21}{59}$, assuming every bean in the jar is equally likely to be chosen. This results in the answer you give above.
answered Dec 3 at 23:27
platty
3,185319
3,185319
So, we both agreed that Pr[W1] = 22/60. We disagreed on Pr[W2 | W1] ... I said 21/59 and he said he doesn't remember but he knows it's not that. I'm not going to press him on it, I'm just curious if he is overthinking it and needlessly confusing me.
– Elijah Rockers
Dec 6 at 19:47
Nope; if you are choosing without replacement, then your answer is indeed correct.
– platty
Dec 6 at 19:54
add a comment |
So, we both agreed that Pr[W1] = 22/60. We disagreed on Pr[W2 | W1] ... I said 21/59 and he said he doesn't remember but he knows it's not that. I'm not going to press him on it, I'm just curious if he is overthinking it and needlessly confusing me.
– Elijah Rockers
Dec 6 at 19:47
Nope; if you are choosing without replacement, then your answer is indeed correct.
– platty
Dec 6 at 19:54
So, we both agreed that Pr[W1] = 22/60. We disagreed on Pr[W2 | W1] ... I said 21/59 and he said he doesn't remember but he knows it's not that. I'm not going to press him on it, I'm just curious if he is overthinking it and needlessly confusing me.
– Elijah Rockers
Dec 6 at 19:47
So, we both agreed that Pr[W1] = 22/60. We disagreed on Pr[W2 | W1] ... I said 21/59 and he said he doesn't remember but he knows it's not that. I'm not going to press him on it, I'm just curious if he is overthinking it and needlessly confusing me.
– Elijah Rockers
Dec 6 at 19:47
Nope; if you are choosing without replacement, then your answer is indeed correct.
– platty
Dec 6 at 19:54
Nope; if you are choosing without replacement, then your answer is indeed correct.
– platty
Dec 6 at 19:54
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%2f3024828%2fjelly-bean-choosing-from-a-jar%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
I think the issue is how to interpret the question. You are interpreting it as "what's the probability that the first two jelly beans are both white" but I'd say that was not what was intended. Rather, I think the idea was that someone draws them all out one at a time and asks for the probability that at some point two white ones are drawn consecutively.
– lulu
Dec 3 at 23:37
You really should ask "the person much smarter than you" about how they interpret this question. I find your solution to be correct according to the wording of your question.
– EvanHehehe
Dec 4 at 0:58
They only said the answer involves combinatorics. In any case, the question I am interested in is how I am interpreting it (it's academic really), so if my answer seems right in that context, then I'll leave it at that
– Elijah Rockers
Dec 6 at 19:40