The key to opening is in a bunch of ten keys. A man attempts to open the door by trying the keys at random and discarding the wrong key. The probability that door is opened on fifth trial is:
The solution key involves using multiplication rule of probability for dependent events:
$$ P = \frac{9}{10} \frac{8}{9} \frac{7}{8} \frac{6}{8} \frac{1}{6} = \frac{1}{10}$$
Explanation, nine out of the ten are wrong and hence the probability of choosing wrong key in first choose must be $ \frac{9}{10}$, similarly once we have taken one wrong key , the probability of choosing the next key is given as $ \frac{8}{9}$ and so on till the fifth draw where we only have one 'right' key out of the six.
However, if we were to extend this result, it'd turn out that the chance of man opening the door on first try, second try, third try.. last try are all equal.. how is this possible?
I think that if we do a truly random experiment, then if we get wrong answer the first few times, it must increase our chances of getting the right answer later on.