I have a small doubt here. Aren't there cases where the numbers are 6,6,6, N1, and N2, and for them, the arrangement should be 5!/3!?
Quote:
1. A password on Mr. Wallace's briefcase consists of 5 digits. What is the probability that the password contains exactly three digit 6?
A. 860/90,000
B. 810/100,000
C. 858/100,000
D. 860/100,000
E. 1530/100,000
I see that (9*9*1*1*1)5C3 is a popular answer method. I agree with this approach, but i was wondering, since permutation is choosing and arranging, 'why not permutation?'. I must be wrong here and i'd really like to know where/ how.
I did read all the other explanations. The repetition approach(5!/3!) looked good too. But i did not understand why a few of em used the probability approach (10*1/10*1/10....).
What would your process for this be?
Responding to a pm:
Permutation is choosing and arranging - correct! But you need to know what you are arranging. Permutation (written as nPr) implies choose r things out of n and then arrange the r things among themselves. Say you select 3 chocolates out of 5 to give as prizes in a game and then arrange the 3 selected chocolates in three spots - first, second and third. The one who stands first, gets the first chocolate and so on. So if you use permutation here, you are selecting 3 spots where you will put 6 and then arranging them in 3! ways. What we actually need to do is select 3 spots out of 5 and put 6 in them. We have to then select 2 digits for the leftover 2 spots, wherever they are!
Hence we select the three spots in 5C3 ways and then choose a digit for the remaining two places in 9*9 ways.
Probability approach:
There are 5 spots ___ ___ ___ ___ ___
What is the probability that the number looks like 6N6N6? (1/10)*(9/10)*(1/10)*(9/10)*(1/10)
N is any number other than 6.
What is the probability that the number looks like N66N6? (9/10)*(1/10)*(1/10)*(9/10)*(1/10)
Similarly there are many other ways of making the password with three 6s. You need to add all some probabilities. The probability in each case will be \((1/10)^3 * (9/10)^2\). How many such distinct cases will be there? It depends on the number of ways in which you can arrange the 6s and Ns = 5!/3!*2! = 10
Total probability \(= 10*(1/10)^3 * (9/10)^2. = 810/10^5\)