PiyushK
Three houses of the same type were advertised to be let in a locality. Three men made separate applications for a house. What is the probability that each of them applied for the same house.
A. 3/27
B. 2/9
C. 2/3
D. 3/511
E. 5/511
What is the probability that two of them applied for the same house and third for one of the other house ?
Each men can choose any of the three houses, hence the total number of ways they can apply is 3^3 = 27.
Each of them to apply for the same house means each of them applying for house A, B or C.
P = 3/27.
Answer: A.
As for your second question:
What is the probability that two of them applied for the same house and third for one of the other house?\(P = \frac{C^1_3*C^2_3*2}{3^3}=\frac{2}{3}\), where:
\(C^1_3\) is the number of ways of selecting which out of three houses gets 2 votes;
\(C^2_3\) is the number of ways of selecting which out of three men will vote for that house;
2 is the number of ways for the third man to choose a house from 2 remaining.
If we use the approach suggested by you here:
three-houses-of-the-same-type-were-advertised-to-be-let-in-a-171474.html#p1365820 it would be P = 1 - 3/27 - 3!/27 = 2/3.
Hope it's clear.