A newly-minted sixteen year old takes the written and road drivers's license test repeatedly until he passes them. It is given that the probability he passes the written test is 0.9, that he passes the road test is 0.6 and that the tests are independent. Furthermore, it is assumed that the road test cannot be taken unless he passes the written test, and that once he passes the written test he does not need to take it ever again. Also assume that the written and road tests are distinct attempts. What is the probability that he will pass the road test on his 5th (total) attempt?
I found that since those probability is independent that P(written|road)=P(written)=0.9 then I also know that P(Written intersection road)=P(w)P(R)= (.9)(.6) = .54
I really don't know how to find 5th attempt for this problem..Thank you for any help!
For much larger numbers, we would need to develop general theory. In this case, we don't need to, although we do need to be systematic.
Case 1: Our hero passes the written on the first try, then fails the road test $3$ times, then passes. The probability of this is $(0.9)(0.4)^3(0.6)$.
Case 2: She fails the written, then passes it, then fails the road test twice, then passes it. The probability of this is $(0.1)(0.9)(0.4)^2(0.6)$.
There are a few other cases. The last one has our candidate fail the written three times, then pass, then pass the road test on the first try.
Find the missing probabilities, and add up.
Remark: The calculation assumes not only independence between written and road, but that performances on successive written (or road) tests are independent. In other words, the candidate learns nothing from failure. This is not a reasonable assumption.