Consider a sequence of integers generated by the mathematical formula . What is the positive remainder obtained when the term of this sequence is divided by ?
- 4Answer
- B5
- C6
- D3
Answer
4
Applying the rules of modular arithmetic, we first reduce the base modulo , giving . Raising to the odd power of yields . The expression then simplifies to . Because remainders must be non-negative, we add the next largest multiple of (which is ) to , resulting in a final positive remainder of .
Step-by-Step Solution
Key Concept
Modular arithmetic reduction, exponent parity rules, and conversion of negative remainders.