Consider the arithmetic expression . When the value of is divided by , what is the resulting positive remainder?
- A8
- 4Answer
- C6
- D9
Answer
4
Evaluating the remainders of each term modulo 10 (which is equivalent to finding their unit digits), we obtain 8, 6, and 9 respectively. Applying the correct order of operations, multiplication precedes subtraction: . To convert -46 into a valid positive remainder modulo 10, we add the nearest larger multiple of 10 (which is 50), yielding .
Step-by-Step Solution
Key Concept
Unit digit cyclicity, modular arithmetic, and the conversion of negative remainders.