What is the remainder when is divided by ?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
The divisor times 2^101 - 2^51 + 1 equals 2^202 + 1 by difference of squares, so 2^202 is -1 modulo the divisor.
Solution
Let . The middle term satisfies , which suggests the difference-of-squares pairing
So divides , which means . Then
Since , the remainder is exactly .
The answer is .
Why this works
A divisor of the form is a hint that it came from factoring a sum of squares by the Sophie Germain trick: , and when is a perfect square you get a difference of squares. Here and . Once the divisor is known to divide , the remainder question collapses to .
Alternative approach
Test the pattern with small numbers: divides , and divides . In general ; the problem is . Small cases like these also let you confirm the remainder rule .
The trap
Trying to reduce 2^202 by finding the order of 2 modulo the divisor, or forgetting to check that 201 is smaller than the divisor.
Common mistakes
- Trying to reduce 2^202 by finding the order of 2 modulo the divisor, or forgetting to check that 201 is smaller than the divisor.
- Sign error in the expansion, concluding and answering (not a choice) or guessing .
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Substitute to simplify (u = x+1/x, shifting, scaling)