Official Solution: How many 5-digit positive integers, where each digit is a prime number, are divisible by 25? A. 64
B. 96
C. 128
D. 192
E. 256
For a number to be divisible by 25, it must end in 00, 25, 50, or 75. Since we are looking for numbers composed entirely of prime digits, only 25 and 75 are valid options for the last two digits. Thus, there are two possibilities for the last two digits.
The prime digits are 2, 3, 5, and 7, meaning each of the first three digits can independently take any of these four values. This gives a total of 4 * 4 * 4 = 64 combinations for the first three digits.
Therefore, the total number of five-digit positive integers, where each digit is a prime number and the number is divisible by 25, is 2 * 64 = 128.
Answer: C