2022 AMC 10B Problems/Problem 17: Difference between revisions
Added a solution that uses modular arithmetic with elimination, done modulo 15 |
|||
| (8 intermediate revisions by 6 users not shown) | |||
| Line 75: | Line 75: | ||
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/ | 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/ | ||
~hashbrown2009 | |||
==Solution 3a (Elimination)== | ==Solution 3a (Elimination)== | ||
| Line 97: | Line 98: | ||
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>. | 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 ~ | ~arjken (+ minor LaTeX edits ~TaeKim) | ||
==Solution 3b (Elimination + Number Theory)== | ==Solution 3b (Elimination + Number Theory)== | ||
| Line 148: | Line 149: | ||
~ | ~TaeKim | ||
==Solution 4 (modulo 15 elimination)== | |||
We proceed by taking the solutions modulo <math>15</math>, allowing us to eliminate both multiples of <math>3</math> and multiples of <math>5</math>. | |||
First, we must identify cycles of powers of 2 modulo 15. | |||
<math> | |||
2^0 \equiv 1, \quad 2^1 \equiv 2, \quad 2^2 \equiv 4, \quad 2^3 \equiv 8, \quad 2^4 \equiv 1 \pmod{15}. | |||
</math> | |||
Thus, the pattern repeats every <math>4</math> powers: | |||
<math> | |||
2^n \equiv | |||
\begin{cases} | |||
1 &\text{if } n \equiv 0 \pmod{4},\\ | |||
2 &\text{if } n \equiv 1 \pmod{4},\\ | |||
4 &\text{if } n \equiv 2 \pmod{4},\\ | |||
8 &\text{if } n \equiv 3 \pmod{4}. | |||
\end{cases} | |||
</math> | |||
Since <math>606 \equiv 2 \pmod{4}</math> and <math>607 \equiv 3 \pmod{4}</math>, | |||
<math> | |||
2^{606} \equiv 4 \pmod{15}, \qquad 2^{607} \equiv 8 \pmod{15}. | |||
</math> | |||
Now let's look at cycles of powers of 3 mod 15. | |||
<math> | |||
3^0 \equiv 1, \quad 3^1 \equiv 3, \quad 3^2 \equiv 9, \quad 3^3 \equiv 12, \quad 3^4 \equiv 6, \quad 3^5 \equiv 3 \pmod{15}. | |||
</math> | |||
The cycle from here repeats every <math>4</math> terms for <math>n \ge 1</math>: | |||
<math> | |||
3^n \equiv | |||
\begin{cases} | |||
6 &\text{if } n \equiv 0 \pmod{4},\\ | |||
3 &\text{if } n \equiv 1 \pmod{4},\\ | |||
9 &\text{if } n \equiv 2 \pmod{4},\\ | |||
12 &\text{if } n \equiv 3 \pmod{4}. | |||
\end{cases} | |||
</math> | |||
Since <math>607 \equiv 3 \pmod{4}</math>, | |||
<math>3^{607} \equiv 12 \pmod{15}</math>. | |||
We then evaluate each option modulo 15. | |||
\begin{aligned} | |||
\textbf{(A)} &:\; 2^{606}-1 \equiv 4-1 \equiv 3 \pmod{15},\\[6pt] | |||
\textbf{(B)} &:\; 2^{606}+1 \equiv 4+1 \equiv 5 \pmod{15},\\[6pt] | |||
\textbf{(C)} &:\; 2^{607}-1 \equiv 8-1 \equiv 7 \pmod{15},\\[6pt] | |||
\textbf{(D)} &:\; 2^{607}+1 \equiv 8+1 \equiv 9 \pmod{15},\\[6pt] | |||
\textbf{(E)} &:\; 2^{607}+3^{607} \equiv 8+12 \equiv 20 \equiv 5 \pmod{15}. | |||
\end{aligned} | |||
The residues divisible by <math>3</math> or <math>5</math> modulo <math>15</math> are 0, 3, 5, 6, 9, 10, 12. | |||
Among our results, only <math>7</math> (from option <math>\boxed{(\text{C})}</math>) is not among these, eliminating all the other answer choices. | |||
<math>\boxed{(\text{C}) \hspace{0.1in} 2^{607}-1}</math> is the number not divisible by any prime less than <math>10</math>. \\ | |||
~Loquacious_Autodidact | |||
==Video Solution by mop 2024== | |||
https://youtu.be/ezGvZgBLe8k&t=577s | |||
~r00tsOfUnity | |||
==Video Solution== | ==Video Solution== | ||
| Line 170: | Line 234: | ||
~Interstigation | ~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}} | {{AMC12 box|year=2022|ab=B|num-b=14|num-a=16}} | ||
{{MAA Notice}} | {{MAA Notice}} | ||
Latest revision as of 08:26, 4 November 2025
- The following problem is from both the 2022 AMC 10B #17 and 2022 AMC 12B #15, so both problems redirect to this page.
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/ ~hashbrown2009
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
Solution 4 (modulo 15 elimination)
We proceed by taking the solutions modulo
, allowing us to eliminate both multiples of
and multiples of
.
First, we must identify cycles of powers of 2 modulo 15.
Thus, the pattern repeats every
powers:
Since
and
,
Now let's look at cycles of powers of 3 mod 15.
The cycle from here repeats every
terms for
:
Since
,
.
We then evaluate each option modulo 15.
\begin{aligned} \textbf{(A)} &:\; 2^{606}-1 \equiv 4-1 \equiv 3 \pmod{15},\\[6pt] \textbf{(B)} &:\; 2^{606}+1 \equiv 4+1 \equiv 5 \pmod{15},\\[6pt] \textbf{(C)} &:\; 2^{607}-1 \equiv 8-1 \equiv 7 \pmod{15},\\[6pt] \textbf{(D)} &:\; 2^{607}+1 \equiv 8+1 \equiv 9 \pmod{15},\\[6pt] \textbf{(E)} &:\; 2^{607}+3^{607} \equiv 8+12 \equiv 20 \equiv 5 \pmod{15}. \end{aligned}
The residues divisible by
or
modulo
are 0, 3, 5, 6, 9, 10, 12.
Among our results, only
(from option
) is not among these, eliminating all the other answer choices.
is the number not divisible by any prime less than
. \\
~Loquacious_Autodidact
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 | |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. Error creating thumbnail: File missing