A box of colouring pens contains five broken pens and nine working pens. A pen is required for each of the two children, a girl and a boy. If exactly one broken pen is chosen, what is the probability that the girl chose it?
My attempt: $(5/14 \cdot 5/13)+(9/14 \cdot 5/13)$, so $90/182$
Is this correct? If not why?
Many thanks for your help.
Cheers.
Without any calculation the requested probability is 0.5
If you want to calculate it, observe that the probability to get exactly one broken pen is
$$P(X=1)= \frac{\binom{5}{1}\binom{9}{1}}{\binom{14}{2}}+\frac{\binom{5}{1}\binom{9}{1}}{\binom{14}{2}} =A+A $$
The conditional requested probability is evidently
$$\frac{A}{A+A}=0.5$$