a bag contains 3 red balls and 2 blue balls. A ball is taken out at random and put back. A second ball is chosen and put back. I've already drawn the tree diagram for this. What is the probability of at least one red ball?
|
Both events are independent of each other. That is an important first step. Now notice that the probability of getting at least one red ball is the same as the probability of not having both blue balls, so our final probability will be 1 - P(drawing blue balls both times). P(drawing blue balls both times) is 2/5*2/5, which is 4/25, so your final probability will be 1 - 4/25 = 21/25 |
|||
|
|
|
Note that ${\text{Prob(at least 1 in 2)}} = {\text{Prob(exactly 1)}} + {\text{Prob(exactly 2)}}$ and the number of ways to draw $r$ red balls in 2 draws is the same as the number of ways of choosing $r$ objects from 2 i.e. $$\frac{{2!}}{{r!(r - 2)!}}.$$ So using binomial distribution we know that the probability of exactly $r$ red balls in 2 draws is $$\frac{{2!}}{{r!(r - 2)!}}{p^r}{(1 - p)^{2 - r}}$$ where $p = 3/5$. Now add these up with $r = 1$ and $r = 2$. |
|||||
|
