Difference between revisions of "1999 AMC 8 Problems/Problem 24"
Talkinaway (talk | contribs) (Added see also box,) |
m (→Solution 1) |
||
(24 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
− | ==Problem | + | ==Problem== |
When <math>1999^{2000}</math> is divided by <math>5</math>, the remainder is | When <math>1999^{2000}</math> is divided by <math>5</math>, the remainder is | ||
− | <math>\text{(A)}\ | + | <math>\text{(A)}\ 0 \qquad \text{(B)}\ 1 \qquad \text{(C)}\ 2 \qquad \text{(D)}\ 3 \qquad \text{(E)}\ 4</math> |
− | ==Solution== | + | ==Solution 1== |
− | Note that the units digits of the powers of 9 have a pattern: <math>9^1 = {\bf 9}</math>,<math>9^2 = 8{\bf 1}</math>,<math>9^3 = 72{\bf 9}</math>,<math>9^4 = 656{\bf 1}</math>, and so on. Since all natural numbers with the same last digit have the same remainder when divided by 5, the entire number doesn't matter, just the last digit. For even powers of <math>9</math>, the number ends in a <math>1</math>. Since the exponent is even, the final digit is <math>1</math>. Note that all natural numbers that end in <math>1</math> have a remainder of <math>1</math> when divided by <math>5</math>. So, our answer is <math>\boxed{1 | + | Note that the units digits of the powers of 9 have a pattern: <math>9^1 = {\bf 9}</math>, <math>9^2 = 8{\bf 1}</math>, <math>9^3 = 72{\bf 9}</math>, <math>9^4 = 656{\bf 1}</math>, and so on. Since all natural numbers with the same last digit have the same remainder when divided by 5, the entire number doesn't matter, just the last digit. For even powers of <math>9</math>, the number ends in a <math>1</math>. Since the exponent is even, the final digit is <math>1</math>. Note that all natural numbers that end in <math>1</math> have a remainder of <math>1</math> when divided by <math>5</math>. So, our answer is <math>\boxed{\text{(B)}\ 1}</math>. |
− | ==See | + | ==Solution 2== |
+ | |||
+ | Write <math>1999</math> as <math>2000-1</math>. We are taking <math>(2000-1)^{2000} \mod{10}</math>. Using the binomial theorem, we see that ALL terms in this expansion are divisible by <math>2000</math> except for the very last term, which is just <math>(-1)^{2000}</math>. This is clear because the binomial expansion is just choosing how many <math>2000</math>s and how many <math>-1</math>s there are for each term. Using this, we can take the entire polynomial <math>\mod{10}</math>, which leaves just <math>(-1)^{2000}=\boxed{\text{(B)}\ 1}</math>. | ||
+ | |||
+ | ==Solution 3== | ||
+ | As <math>1999 \equiv -1 \pmod{5}</math>, we have <math>1999^{2000} \equiv (-1)^{2000} \equiv 1 \pmod{5}</math>. Thus, the answer is <math>\boxed{\text{(B)}\ 1}</math>. | ||
+ | |||
+ | ==Solution 4== | ||
+ | A sum/product of any two natural numbers has the same remainder, when divided by <math>n \in \{\mathbb N}</math>, as the sum/product of their remainders. Thus, we can use the basic definition of an exponent and view the problem as <math>1999 \cdot 1999 \cdot \cdot \cdot 1999</math>. | ||
+ | |||
+ | Using the fact stated in the first sentence, we see that the remainder of <math>1999</math>, when divided by <math>5</math>, is <math>4</math>. The problem can now be written viewed as finding the remainder of <math>4^{2000}</math> when it is divided by <math>5</math>, which is already much simpler. | ||
+ | |||
+ | Now, toying with the simplified problem a little, see notice that powers of <math>4</math> alternate from ending in <math>4</math> and <math>6</math>. We notice that even powers of <math>4</math> always end in <math>6</math>, and also that <math>2000</math> is even. Thus <math>4^{2000}</math> must end in <math>6</math>, which, when divided by <math>5</math> gives a remainder of <math>\boxed{\text{(B)}\ 1}</math>. | ||
+ | |||
+ | ==Video Solution by Soo== | ||
+ | https://youtu.be/jCHiQMK7k3w - Soo, DRMS, NM | ||
+ | |||
+ | == Video Solution by CosineMethod [🔥Fast and Easy🔥]== | ||
+ | |||
+ | https://www.youtube.com/watch?v=U_WOZpd7eYQ | ||
+ | |||
+ | ==See Also== | ||
{{AMC8 box|year=1999|num-b=23|num-a=25}} | {{AMC8 box|year=1999|num-b=23|num-a=25}} | ||
+ | {{MAA Notice}} |
Revision as of 10:27, 9 July 2024
Contents
Problem
When is divided by , the remainder is
Solution 1
Note that the units digits of the powers of 9 have a pattern: , , , , and so on. Since all natural numbers with the same last digit have the same remainder when divided by 5, the entire number doesn't matter, just the last digit. For even powers of , the number ends in a . Since the exponent is even, the final digit is . Note that all natural numbers that end in have a remainder of when divided by . So, our answer is .
Solution 2
Write as . We are taking . Using the binomial theorem, we see that ALL terms in this expansion are divisible by except for the very last term, which is just . This is clear because the binomial expansion is just choosing how many s and how many s there are for each term. Using this, we can take the entire polynomial , which leaves just .
Solution 3
As , we have . Thus, the answer is .
Solution 4
A sum/product of any two natural numbers has the same remainder, when divided by $n \in \{\mathbb N}$ (Error compiling LaTeX. Unknown error_msg), as the sum/product of their remainders. Thus, we can use the basic definition of an exponent and view the problem as .
Using the fact stated in the first sentence, we see that the remainder of , when divided by , is . The problem can now be written viewed as finding the remainder of when it is divided by , which is already much simpler.
Now, toying with the simplified problem a little, see notice that powers of alternate from ending in and . We notice that even powers of always end in , and also that is even. Thus must end in , which, when divided by gives a remainder of .
Video Solution by Soo
https://youtu.be/jCHiQMK7k3w - Soo, DRMS, NM
Video Solution by CosineMethod [🔥Fast and Easy🔥]
https://www.youtube.com/watch?v=U_WOZpd7eYQ
See Also
1999 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 23 |
Followed by Problem 25 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AJHSME/AMC 8 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.