Difference between revisions of "2021 Fall AMC 10A Problems/Problem 12"
Aidensharp (talk | contribs) m |
|||
Line 21: | Line 21: | ||
-Aidensharp | -Aidensharp | ||
+ | |||
+ | ==Solution 2== | ||
+ | We convert this into base <math>10,</math> so | ||
+ | <cmath>2 \cdot 9^{10}+7 \cdot 9^9+6 \cdot 9^6+5 \cdot 9+2</cmath> | ||
+ | Notice that <math>9 \equiv -1 \mod 5,</math> | ||
+ | <cmath>2 \cdot (-1)^10+7 \cdot (-1)^9+6 \cdot (-1)^6+5 \cdot (-1)+2=2-7+6-5+2</cmath> | ||
+ | Simplifying, <math>-2 \mod 5 \implies 3 \mod 5.</math> So, the answer is <math>\boxed{3}.</math> | ||
+ | |||
+ | - kante314 |
Revision as of 20:08, 22 November 2021
Problem
The base-nine representation of the number is . What is the remainder when is divided by ?
Solution
Using module rules, we can find the remainder:
Thus, the answer is .
-Aidensharp
Solution 2
We convert this into base so Notice that Simplifying, So, the answer is
- kante314