Bunuel
Two distinct numbers a and b are chosen randomly from the set of first 20 positive integers. What is the probability that |a–b| would not be divisible by 3?
A. 49/380
B. 21/95
C. 49/190
D. 42/95
E. 133/190
Kudos for a correct solution.
VERITAS PREP OFFICIAL SOLUTION:Any number could be written in the form of one among the following:
(i) 3k
(ii) 3k + 1
(iii) 3k + 2
Only if the 2 numbers are of different types would |a – b| not be divisible by 3:
Numbers of type 3k --> 3, 6, 9, ......... 18 --> Total 6 numbers
Numbers of type 3k + 1 --> 1, 4, 7, .... 19 --> Total 7 numbers
Numbers of type 3k + 2 --> 2, 5, 8, 11 ...20 -->Total 7 numbers
Total possible outcomes = 20 * 19 = 380
Favorable Cases:
1) Picking from Type 1 and Type 2: 2 * (6 * 7) = 84
2) Picking from Type 1 and Type 3: 2 * (6 * 7) = 84
3) Picking from Type 2 and Type 3: 2 * (7 * 7) = 98
Hence, the required probability = (84 + 84 + 98) / 380, and E is the correct answer.
Why exactly are you multiplying by 2 when you are calculating the favourable cases.