Difference between revisions of "2017 AMC 10B Problems/Problem 14"
(→Solution 1) |
(Added another video solution) |
||
(13 intermediate revisions by 6 users not shown) | |||
Line 5: | Line 5: | ||
==Solution 1== | ==Solution 1== | ||
− | By [[Fermat's Little Theorem]] | + | Notice that we can rewrite <math>N^{16}</math> as <math>(N^{4})^4</math>. By [[Fermat's Little Theorem]], we know that <math>N^{(5-1)} \equiv 1 \pmod {5}</math> if <math>N \not \equiv 0 \pmod {5}</math>. Therefore for all <math>N \not \equiv 0 \pmod {5}</math> we have <math>N^{16} \equiv (N^{4})^4 \equiv 1^4 \equiv 1 \pmod 5</math>. Since <math>1\leq N \leq 2020</math>, and <math>2020</math> is divisible by <math>5</math>, <math>\frac{1}{5}</math> of the possible <math>N</math> are divisible by <math>5</math>. Therefore, <math>N^{16} \equiv 1 \pmod {5}</math> with probability <math>1-\frac{1}{5},</math> or <math>\boxed{\textbf{(D) } \frac 45}</math>. |
==Solution 2== | ==Solution 2== | ||
Note that the patterns for the units digits repeat, so in a sense we only need to find the patterns for the digits <math>0-9</math> . | Note that the patterns for the units digits repeat, so in a sense we only need to find the patterns for the digits <math>0-9</math> . | ||
The pattern for <math>0</math> is <math>0</math>, no matter what power, so <math>0</math> doesn't work. Likewise, the pattern for <math>5</math> is always <math>5</math>. Doing the same for the rest of the digits, we find that the units digits of <math>1^{16}</math>, <math>2^{16}</math> ,<math>3^{16}</math>, <math>4^{16}</math> ,<math>6^{16}</math>, <math>7^{16}</math> ,<math>8^{16}</math> and <math>9^{16}</math> all have the remainder of <math>1</math> when divided by <math>5</math>, so <math>\boxed{\textbf{(D) } \frac 45}</math>. | The pattern for <math>0</math> is <math>0</math>, no matter what power, so <math>0</math> doesn't work. Likewise, the pattern for <math>5</math> is always <math>5</math>. Doing the same for the rest of the digits, we find that the units digits of <math>1^{16}</math>, <math>2^{16}</math> ,<math>3^{16}</math>, <math>4^{16}</math> ,<math>6^{16}</math>, <math>7^{16}</math> ,<math>8^{16}</math> and <math>9^{16}</math> all have the remainder of <math>1</math> when divided by <math>5</math>, so <math>\boxed{\textbf{(D) } \frac 45}</math>. | ||
+ | |||
+ | |||
+ | Explanation: | ||
+ | Since the remainder is 1, the units digit is either 1 or 6. Since we only care about the units digits, we don't need to think about anything beyond units digits. | ||
+ | We count in modulus ten (fancy word of saying ignore everything except the units digit) | ||
+ | For 1: | ||
+ | 1, 1, 1, 1... anything with a units digit one will always have powers that have a units digit one. | ||
+ | For 2: | ||
+ | 2, 4, 8, 6, 2, 4, 8, 6... we see that it repeats with a cycle of 4. Since we are looking for the 16th power, the units digit will be 6, and this works. | ||
+ | For 3: | ||
+ | 3, 9, 7, 1, 3, 9, 7, 1... similarly to 2, a cycle of 4 and the 16th power has a units digit of 1. This works. | ||
+ | For 4: | ||
+ | 4, 6, 4, 6... a cycle of 4, 16th power has a units digit of 6. This works. | ||
+ | For 5: | ||
+ | 5, 5, 5, 5... the units digit will always be 5, and this doesn't work. | ||
+ | For 6: | ||
+ | 6, 6, 6, 6... the units digit will always be 6, and this works. | ||
+ | For 7: | ||
+ | 7, 9, 3, 1, 7, 9, 3, 1... a cycle of 4, 16th power has a units digit of 1. This works. | ||
+ | For 8: | ||
+ | 8, 4, 2, 6, 8, 4, 2, 6... a cycle of 4, 16th power has a units digit of 6. This works. | ||
+ | For 9: | ||
+ | 9, 1, 9, 1... a cycle of 2, 16th power has a units digit of 1. This works. | ||
+ | Last but not least, 0: | ||
+ | 0, 0, 0... the units digit will always be 0, and this does not work. | ||
+ | To sum up: There are ten choices for the units digit. Of these ten choices, 1, 2, 3, 4, 6, 7, 8, 9 all work, and the probability is therefore <math>\frac{8}{10}=\frac{4}{5}</math> which is answer choice <math>\boxed{\textbf{(D)}\ \frac{4}{5}}</math>. | ||
+ | ~Explanation by JH. L | ||
==Solution 3 (Casework)== | ==Solution 3 (Casework)== | ||
Line 34: | Line 61: | ||
In <math>4</math> out of the <math>5</math> cases, the result was <math>1 \pmod 5</math>, and since each case occurs equally as <math>2020 \equiv 0 \pmod 5</math>, the answer is <math>\boxed{\textbf{(D) }\frac{4}{5}}</math> | In <math>4</math> out of the <math>5</math> cases, the result was <math>1 \pmod 5</math>, and since each case occurs equally as <math>2020 \equiv 0 \pmod 5</math>, the answer is <math>\boxed{\textbf{(D) }\frac{4}{5}}</math> | ||
+ | == Video Solution 1 by OmegaLearn == | ||
+ | https://youtu.be/zfChnbMGLVQ?t=2410 | ||
+ | |||
+ | ~ pi_is_3.14 | ||
+ | |||
+ | ==Video Solution 2== | ||
+ | https://youtu.be/Oj3Z1JhvoiE | ||
+ | |||
+ | ~savannahsolver | ||
+ | |||
+ | ==Video Solution 3== | ||
+ | https://www.youtube.com/watch?v=PY_WugVa4cg | ||
+ | |||
+ | ~Math4All999 | ||
+ | ==See Also== | ||
{{AMC10 box|year=2017|ab=B|num-b=13|num-a=15}} | {{AMC10 box|year=2017|ab=B|num-b=13|num-a=15}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 00:17, 4 December 2023
Contents
Problem
An integer is selected at random in the range . What is the probability that the remainder when is divided by is ?
Solution 1
Notice that we can rewrite as . By Fermat's Little Theorem, we know that if . Therefore for all we have . Since , and is divisible by , of the possible are divisible by . Therefore, with probability or .
Solution 2
Note that the patterns for the units digits repeat, so in a sense we only need to find the patterns for the digits . The pattern for is , no matter what power, so doesn't work. Likewise, the pattern for is always . Doing the same for the rest of the digits, we find that the units digits of , ,, ,, , and all have the remainder of when divided by , so .
Explanation:
Since the remainder is 1, the units digit is either 1 or 6. Since we only care about the units digits, we don't need to think about anything beyond units digits.
We count in modulus ten (fancy word of saying ignore everything except the units digit)
For 1:
1, 1, 1, 1... anything with a units digit one will always have powers that have a units digit one.
For 2:
2, 4, 8, 6, 2, 4, 8, 6... we see that it repeats with a cycle of 4. Since we are looking for the 16th power, the units digit will be 6, and this works.
For 3:
3, 9, 7, 1, 3, 9, 7, 1... similarly to 2, a cycle of 4 and the 16th power has a units digit of 1. This works.
For 4:
4, 6, 4, 6... a cycle of 4, 16th power has a units digit of 6. This works.
For 5:
5, 5, 5, 5... the units digit will always be 5, and this doesn't work.
For 6:
6, 6, 6, 6... the units digit will always be 6, and this works.
For 7:
7, 9, 3, 1, 7, 9, 3, 1... a cycle of 4, 16th power has a units digit of 1. This works.
For 8:
8, 4, 2, 6, 8, 4, 2, 6... a cycle of 4, 16th power has a units digit of 6. This works.
For 9:
9, 1, 9, 1... a cycle of 2, 16th power has a units digit of 1. This works.
Last but not least, 0:
0, 0, 0... the units digit will always be 0, and this does not work.
To sum up: There are ten choices for the units digit. Of these ten choices, 1, 2, 3, 4, 6, 7, 8, 9 all work, and the probability is therefore which is answer choice .
~Explanation by JH. L
Solution 3 (Casework)
We can use modular arithmetic for each residue of
If , then
If , then
If , then
If , then
If , then
In out of the cases, the result was , and since each case occurs equally as , the answer is
Video Solution 1 by OmegaLearn
https://youtu.be/zfChnbMGLVQ?t=2410
~ pi_is_3.14
Video Solution 2
~savannahsolver
Video Solution 3
https://www.youtube.com/watch?v=PY_WugVa4cg
~Math4All999
See Also
2017 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 13 |
Followed by Problem 15 | |
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 AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.