Probability of a specific outcome while taking balls out of a bag
up vote
0
down vote
favorite
You have a bag with 8 white and 4 red balls. You pick out 5 balls from the bag without replacement. What is the probability of getting 2 red and 3 white balls?
I've a doubt with a specific approach in solving this problem.
Method 1:
Since I don't care about the ordering of the specific outcome, I can find the probability as 8C3*4C2/12C5 = 14/33
Method 2:
Lets take a particular ordering of the desired outcome.
WRWRW
The probability of this outcome would be (8*4*7*3*6)/(12*11*10*9*8)
If you observe the numerator, it remains the same for any ordering of the red and white balls. Hence any ordering of 2 red and 3 white balls has equal probability of occurrence. Now total such orderings of 2 red and 3 white balls are 5!/(3!2!) = 10
Hence the final probability is (8*4*7*3*6)/(12*11*10*9*8)*10 = 14/33
Method 3:
Whenever I take out 5 balls, I can the following outcomes. I've listed the type of outcome, the total arrangements possible for every outcome, and total ways of getting x red and y white balls from that bag, i.e.
#. type of outcome ; possible arrangements ; no. of ways from the bag
- 0R5W ; 1 ; 8C5 = 56
- 1R4W ; 5 ; 8C4*4C1 = 280
- 2R3W ; 10 ; 8C3*4C2 = 336
- 3R2W ; 10 ; 8C2*4C3 = 112
- 4R1W ; 1 ; 8C1*4C4 = 8
Now, if I take the final probability as (No. of ways of #3) / (No. of ways for all #) that gives the correct answer i.e. 14/33.
BUT, for lets say, 4R1W, there are 8 ways to get 4R and 1W out of the bag, and for each of those ways, the 4R1W balls could be arranged in 5 ways. So total no. of outcomes where you have 4R1W balls should be 5*8 = 40. Which is basically 8C1*4C4*5!/(4!1!)
So should the probability be the ratio of product of 2nd and 3rd columns, and not just the 3rd column? Why is this incorrect?
probability
add a comment |
up vote
0
down vote
favorite
You have a bag with 8 white and 4 red balls. You pick out 5 balls from the bag without replacement. What is the probability of getting 2 red and 3 white balls?
I've a doubt with a specific approach in solving this problem.
Method 1:
Since I don't care about the ordering of the specific outcome, I can find the probability as 8C3*4C2/12C5 = 14/33
Method 2:
Lets take a particular ordering of the desired outcome.
WRWRW
The probability of this outcome would be (8*4*7*3*6)/(12*11*10*9*8)
If you observe the numerator, it remains the same for any ordering of the red and white balls. Hence any ordering of 2 red and 3 white balls has equal probability of occurrence. Now total such orderings of 2 red and 3 white balls are 5!/(3!2!) = 10
Hence the final probability is (8*4*7*3*6)/(12*11*10*9*8)*10 = 14/33
Method 3:
Whenever I take out 5 balls, I can the following outcomes. I've listed the type of outcome, the total arrangements possible for every outcome, and total ways of getting x red and y white balls from that bag, i.e.
#. type of outcome ; possible arrangements ; no. of ways from the bag
- 0R5W ; 1 ; 8C5 = 56
- 1R4W ; 5 ; 8C4*4C1 = 280
- 2R3W ; 10 ; 8C3*4C2 = 336
- 3R2W ; 10 ; 8C2*4C3 = 112
- 4R1W ; 1 ; 8C1*4C4 = 8
Now, if I take the final probability as (No. of ways of #3) / (No. of ways for all #) that gives the correct answer i.e. 14/33.
BUT, for lets say, 4R1W, there are 8 ways to get 4R and 1W out of the bag, and for each of those ways, the 4R1W balls could be arranged in 5 ways. So total no. of outcomes where you have 4R1W balls should be 5*8 = 40. Which is basically 8C1*4C4*5!/(4!1!)
So should the probability be the ratio of product of 2nd and 3rd columns, and not just the 3rd column? Why is this incorrect?
probability
Are we assuming that all white balls are different and all red balls are different ( like for examples all balls are differently numbered)? If that's the case then I can see why my method 3 would be wrong.
– qwerty_uiop
Nov 19 at 10:28
Yes, we are. That is indicated by the fact that we discern $binom{12}5$ different outcomes.
– drhab
Nov 19 at 10:55
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
You have a bag with 8 white and 4 red balls. You pick out 5 balls from the bag without replacement. What is the probability of getting 2 red and 3 white balls?
I've a doubt with a specific approach in solving this problem.
Method 1:
Since I don't care about the ordering of the specific outcome, I can find the probability as 8C3*4C2/12C5 = 14/33
Method 2:
Lets take a particular ordering of the desired outcome.
WRWRW
The probability of this outcome would be (8*4*7*3*6)/(12*11*10*9*8)
If you observe the numerator, it remains the same for any ordering of the red and white balls. Hence any ordering of 2 red and 3 white balls has equal probability of occurrence. Now total such orderings of 2 red and 3 white balls are 5!/(3!2!) = 10
Hence the final probability is (8*4*7*3*6)/(12*11*10*9*8)*10 = 14/33
Method 3:
Whenever I take out 5 balls, I can the following outcomes. I've listed the type of outcome, the total arrangements possible for every outcome, and total ways of getting x red and y white balls from that bag, i.e.
#. type of outcome ; possible arrangements ; no. of ways from the bag
- 0R5W ; 1 ; 8C5 = 56
- 1R4W ; 5 ; 8C4*4C1 = 280
- 2R3W ; 10 ; 8C3*4C2 = 336
- 3R2W ; 10 ; 8C2*4C3 = 112
- 4R1W ; 1 ; 8C1*4C4 = 8
Now, if I take the final probability as (No. of ways of #3) / (No. of ways for all #) that gives the correct answer i.e. 14/33.
BUT, for lets say, 4R1W, there are 8 ways to get 4R and 1W out of the bag, and for each of those ways, the 4R1W balls could be arranged in 5 ways. So total no. of outcomes where you have 4R1W balls should be 5*8 = 40. Which is basically 8C1*4C4*5!/(4!1!)
So should the probability be the ratio of product of 2nd and 3rd columns, and not just the 3rd column? Why is this incorrect?
probability
You have a bag with 8 white and 4 red balls. You pick out 5 balls from the bag without replacement. What is the probability of getting 2 red and 3 white balls?
I've a doubt with a specific approach in solving this problem.
Method 1:
Since I don't care about the ordering of the specific outcome, I can find the probability as 8C3*4C2/12C5 = 14/33
Method 2:
Lets take a particular ordering of the desired outcome.
WRWRW
The probability of this outcome would be (8*4*7*3*6)/(12*11*10*9*8)
If you observe the numerator, it remains the same for any ordering of the red and white balls. Hence any ordering of 2 red and 3 white balls has equal probability of occurrence. Now total such orderings of 2 red and 3 white balls are 5!/(3!2!) = 10
Hence the final probability is (8*4*7*3*6)/(12*11*10*9*8)*10 = 14/33
Method 3:
Whenever I take out 5 balls, I can the following outcomes. I've listed the type of outcome, the total arrangements possible for every outcome, and total ways of getting x red and y white balls from that bag, i.e.
#. type of outcome ; possible arrangements ; no. of ways from the bag
- 0R5W ; 1 ; 8C5 = 56
- 1R4W ; 5 ; 8C4*4C1 = 280
- 2R3W ; 10 ; 8C3*4C2 = 336
- 3R2W ; 10 ; 8C2*4C3 = 112
- 4R1W ; 1 ; 8C1*4C4 = 8
Now, if I take the final probability as (No. of ways of #3) / (No. of ways for all #) that gives the correct answer i.e. 14/33.
BUT, for lets say, 4R1W, there are 8 ways to get 4R and 1W out of the bag, and for each of those ways, the 4R1W balls could be arranged in 5 ways. So total no. of outcomes where you have 4R1W balls should be 5*8 = 40. Which is basically 8C1*4C4*5!/(4!1!)
So should the probability be the ratio of product of 2nd and 3rd columns, and not just the 3rd column? Why is this incorrect?
probability
probability
asked Nov 19 at 10:15
qwerty_uiop
562
562
Are we assuming that all white balls are different and all red balls are different ( like for examples all balls are differently numbered)? If that's the case then I can see why my method 3 would be wrong.
– qwerty_uiop
Nov 19 at 10:28
Yes, we are. That is indicated by the fact that we discern $binom{12}5$ different outcomes.
– drhab
Nov 19 at 10:55
add a comment |
Are we assuming that all white balls are different and all red balls are different ( like for examples all balls are differently numbered)? If that's the case then I can see why my method 3 would be wrong.
– qwerty_uiop
Nov 19 at 10:28
Yes, we are. That is indicated by the fact that we discern $binom{12}5$ different outcomes.
– drhab
Nov 19 at 10:55
Are we assuming that all white balls are different and all red balls are different ( like for examples all balls are differently numbered)? If that's the case then I can see why my method 3 would be wrong.
– qwerty_uiop
Nov 19 at 10:28
Are we assuming that all white balls are different and all red balls are different ( like for examples all balls are differently numbered)? If that's the case then I can see why my method 3 would be wrong.
– qwerty_uiop
Nov 19 at 10:28
Yes, we are. That is indicated by the fact that we discern $binom{12}5$ different outcomes.
– drhab
Nov 19 at 10:55
Yes, we are. That is indicated by the fact that we discern $binom{12}5$ different outcomes.
– drhab
Nov 19 at 10:55
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3004750%2fprobability-of-a-specific-outcome-while-taking-balls-out-of-a-bag%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
Are we assuming that all white balls are different and all red balls are different ( like for examples all balls are differently numbered)? If that's the case then I can see why my method 3 would be wrong.
– qwerty_uiop
Nov 19 at 10:28
Yes, we are. That is indicated by the fact that we discern $binom{12}5$ different outcomes.
– drhab
Nov 19 at 10:55