maliyeci
anandxrfeu
Two numbers are picked from 1st 20 natural numbers. What is the probability of getting the 1st number a multiple of 3 and second number a multiple of 2.
Note: I got this from Manhattan review class and cannot seem to get the answer provided. Any help on this would be appreciated.
There are two cases.
1st, two numbers can be equal. In this case
probability is 6/20x10/20=60/400=3/20
2nd two numbers cannot be equal
in this case we will add two different probabilities
3/20x10/19+3/20x9/19=57/380
Thank you for your reply.
Should we not be considering other mutually exclusive cases such as the following:
case a: first number multiple of 3 but not a multiple of 2
AND second number a multiple of 2 but not a multiple of 3.
case b: first number multiple of 3 but not a multiple of 2
AND second number a multiple of 2 which is also a multiple of 3.
case c: first number multiple of 3 which is also a multiple of 2
AND second number a multiple of 2 but not a multiple of 3.
case d: first number multiple of 3 which is also a multiple of 2
AND second number a multiple of 2 which is also a multiple of 3.
on solving :
case a: 3/20 x 7/20
case b: 3/20 x 3/20
case c: 3/20 x 7/20
case d: 3/20 x 3/20
Ans: case a + case b + case c + case d
: 3/20
Where am i going wrong?