Difference between revisions of "2010 AMC 12A Problems/Problem 23"
m (→Solution 3) |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 25: | Line 25: | ||
First, we find that the number of factors of <math>10</math> in <math>90!</math> is equal to <math>\left\lfloor \frac{90}5\right\rfloor+\left\lfloor\frac{90}{25}\right\rfloor=18+3=21</math>. Let <math>N=\frac{90!}{10^{21}}</math>. The <math>n</math> we want is therefore the last two digits of <math>N</math>, or <math>N\pmod{100}</math>. If instead we find <math>N\pmod{25}</math>, we know that <math>N\pmod{100}</math>, what we are looking for, could be <math>N\pmod{25}</math>, <math>N\pmod{25}+25</math>, <math>N\pmod{25}+50</math>, or <math>N\pmod{25}+75</math>. Only one of these numbers will be a multiple of four, and whichever one that is will be the answer, because <math>N\pmod{100}</math> has to be a multiple of 4. | First, we find that the number of factors of <math>10</math> in <math>90!</math> is equal to <math>\left\lfloor \frac{90}5\right\rfloor+\left\lfloor\frac{90}{25}\right\rfloor=18+3=21</math>. Let <math>N=\frac{90!}{10^{21}}</math>. The <math>n</math> we want is therefore the last two digits of <math>N</math>, or <math>N\pmod{100}</math>. If instead we find <math>N\pmod{25}</math>, we know that <math>N\pmod{100}</math>, what we are looking for, could be <math>N\pmod{25}</math>, <math>N\pmod{25}+25</math>, <math>N\pmod{25}+50</math>, or <math>N\pmod{25}+75</math>. Only one of these numbers will be a multiple of four, and whichever one that is will be the answer, because <math>N\pmod{100}</math> has to be a multiple of 4. | ||
− | If we divide <math> | + | If we divide <math>90!</math> by <math>5^{21}</math> to create <math>M</math> by taking out all the factors of <math>5</math> in <math>90!</math>, we can write <math>N</math> as <math>\frac M{2^{21}}</math> where |
<cmath>M=1\cdot 2\cdot 3\cdot 4\cdot 1\cdot 6\cdot 7\cdot 8\cdot 9\cdot 2\cdots 89\cdot 18,</cmath> | <cmath>M=1\cdot 2\cdot 3\cdot 4\cdot 1\cdot 6\cdot 7\cdot 8\cdot 9\cdot 2\cdots 89\cdot 18,</cmath> | ||
where every multiple of 5 is replaced by the number with all its factors of 5 removed. Specifically, every number in the form <math>5n</math> is replaced by <math>n</math>, and every number in the form <math>25n</math> is replaced by <math>n</math>. | where every multiple of 5 is replaced by the number with all its factors of 5 removed. Specifically, every number in the form <math>5n</math> is replaced by <math>n</math>, and every number in the form <math>25n</math> is replaced by <math>n</math>. | ||
Line 82: | Line 82: | ||
<math>1\cdot 2\cdot 3\cdot 4\cdots 14 \equiv 24 \equiv -1 \text{ } \text{ (mod } 25 \text{)}</math> | <math>1\cdot 2\cdot 3\cdot 4\cdots 14 \equiv 24 \equiv -1 \text{ } \text{ (mod } 25 \text{)}</math> | ||
+ | |||
+ | Note that as in Solution 1, the residue from extracting the fives is | ||
+ | <math>1\cdot 2\cdot 3\cdot 4\cdots 18 \cdot 1 \cdot 2 \cdot 3 \equiv -1 \text{ } \text{ (mod } 25 \text{)}</math> | ||
Multiplying these together gives us | Multiplying these together gives us | ||
− | <cmath>\frac{90!}{10^{21}} \equiv \frac{\frac{90!}{5^{21}}}{2^{21}} \equiv \frac{(-1)^ | + | <cmath>\frac{90!}{10^{21}} \equiv \frac{\frac{90!}{5^{21}}}{2^{21}} \equiv \frac{(-1)^5}{2^{21}} \equiv \frac{-1}{2^{21}} \text{ } \text{ (mod } 25 \text{)}</cmath> |
− | By Euler's Theorem, we have <math>\frac{1}{2^{21}} \equiv | + | By Euler's Theorem, we have <math>\frac{-1}{2^{21}} \equiv -13^{21} \equiv -13^{\phi{(25)}}\cdot 13 \equiv -13 \equiv 12 \text{ } \text{ (mod } 25 \text{)}</math> |
Thus, we want to solve <math>x \equiv 12 \text{ } \text{ (mod } 25 \text{)}</math> and <math>x \equiv 0 \text{ } \text{ (mod } 4 \text{)}</math>. An obvious solution is <math>x\equiv 12</math> and by Chinese Remainder Theorem, we have <math>x\equiv 12</math> is the only solution. So thus, <math>\frac{90!}{10^{21}} \equiv \boxed{12} \text{ } \text{ (mod } 100 \text{)}</math> | Thus, we want to solve <math>x \equiv 12 \text{ } \text{ (mod } 25 \text{)}</math> and <math>x \equiv 0 \text{ } \text{ (mod } 4 \text{)}</math>. An obvious solution is <math>x\equiv 12</math> and by Chinese Remainder Theorem, we have <math>x\equiv 12</math> is the only solution. So thus, <math>\frac{90!}{10^{21}} \equiv \boxed{12} \text{ } \text{ (mod } 100 \text{)}</math> | ||
Line 93: | Line 96: | ||
~sml1809 | ~sml1809 | ||
− | ~minor edits by | + | ~minor edits by [https://artofproblemsolving.com/wiki/index.php/User:Kevinchen_yay KevinChen_Yay] |
− | |||
− | |||
==Remark (Chinese Remainder Theorem)== | ==Remark (Chinese Remainder Theorem)== | ||
Line 113: | Line 114: | ||
~[https://artofproblemsolving.com/wiki/index.php/User:Isabelchen isabelchen] | ~[https://artofproblemsolving.com/wiki/index.php/User:Isabelchen isabelchen] | ||
− | + | = | |
== See also == | == See also == | ||
{{AMC12 box|year=2010|num-b=22|num-a=24|ab=A}} | {{AMC12 box|year=2010|num-b=22|num-a=24|ab=A}} |
Latest revision as of 19:12, 14 October 2024
- The following problem is from both the 2010 AMC 12A #23 and 2010 AMC 10A #24, so both problems redirect to this page.
Contents
Problem
The number obtained from the last two nonzero digits of is equal to . What is ?
Hints and Method of Attack
Let be the result of dividing by tens such that is not divisible by . We want to consider . But because is not prime, and because is obviously divisible by (if in doubt, look at the answer choices), we only need to consider .
However, is a very particular number. , and so is . How can we group terms to take advantage of this fact?
There might be a problem when you cancel out the s from . One method is to cancel out a factor of from an existing number along with a factor of . But this might prove cumbersome, as the grouping method will not be as effective. Instead, take advantage of inverses in modular arithmetic. Just leave the negative powers of in a "storage base," and take care of the other terms first. Then, use Fermat's Little Theorem to solve for the power of .
Video Solution: https://youtu.be/30CamkkifHM?t=766
Solution 1
We will use the fact that for any integer ,
First, we find that the number of factors of in is equal to . Let . The we want is therefore the last two digits of , or . If instead we find , we know that , what we are looking for, could be , , , or . Only one of these numbers will be a multiple of four, and whichever one that is will be the answer, because has to be a multiple of 4.
If we divide by to create by taking out all the factors of in , we can write as where where every multiple of 5 is replaced by the number with all its factors of 5 removed. Specifically, every number in the form is replaced by , and every number in the form is replaced by .
The number can be grouped as follows:
Where the first line is composed of the numbers in that aren't multiples of five, the second line is the multiples of five and not 25 after they have been divided by five, and the third line is multiples of 25 after they have been divided by 25.
Using the identity at the beginning of the solution, we can reduce to
Using the fact that (or simply the fact that if you have your powers of 2 memorized), we can deduce that . Therefore .
Finally, combining with the fact that yields .
Solution 2
Let be after we truncate its zeros. Notice that has exactly (floored) factors of 5; thus, We shall consider modulo 4 and 25, to determine its residue modulo 100. It is easy to prove that is divisible by 4 (consider the number of 2s dividing minus the number of 5s dividing ), and so we only need to consider modulo 25.
Now, notice that for integers we have
Thus, for integral a: Using this process, we can essentially remove all the numbers which had not formerly been a multiple of 5 in from consideration.
Now, we consider the remnants of the 5, 10, 15, 20, ..., 90 not yet eliminated. After factoring out a 2 from each of the 9 even numbers in this sequence, the 10, 20, 30, ..., 90 becomes 1, 2, 3, 4, 1, 6, 7, 8, 9, whose product is 1 mod 25. We have accounted for 9 of the 21 2's thus we still need to multiply by . Also, the 5, 15, 25, ..., 85 becomes 1, 3, 1, 7, 9, 11, 13, 3, 17. Multiplying out 1, 3, 1, 7, ..., 17 yields 2 modulo 25, and so we are left to compute . Also note that . Euler's Theorem states that , thus . Because 12 is also a multiple of 4, we can utilize the Chinese Remainder Theorem to show that and so the answer is .
Solution 3
We start of by truncating the s off , just like Solution 2. Since there are terminating zeroes, we have the number we obtain from truncating the terminating zeroes at the end of will be .
By Chinese Remainder Theorem, we can divide the mod into mod and mod . We know that there are way more than s in , so we have
Now, notice that is basically without any factors that are multiples of .
We can rewrite the expression as
We also have
Squaring the expression gets us
Notice that there are of this string of numbers multiplied together occurs four times in , the fourth being only a partial
Note that as in Solution 1, the residue from extracting the fives is
Multiplying these together gives us
By Euler's Theorem, we have
Thus, we want to solve and . An obvious solution is and by Chinese Remainder Theorem, we have is the only solution. So thus,
~sml1809
~minor edits by KevinChen_Yay
Remark (Chinese Remainder Theorem)
Both solution 1 and solution 2 rely on , to get
By Chinese Remainder Theorem, the general solution of the system of linear congruences is:
, , Find and such that , Then
In this problem, , :
, , , Then
~isabelchen =
See also
2010 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 22 |
Followed by Problem 24 |
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 12 Problems and Solutions |
2010 AMC 10A (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 AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.