bagdbmba
x, y and z are all unique numbers. If x is chosen randomly from the set {7, 8, 9, 10, 11} and y and z are chosen randomly from the set {20, 21, 22, 23}, what is the Probability that x and y are prime and z is not ?
A. 1/5
B. 3/20
C. 13/20
D. 3/10
E. 1/10
x from {7, 8, 9, 10, 11} - there are 2 primes here 7 and 11. Probability that x is prime is 2/5.
y and z from {20, 21, 22, 23} - there is only one prime number here 23. Probability that y is prime is 1/4.
Now you are left with 3 numbers since y and z must be different. You can select z in any way out of those 3 numbers since all are non prime. So probability that z is not prime is 1.
Probability that x and y are prime but z is not = (2/5)*(1/4)*1 = 2/20 = 1/10
Answer (E)
Note that out of y and z, it doesn't matter what you pick first.
If you pick z first, the probability that it is not prime is (3/4). Now you are left with 3 numbers one of which is prime. The probability that y is prime is (1/3). So probability that y is prime and z is not = (3/4)*(1/3) = (1/4) - same as before
I have a doubt here.
Even though picking x first or picking y first gives us equal probability i.e 1/4 resulting in probability of 1/10.
Ideally shouldn't we consider the both cases i.e.picking x first or picking y first while calculating the final probability?
Please correct me if I am wrong.