Consider the largest three-digit natural number which, when successively divided by , , and , leaves remainders of , , and respectively. What is the true positive remainder when the mathematical expression is divided by ?
- A3
- 7Answer
- C8
- D6
Answer
The correct remainder is 7.
The correct answer is derived by first reconstructing the number through successive division logic to find . Next, applying Fermat's Little Theorem simplifies to . The expression becomes , which correctly maps to a true positive remainder of .
Step-by-Step Solution
Key Concept
Combining Successive Division modeling with Modular Exponentiation and Negative Remainder conversion.