Terrence writes down one of the numbers from 0-20, inclusive, on one index card each until he has written each number exactly once and then faces all the cards down. Next, he randomly chooses two cards without turning them over.
What is the probability that a prime number will be written on each card and that the absolute difference between the two prime numbers will itself be a prime number?
2 is the only even prime number. All other prime numbers are odd.
One prime number is 2(even), the other prime number is odd since difference odd(prime) and even(prime) is odd(prime)
Case 1: One prime number is 2 and other is odd such that difference is odd prime number
All such odd prime number pairs between 0-20 = {(2,5), (2,7), (2,13), (2,19)}
Favorable ways = 4C1 = 4
Case 2: Diffence between 2 odd prime numbers is 2(even prime).
All such odd prime numbers pairs = {(3,5),(5,7),(11,13),(17,19)}
Favorable ways = 4C1 = 4
Total favorable ways = 8
Total ways = 21C2 = 210
The probability that a prime number will be written on each card and that the absolute difference between the two prime numbers will itself be a prime number = 8/210 = 4/105
IMO C