Difficulty: Medium
Correct Answer: 2^96 + 1
Explanation:
Given data
Concept / Approach
Step-by-step reasoning
a ≡ −1 (mod N)For k = 3 (odd): a^3 + 1 ≡ (−1)^3 + 1 = −1 + 1 = 0 (mod N)Thus N divides a^3 + 1 = (2^32)^3 + 1 = 2^96 + 1.
Why others need not work
Final Answer
The expression 2^96 + 1 is also divisible by N.
Discussion & Comments