MHB Probability of First Ball Drawn Red | Explanation Provided

  • Thread starter Thread starter Suvadip
  • Start date Start date
  • Tags Tags
    Probability
Click For Summary
The problem involves calculating the probability that the first ball drawn is red given that the second ball drawn is white, using conditional probability. The initial setup includes 5 red and 10 white balls, totaling 15. The probability of drawing a red ball first is 1/3, and if that occurs, the probability of then drawing a white ball is 5/7, leading to a combined probability of 5/21 for this scenario. Conversely, if a white ball is drawn first, the probability of drawing another white ball is 9/14, resulting in a total probability of 14/21 for drawing a white ball second. Ultimately, the conditional probability that the first ball is red given the second is white is calculated to be 5/14.
Suvadip
Messages
68
Reaction score
0
A box contains 5 red and 10 white balls. Two balls are drawn at random without replacement. What is the probability that first ball drawn is red given that the second one is white? I am confused how the colour of the second ball effects the probability of the first ball. Please help.
 
Mathematics news on Phys.org
Re: conditonal probability

suvadip said:
A box contains 5 red and 10 white balls. Two balls are drawn at random without replacement. What is the probability that first ball drawn is red given that the second one is white? I am confused how the colour of the second ball effects the probability of the first ball. Please help.

You want to find $$\mathcal{P}(R_1|W_2)=\frac{\mathcal{P}(R_1W_2)}{ \mathcal{P}(W_2)}$$

But you know $$\mathcal{P}(W_2)=\mathcal{P}(R_1W_2)+\mathcal{P}(W_1W_2)$$
 
Rather than using memorized formulas, you can think it out this way:

There are 5 red balls and 10 white balls, a total of 15 balls. The probability that a red ball is drawn first is 5/15= 1/3. If that happens, there are still 10 white balls but now only 14 balls total. The probability the next ball drawn is white is 10/14= 5/7. The probability "the first ball is red and the second is white" is (1/3)(5/7)= 5/21.

The probability that a white ball is drawn first is 10/15= 2/3. If that happens there are now 9 white balls and 14 balls total. The probabilty that second ball drawn is white is 9/14. The probability "the first ball drawn is white and the second is white" is (2/3)(9/14)= 3/7.

The total probability for "white ball drawn second" is 5/21+ 3/7= 5/21+ 9/7= 14/21= 2/3. The probability "first ball is red given that the second ball is white" is (5/21)/(2/3)= (5/21)(3/2)= 5/14. The probability "first ball is white given that the second ball is white" is (3/7)/(2/3)= (3/7)(3/2)= 9/14.