[Math] Probabilty of drawing atleast 1 red ball in 3 attempts.

probability

A bag contains 15 balls, of which
5 balls are red,
5 balls are green, and
5 balls are blue.

We are given 3 attempts to draw a ball from this bag randomly, after each attempt, the drawn ball would be kept back in the bag so during each attempt the total balls in the bag would always be 15. My question is, what is the probability of drawing atleast 1 red ball in 3 attempts.

Best Answer

The probability of drawing a non-red ball from one attempt is $\frac{10}{15} = \frac{2}{3}$.
Thus the probability of drawing only non-red balls from three attempts is $(\frac{2}{3})^3 = \frac{8}{27}$.

Therefore the probability of drawing at least one red ball from three attempts is:

$$1 - \frac{8}{27} = \frac{19}{27}$$

Related Question