The greatest prime number that is a divisor of is because . What is the sum of the digits of the greatest prime number that is a divisor of ?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
16383 = 2^14 - 1 = (2^7 - 1)(2^7 + 1) = 127 * 129 = 3 * 43 * 127, and 127 is prime.
Solution
The problem tells us , so , which is a difference of squares:
Now , and is prime (it is not divisible by or , and ). Thus
and the greatest prime divisor is . Its digit sum is .
The answer is .
Why this works
A number one less than a power of two factors as . The first sentence of the problem is not decoration: it points at so you can factor algebraically rather than by trial division. Checking primality of only needs primes up to .
The trap
Trying to factor 16383 by trial division from scratch instead of using the hint 16384 = 2^14 and the difference of squares.
Common mistakes
- Trying to factor 16383 by trial division from scratch instead of using the hint 16384 = 2^14 and the difference of squares.
- Stopping at and taking as the largest prime (it is ), or reporting itself instead of its digit sum.
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta