jayanthjanardhan
Can i please have the solution to this?
Probability of having the right key = Favorable Cases/Total Cases = (Cases in which the right key will be picked)/(No of ways in which you can pick two keys)
No of ways in which you can pick two keys out of 10 = 10C2 = 10*9/2 = 45
No of cases in which the right key will be picked = 1*9C1 (you pick the correct key and one other key) = 9
Probability of winning = 9/45 = 1/5
Answer (C)
You can also
do the question with arrangement since you need probability.
Pick the first key in 10 ways and second in 9 ways. Total = 10*9 = 90 ways
Pick the first correct key in 1 way and second key in 9 ways. Total = 1*9 = 9 ways
Pick the first key in 9 ways and second correct key in 1 way. Total = 9*1 = 9 ways
Probability = (9+9)/90 = 1/5
Another Method is using probabilitiesShe can win the contents by picking the first key correctly or second key correctly.
Probability of picking the first key correctly = 1/10
Probability of picking the first key incorrectly and second key correctly = (9/10)*(1/9) = 1/10
Probability of winning = 1/10 + 1/10 = 1/5