Bunuel
How many three-digit numbers contain three primes that sum to an even number?
A. 27
B. 28
C. 54
D. 55
E. 64
There are 4 prime digit numbers: 2, 3, 5, 7.
Since sum of 3 primes is an even number, all of them are even, or one of them is 2 and others isn't 2.
Case 1. Three digit numbers are different.We must select 2 first. Now, we need to select 2 others from set {3, 5, 7}. We have 3C2 = 3 possible ways to select.
Now, with 3 different digits, we could create 3 * 2 * 1 = 6 different three-digit numbers from each set of 3 different digits.
Hence, we could totally create 6 * 3 = 18 different three-digit numbers.
Case 2. First digit is 2 and two others are identical.We simply select a number from set {3, 5, 7}. There are 3 possible ways to select it.
Now, from each set of 2 and two other identical numbers, we could create 3 * 2 * 1 / 2 = 3 different three-digit numbers.
Hence, we could totally create 3 * 3 = 9 different three-digit numbers.
Case 3. All of 3 digits are identical.In this case, we could create only one number 222.
Hence, the result of this question is: 18 + 9 + 1 = 28.
The answer is B