Bunuel: Is there any approach like "Only prime numbers have even number of factors"? 2^16 has 17 factors + 1 factor = 18 factors (even)...so it ́s prime. Is this a wrong way to do this question?
honchos
Which of the following numbers is prime?
A. 2^16+1
B. 2^31+3^31
C. 4^66+7^66
D. 5^82−2^82
E. 5^2881+7^2881
Let's check which of the options is NOT a prime:
A. \(2^{16} + 1\) --> the units digit of 2 in positive integer power repeats in blocks of four {2, 4, 8, 6}. Hence, the units digit of 2^16 is 6 and the units digit of 2^16 + 1 is 7 --> 2^16 + 1 CAN be a prime.
B. \(2^{31} + 3^{31}\) --> the units digit of 2^31 is 8 and the units digit of 3^31 is 7 (the units digit of 3 in positive integer power repeats in blocks of four {3, 9, 7, 1}). Hence, the units digit of 2^31 + 3^31 is 5 (8+7). Thus 2^31 + 3^31 is divisible by 5. Not a prime.
C. \(4^{66} + 7^{66}\) --> the units digit of 4^66 is 6 (the units digit of 4 in positive integer power repeats in blocks of two {4, 6}) and the units digit of 7^66 is 9 (the units digit of 7 in positive integer power repeats in blocks of four {7, 9, 3, 1}). Hence, the units digit of 4^66 + 7^66 is 5 (6+9). Thus 4^66 + 7^66 is divisible by 5. Not a prime.
D. \(5^{82} - 2^{82}\) --> we can factor this as (5^41 - 2^41)(5^41 + 2^41). Not a prime.
E. \(5^{2881}+ 7^{2881}\) --> 5^2881 + 7^2881 = odd + odd = even. Not a prime.
Only option A can be prime.
Answer: A.
Hope it's clear.