Difference between revisions of "2022 AMC 10B Problems/Problem 17"
MRENTHUSIASM (talk | contribs) (→Solution) |
Martin wang (talk | contribs) (→Solution 2 (Factoring)) |
||
(22 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{duplicate|[[2022 AMC 10B Problems/Problem 17|2022 AMC 10B #17]] and [[2022 AMC 12B Problems/Problem 15|2022 AMC 12B #15]]}} | ||
+ | |||
==Problem== | ==Problem== | ||
Line 5: | Line 7: | ||
<math>\textbf{(A) } 2^{606}-1 \qquad\textbf{(B) } 2^{606}+1 \qquad\textbf{(C) } 2^{607}-1 \qquad\textbf{(D) } 2^{607}+1\qquad\textbf{(E) } 2^{607}+3^{607}</math> | <math>\textbf{(A) } 2^{606}-1 \qquad\textbf{(B) } 2^{606}+1 \qquad\textbf{(C) } 2^{607}-1 \qquad\textbf{(D) } 2^{607}+1\qquad\textbf{(E) } 2^{607}+3^{607}</math> | ||
− | ==Solution== | + | ==Solution 1 (Modular Arithmetic)== |
For <math>\textbf{(A)}</math> modulo <math>3,</math> | For <math>\textbf{(A)}</math> modulo <math>3,</math> | ||
Line 15: | Line 17: | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
− | |||
Thus, <math>2^{606} - 1</math> is divisible by <math>3.</math> | Thus, <math>2^{606} - 1</math> is divisible by <math>3.</math> | ||
Line 27: | Line 28: | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
− | |||
Thus, <math>2^{606} + 1</math> is divisible by <math>5.</math> | Thus, <math>2^{606} + 1</math> is divisible by <math>5.</math> | ||
Line 38: | Line 38: | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
− | |||
Thus, <math>2^{607} + 1</math> is divisible by <math>3.</math> | Thus, <math>2^{607} + 1</math> is divisible by <math>3.</math> | ||
Line 50: | Line 49: | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
− | |||
Thus, <math>2^{607} + 3^{607}</math> is divisible by <math>5.</math> | Thus, <math>2^{607} + 3^{607}</math> is divisible by <math>5.</math> | ||
Line 60: | Line 58: | ||
==Solution 2 (Factoring)== | ==Solution 2 (Factoring)== | ||
+ | We have | ||
+ | <cmath>\begin{alignat*}{8} | ||
+ | 2^{606}-1 &= 4^{303}-1 &&= (4-1)(4^{302}+4^{301}+4^{300}+\cdots+4^0), \\ | ||
+ | 2^{606}+1 &= 4^{303}+1 &&= (4+1)(4^{302}-4^{301}+4^{300}-\cdots+4^0), \\ | ||
+ | 2^{607}+1 & &&= (2+1)(2^{606}-2^{605}+2^{604}-\cdots+2^0), \\ | ||
+ | 2^{607}+3^{607} & &&= (2+3)(2^{606}\cdot3^0-2^{605}\cdot3^1+2^{604}\cdot3^2-\cdots+2^0\cdot3^{606}). | ||
+ | \end{alignat*}</cmath> | ||
+ | We conclude that <math>\textbf{(A)}</math> is divisible by <math>3</math>, <math>\textbf{(B)}</math> is divisible by <math>5</math>,<math>\textbf{(D)}</math> is divisible by <math>3</math>, and <math>\textbf{(E)}</math> is divisible by <math>5</math>. | ||
+ | |||
+ | Since all of the other choices have been eliminated, we are left with <math>\boxed{\textbf{(C) } 2^{607}-1}</math>. | ||
+ | |||
+ | ~not_slay | ||
+ | |||
+ | ==Solution 3 (Elimination)== | ||
+ | Mersenne Primes are primes of the form <math>2^n-1</math>, where <math>n</math> is prime. Using the process of elimination, we can eliminate every option except for <math>\textbf{(A)}</math> and <math>\textbf{(C)}</math>. Clearly, <math>606</math> isn't prime, so the answer must be <math>\boxed{\textbf{(C) }2^{607}-1}</math>. | ||
+ | |||
+ | Note: A organization of computer scientist and mathematicians named Great Internet Mersenne Prime Search (GIMPS) search for the worlds biggest prime numbers. More information can be found on https://www.mersenne.org/primes/ | ||
+ | |||
+ | ==Solution 3a (Elimination)== | ||
+ | |||
+ | We examine option E first. <math>2^{607}</math> has a units digit of <math>8</math> (Taking the units digit of the first few powers of two gives a pattern of <math>2, 4, 8, 6, 2, 4, 8, 6, 2, 4, 8, 6,\cdots</math>) and <math>3^{607}</math> has a units digit of <math>7</math> (Taking the units digit of the first few powers of three gives a pattern of <math>3, 9, 7, 1, 3, 9, 7, 1, 3, 9, 7, 1,\cdots</math>). Adding <math>7</math> and <math>8</math> together, we get <math>15</math>, which is a multiple of <math>5</math>, meaning that <math>2^{607}+3^{607}</math> is divisible by 5. | ||
+ | |||
+ | Next, we examine option D. We take the first few powers of <math>2</math> added with <math>1</math>: | ||
+ | <cmath>2^1+1=3</cmath> | ||
+ | <cmath>2^2+1=5</cmath> | ||
+ | <cmath>2^3+1=9</cmath> | ||
+ | <cmath>2^4+1=17</cmath> | ||
+ | <cmath>2^5+1=33</cmath> | ||
+ | <cmath>2^6+1=65</cmath> | ||
+ | <cmath>2^7+1=129</cmath> | ||
+ | |||
+ | We see that the odd powers of <math>2</math> added with 1 are multiples of three. If we continue this pattern, <math>2^{607}+1</math> will be divisible by <math>3</math>. (The reason why this pattern works: When you multiply <math>2 \equiv2\pmod{3}</math> by <math>2</math>, you obtain <math>4 \equiv1 \pmod{3}</math>. Multiplying by <math>2</math> again, we get <math>1\cdot2\equiv2 \pmod{3}</math>. We see that in every cycle of two powers of <math>2</math>, it goes from <math>2 \pmod{3}</math> to <math>1 \pmod{3}</math> and back to <math>2 \pmod{3}</math>.) | ||
+ | |||
+ | Next, we examine option B. We see that <math>2^{606}</math> has a units of digits of <math>4</math> (Taking the units digit of the first few powers of two gives a pattern of <math>2, 4, 8, 6, 2, 4, 8, 6, 2, 4, 8, 6,\cdots</math>). Adding <math>1</math> to <math>4</math>, we get <math>5</math>. Since <math>2^{606}+1</math> has a units digit of <math>5</math>, it is divisible by <math>5</math>. | ||
+ | |||
+ | Lastly, we examine option A. Using the difference of cubes factorization <math>a^3-b^3=(a-b)(a^2+ab+b^2)</math>, we have <math>2^{606}-1^3=(2^{202}-1)(2^{404}+2^{202}+1)</math>. Since <math>2^{404}+2^{202}+1\equiv0\pmod{3}</math> (Every term in the sequence is equivalent to <math>1\pmod{3}</math>), <math>2^{606}-1</math> is divisible by <math>3</math>. | ||
+ | |||
+ | Since we have eliminated every option except C, <math>\boxed{\text{(C)} \hspace{0.1 in}2^{607}-1}</math> is not divisible by any prime less than <math>10</math>. | ||
+ | |||
+ | ~arjken (+ minor LaTeX edits ~TaeKim) | ||
+ | |||
+ | ==Solution 3b (Elimination + Number Theory)== | ||
+ | |||
+ | We know that the prime numbers less than 10 are <math>2,3,5</math> and <math>7</math>. We can start by testing if any of the answer choices are divisible by <math>2</math>. We see that they are all sums of one even number and one odd number, which is simply odd. So, we cannot exclude any answer choices so far. Now, let's check divisibility by <math>3</math>. We can use the fact that <math>2 \equiv -1 \pmod{3}</math> to our advantage: | ||
+ | |||
+ | |||
+ | |||
+ | <math>(\text{A})\hspace{0.1in} 2^{606}-1</math> | ||
+ | <math> \equiv (-1)^{606} -1 </math> | ||
+ | <math>\equiv 1-1</math> | ||
+ | <math>\equiv 0 \pmod{3}</math> | ||
+ | |||
+ | |||
+ | <math>(\text{B}) \hspace{0.1in} 2^{606}+1</math> | ||
+ | <math> \equiv (-1)^{606} +1</math> | ||
+ | <math>\equiv 1+1</math> | ||
+ | <math>\equiv 2 \pmod{3}</math> | ||
+ | |||
− | <math> | + | <math>(\text{C})\hspace{0.1in} 2^{607}-1</math> |
+ | <math>\equiv (-1)^{607} -1</math> | ||
+ | <math>\equiv -1 - 1</math> | ||
+ | <math>\equiv -2 \pmod{3}</math> | ||
− | |||
− | <math>2^{607}+1 | + | <math>(\text{D})\hspace{0.1in} 2^{607} +1 \equiv (-1)^{607} +1 \equiv -1+1 \equiv 0 \pmod{3}</math> |
− | |||
− | + | <math>(\text{E}) \hspace{0.1in} 2^{607} + 3^{607} \equiv 2^{607} \equiv (-1)^{607} \equiv -1 \pmod{3}</math> | |
− | |||
− | + | So, we eliminate choices A and D from divisibility by 3. Now, we move onto divisibility by 5. We can use cycling of powers to find useful remainders. Let's start with choice <math>B</math>. | |
− | + | ||
+ | |||
+ | |||
+ | <math>(\text{B}) \hspace{0.1in} 2^{606}+1</math> | ||
+ | |||
+ | |||
+ | |||
+ | We see that the remainders of powers of <math>2</math> when divided by <math>5</math> cycle in a pattern: <math>2,4,3,1,2,4,3,1 \dots</math>. Since the pattern cycles every 4 terms, we use modulo 4 to simplify 606, getting that <math>606 \equiv 2\pmod{4}</math>. So, we get that <math>2^{606}</math> is congruent modulo 5 to the second term of our pattern, so <math>2^{606} \equiv{4} \pmod{5}</math>. Thus, <math> 2^{606}+1 \equiv 4+1 \equiv 5\equiv 0\pmod{5}</math>. We now eliminate choice B and compare choices C and E. | ||
+ | |||
+ | |||
+ | <math>(\text{E}) \hspace{0.1in} 2^{607} + 3^{607}</math> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | Looking at choice E, we see that we have to do similar cycling for powers of <math>3</math>. We get a pattern of <math>3,4,2,1,3,4,2,1 \dots</math>. Since this pattern also cycles every 4 terms, we use modulo 4 to simplify 607, getting that <math>607 \equiv 3\pmod{4}</math>. Both the power of 3 and the power of 2 have an exponent of 607, so we use the third term (since we just found that <math>607 \equiv 3\pmod{4}</math>) in each corresponding 4 term pattern to get that <math>2^{607} + 3^{607} \equiv 3+2 \equiv 5 \equiv 0\pmod{5}</math>. We eliminate choice E, and we are left with the correct answer: choice <math>\boxed{(\text{C}) \hspace{0.1in} 2^{607}-1}</math> | ||
+ | |||
+ | |||
+ | ~TaeKim | ||
+ | |||
+ | ==Video Solution by mop 2024== | ||
+ | https://youtu.be/ezGvZgBLe8k&t=577s | ||
+ | |||
+ | ~r00tsOfUnity | ||
==Video Solution== | ==Video Solution== | ||
Line 87: | Line 166: | ||
~ pi_is_3.14 | ~ pi_is_3.14 | ||
+ | ==Video Solution(1-16)== | ||
+ | https://youtu.be/SCwQ9jUfr0g | ||
+ | |||
+ | ~~Hayabusa1 | ||
+ | ==Video Solution by Interstigation== | ||
+ | https://youtu.be/NSGUJJYD8KA | ||
+ | |||
+ | ~Interstigation | ||
+ | |||
+ | ==Video Solution by TheBeautyofMath== | ||
+ | https://youtu.be/UQWqjI4G1hc | ||
+ | ~IceMatrix | ||
== See Also == | == See Also == | ||
{{AMC10 box|year=2022|ab=B|num-b=16|num-a=18}} | {{AMC10 box|year=2022|ab=B|num-b=16|num-a=18}} | ||
+ | {{AMC12 box|year=2022|ab=B|num-b=14|num-a=16}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 23:14, 2 November 2024
- The following problem is from both the 2022 AMC 10B #17 and 2022 AMC 12B #15, so both problems redirect to this page.
Contents
- 1 Problem
- 2 Solution 1 (Modular Arithmetic)
- 3 Solution 2 (Factoring)
- 4 Solution 3 (Elimination)
- 5 Solution 3a (Elimination)
- 6 Solution 3b (Elimination + Number Theory)
- 7 Video Solution by mop 2024
- 8 Video Solution
- 9 Video Solution by OmegaLearn Using Digit Cycles
- 10 Video Solution(1-16)
- 11 Video Solution by Interstigation
- 12 Video Solution by TheBeautyofMath
- 13 See Also
Problem
One of the following numbers is not divisible by any prime number less than Which is it?
Solution 1 (Modular Arithmetic)
For modulo Thus, is divisible by
For modulo Thus, is divisible by
For modulo Thus, is divisible by
For modulo Thus, is divisible by
Therefore, the answer is
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
~MrThinker (LaTeX Error)
Solution 2 (Factoring)
We have We conclude that is divisible by , is divisible by , is divisible by , and is divisible by .
Since all of the other choices have been eliminated, we are left with .
~not_slay
Solution 3 (Elimination)
Mersenne Primes are primes of the form , where is prime. Using the process of elimination, we can eliminate every option except for and . Clearly, isn't prime, so the answer must be .
Note: A organization of computer scientist and mathematicians named Great Internet Mersenne Prime Search (GIMPS) search for the worlds biggest prime numbers. More information can be found on https://www.mersenne.org/primes/
Solution 3a (Elimination)
We examine option E first. has a units digit of (Taking the units digit of the first few powers of two gives a pattern of ) and has a units digit of (Taking the units digit of the first few powers of three gives a pattern of ). Adding and together, we get , which is a multiple of , meaning that is divisible by 5.
Next, we examine option D. We take the first few powers of added with :
We see that the odd powers of added with 1 are multiples of three. If we continue this pattern, will be divisible by . (The reason why this pattern works: When you multiply by , you obtain . Multiplying by again, we get . We see that in every cycle of two powers of , it goes from to and back to .)
Next, we examine option B. We see that has a units of digits of (Taking the units digit of the first few powers of two gives a pattern of ). Adding to , we get . Since has a units digit of , it is divisible by .
Lastly, we examine option A. Using the difference of cubes factorization , we have . Since (Every term in the sequence is equivalent to ), is divisible by .
Since we have eliminated every option except C, is not divisible by any prime less than .
~arjken (+ minor LaTeX edits ~TaeKim)
Solution 3b (Elimination + Number Theory)
We know that the prime numbers less than 10 are and . We can start by testing if any of the answer choices are divisible by . We see that they are all sums of one even number and one odd number, which is simply odd. So, we cannot exclude any answer choices so far. Now, let's check divisibility by . We can use the fact that to our advantage:
So, we eliminate choices A and D from divisibility by 3. Now, we move onto divisibility by 5. We can use cycling of powers to find useful remainders. Let's start with choice .
We see that the remainders of powers of when divided by cycle in a pattern: . Since the pattern cycles every 4 terms, we use modulo 4 to simplify 606, getting that . So, we get that is congruent modulo 5 to the second term of our pattern, so . Thus, . We now eliminate choice B and compare choices C and E.
Looking at choice E, we see that we have to do similar cycling for powers of . We get a pattern of . Since this pattern also cycles every 4 terms, we use modulo 4 to simplify 607, getting that . Both the power of 3 and the power of 2 have an exponent of 607, so we use the third term (since we just found that ) in each corresponding 4 term pattern to get that . We eliminate choice E, and we are left with the correct answer: choice
~TaeKim
Video Solution by mop 2024
https://youtu.be/ezGvZgBLe8k&t=577s
~r00tsOfUnity
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Video Solution by OmegaLearn Using Digit Cycles
~ pi_is_3.14
Video Solution(1-16)
~~Hayabusa1
Video Solution by Interstigation
~Interstigation
Video Solution by TheBeautyofMath
~IceMatrix
See Also
2022 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 16 |
Followed by Problem 18 | |
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 |
2022 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 14 |
Followed by Problem 16 |
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.