Each of the integers from 0 through 11 are written on the back of shirts which David bought for his team. These shirts are packed in a box. David really wants to wear the shirt with number 6 but will be the fourth to pick from the box. If the players are to pick one shirt form the box at random, what is the probability that David gets the number of his choice?
My Solution
The first player selecting the shirt will have 11 other shirts available to pick from, therefore,
$$P(\text{Shirt 6 not selected in first attempt}) = \dfrac{11}{12}$$
$$P(\text{Shirt 6 not selected in second attempt} | \text{Shirt 6 not selected in first attempt}) = \dfrac{P(\text{Shirt 6 not selected in first and second attempt})}{P(\text{Shirt 6 not selected in first attempt})}$$
$$P(\text{Shirt 6 not selected in first and second attempt}) = P(\text{Shirt 6 not selected in second attempt} | \text{Shirt 6 not selected in first attempt}) \times P(\text{Shirt 6 not selected in first attempt})$$
$$P(\text{Shirt 6 not selected in first and second attempt}) = \dfrac{10}{11} \times \dfrac{11}{12}$$
$$P(\text{Shirt 6 not selected in third attempt} | \text{Shirt 6 not selected in first and second attempt}) = \dfrac{P(\text{Shirt 6 not selected in first and second and third attempt})}{P(\text{Shirt 6 not selected in first and second attempt})}$$
$$P(\text{Shirt 6 not selected in first and second and third attempt}) = P(\text{Shirt 6 not selected in third attempt} | \text{Shirt 6 not selected in first and second attempt}) \times P(\text{Shirt 6 not selected in first and second attempt})$$
$$P(\text{Shirt 6 not selected in first and second and third attempt}) = \dfrac{9}{10} \times \dfrac{10}{11} \times \dfrac{11}{12}$$
$$P(\text{Shirt 6 selected in fourth attempt} | \text{Shirt 6 not selected in first and second and third attempt}) = \dfrac{P(\text{Shirt 6 selected in fourth attempt and not selected in first and second and third attempt})}{P(\text{Shirt 6 not selected in first and second and third attempt})}$$
$$P(\text{Shirt 6 selected in fourth attempt and not selected in first and second and third attempt}) = P(\text{Shirt 6 selected in fourth attempt} | \text{Shirt 6 not selected in first and second and third attempt}) \times P(\text{Shirt 6 not selected in first and second and third attempt})$$
$$P(\text{Shirt 6 selected in fourth attempt and not selected in first and second and third attempt}) = \dfrac{1}{9} \times \dfrac{9}{10} \times \dfrac{10}{11} \times \dfrac{11}{12} = \dfrac{1}{12}$$