CSAT Solved Papers/ 2025/Q67
2025 CSAT — Q67
What is the remainder when is divided by ?
Worked rationale
Reduce the base mod first: . Then every power behaves the same:
so for every (multiplying by stays ).
Count the terms: from to that is terms, each :
Answer: (a) 0.
Why the other options miss
- B an arithmetic slip: mis-counts the terms (e.g. terms , then a further slip), or mishandles .
- C an arithmetic slip: takes the per-term residue as (confusing with or similar) and propagates the error.
- D counted one too few: counts an odd number of terms (so the total ), the classic fence-post error from instead of .
Specialist insight
Two moves win modular-sum items. First, collapse the base: and for all — a constant residue, not a cycle, because is a fixed point of multiplication-by- mod . Second, count terms with fence-post care: to inclusive is terms, and the parity of that count decides everything ( threes sum to a multiple of ; would leave ). The (d) distractor is engineered for exactly the off-by-one term count, so write deliberately. Reducing each term to a constant turns a -term sum into a single multiplication.
for all ; the answer hinges on the term count (even) — an off-by-one gives the planted .