Difference between revisions of "Mock AIME 4 2006-2007 Problems/Problem 10"
5849206328x (talk | contribs) m |
|||
Line 23: | Line 23: | ||
Thus, the problem is reduced to calculating <math>2^{2007} - 2 \pmod{1000}</math>. <math>2^{2007} \equiv 0 \pmod{8}</math>, so we need to find <math>2^{2007} \pmod{125}</math> and then use the [[Chinese Remainder Theorem]]. Since <math>\phi (125) = 100</math>, by [[Euler's Totient Theorem]] <math>2^{20 \cdot 100 + 7} \equiv 2^7 \equiv 3 \pmod{125}</math>. Combining, we have <math>2^{2007} \equiv 128 \pmod{1000}</math>, and so <math>3S \equiv 128-2 \pmod{1000} \Rightarrow S\equiv \boxed{042}\pmod{1000}</math>. | Thus, the problem is reduced to calculating <math>2^{2007} - 2 \pmod{1000}</math>. <math>2^{2007} \equiv 0 \pmod{8}</math>, so we need to find <math>2^{2007} \pmod{125}</math> and then use the [[Chinese Remainder Theorem]]. Since <math>\phi (125) = 100</math>, by [[Euler's Totient Theorem]] <math>2^{20 \cdot 100 + 7} \equiv 2^7 \equiv 3 \pmod{125}</math>. Combining, we have <math>2^{2007} \equiv 128 \pmod{1000}</math>, and so <math>3S \equiv 128-2 \pmod{1000} \Rightarrow S\equiv \boxed{042}\pmod{1000}</math>. | ||
+ | |||
+ | ==Solution 2 == | ||
+ | |||
+ | <math>\sum_{k=0}^{n} \begin{pmatrix} n \\ k \end{pmatrix}=2^n</math> | ||
+ | |||
+ | <math>\sum_{k=0}^{3n} \begin{pmatrix} 3n \\ k \end{pmatrix}=2^{3n}</math> | ||
+ | |||
+ | <math>\sum_{k=0}^{3n} \begin{pmatrix} 3n \\ 3k \end{pmatrix}=\frac{2^{3n}+q(n)}{3}</math> where <math>q(n)</math> is an integer that depends on the value of <math>n</math> | ||
+ | |||
+ | |||
== See also == | == See also == |
Revision as of 10:42, 25 November 2023
Contents
Problem
Compute the remainder when
is divided by 1000.
Solution
Let and be the two complex third-roots of 1. Then let
.
Now, if is a multiple of 3, . If is one more than a multiple of 3, . If is two more than a multiple of 3, . Thus
, which is exactly three times our desired expression.
We also have an alternative method for calculating : we know that , so . Note that these two numbers are both cube roots of -1, so .
Thus, the problem is reduced to calculating . , so we need to find and then use the Chinese Remainder Theorem. Since , by Euler's Totient Theorem . Combining, we have , and so .
Solution 2
where is an integer that depends on the value of
See also
Mock AIME 4 2006-2007 (Problems, Source) | ||
Preceded by Problem 9 |
Followed by Problem 11 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 |