Difference between revisions of "2018 AMC 10B Problems/Problem 21"

(Solution 6 (Very Rigorous))
(Solution 6 (Very Rigorous))
Line 50: Line 50:
 
==Solution 6 (Very Rigorous)==
 
==Solution 6 (Very Rigorous)==
 
This is not the fastest solution, but if i saw this question on an Olympiad/AIME, where there are no answer choices, and my work counted, this is what i would do;
 
This is not the fastest solution, but if i saw this question on an Olympiad/AIME, where there are no answer choices, and my work counted, this is what i would do;
 +
<math>\newline</math>
 +
Note that for any <math>a,b,c \in \mathbb{Z}^+</math>, if <math>a|c</math> and <math>b|c</math> then lcm<math>(a,b)|c</math> (this is because if something divides a or b, it must divide c, and thus the max of all of the prime factors, ie: lcm, divides c) since <math>a=323,b > a</math>, if <math>gcd(a,b)=1</math> then <math>lcm(a,b)=ab</math> and thus <math>ab|c \rightarrow c>a^2 \rightarrow c>100^2 \rightarrow</math> c is not a four digit number.
  
 
==Video Solution 1==
 
==Video Solution 1==

Revision as of 14:40, 5 August 2025

The following problem is from both the 2018 AMC 12B #19 and 2018 AMC 10B #21, so both problems redirect to this page.

Problem

Mary chose an even $4$-digit number $n$. She wrote down all the divisors of $n$ in increasing order from left to right: $1,2,\ldots,\dfrac{n}{2},n$. At some moment Mary wrote $323$ as a divisor of $n$. What is the smallest possible value of the next divisor written to the right of $323$?

$\textbf{(A) } 324 \qquad \textbf{(B) } 330 \qquad \textbf{(C) } 340 \qquad \textbf{(D) } 361 \qquad \textbf{(E) } 646$

Solution 1 (Inequalities)

Let $d$ be the next divisor written to the right of $323.$

If $\gcd(323,d)=1,$ then \[n\geq323d>323^2>100^2=10000,\] which contradicts the precondition that $n$ is a $4$-digit number.

It follows that $\gcd(323,d)>1.$ Since $323=17\cdot19,$ the smallest possible value of $d$ is $17\cdot20=\boxed{\textbf{(C) } 340},$ from which \[n=\operatorname{lcm}(323,d)=17\cdot19\cdot20=6460.\] ~MRENTHUSIASM ~tdeng

Solution 2 (Inequalities)

Let $d$ be the next divisor written to the right of $323.$

Since $n$ is even and $323=17\cdot19,$ we have $n=2\cdot17\cdot19\cdot k=646k$ for some positive integer $k.$ Moreover, since $1000\leq n\leq9998,$ we get $2\leq k\leq15.$ As $d>323,$ it is clear that $d$ must be divisible by $17$ or $19$ or both.

Therefore, the smallest possible value of $d$ is $17\cdot20=\boxed{\textbf{(C) } 340},$ from which \[n=\operatorname{lcm}(323,d)=17\cdot19\cdot20=6460.\] ~MRENTHUSIASM ~bjhhar

Solution 3 (Quick)

The prime factorization of $323$ is $17 \cdot 19$. Our answer must be a multiple of either $17$ or $19$ or both. Since $17 < 19$, the next smallest divisor that is divisble by $17$ would be $323 + 17 = \boxed{\textbf{(C) } 340}$

~South

Solution 4 (Answer Choices)

Since prime factorizing $323$ gives you $17 \cdot 19$, the desired answer needs to be a multiple of $17$ or $19$, this is because if it is not a multiple of $17$ or $19$, $n$ will be more than a $4$ digit number. For example, if the answer were to instead be $324$, $n$ would have to be a multiple of $2^2\cdot3^4\cdot17\cdot19$ for both $323$ and $324$ to be a valid factor, meaning $n$ would have to be at least $104652$, which is too big. Looking at the answer choices, $\textbf{(A)}$ and $\textbf{(B)}$ are both not a multiple of neither $17$ nor $19$, $\textbf{(C)}$ is divisible by $17$. $\textbf{(D)}$ is divisible by $19$, and $\textbf{(E)}$ is divisible by both $17$ and $19$. Since $\boxed{\textbf{(C) } 340}$ is the smallest number divisible by either $17$ or $19$ it is the answer. Checking, we can see that $n$ would be $6460$, a $4$-digit number. Note that $n$ is also divisible by $2$, one of the listed divisors of $n$. (If $n$ was not divisible by $2$, we would need to look for a different divisor.)

-Edited by Mathandski

Solution 5 (Answer Choices)

Note that $323$ multiplied by any of the answer choices results in a $5$ or $6$-digit $n$. So, we need a choice that shares a factor(s) with $323$, such that the factors we'll need to add to the prime factorization of $n$ (in result to adding the chosen divisor) won't cause our number to multiply to more than $4$ digits. The prime factorization of $323$ is $17\cdot19$, and since we know $n$ is even, our answer needs to be

  • even
  • has a factor of $17$ or $19$

We see $340$ achieves this and is the smallest to do so ($646$ being the other). So, we get $\boxed{\textbf{(C) } 340}$.

~OGBooger (Solution)

~Pearl2008 (Minor Edits)

Solution 6 (Very Rigorous)

This is not the fastest solution, but if i saw this question on an Olympiad/AIME, where there are no answer choices, and my work counted, this is what i would do; $\newline$ Note that for any $a,b,c \in \mathbb{Z}^+$, if $a|c$ and $b|c$ then lcm$(a,b)|c$ (this is because if something divides a or b, it must divide c, and thus the max of all of the prime factors, ie: lcm, divides c) since $a=323,b > a$, if $gcd(a,b)=1$ then $lcm(a,b)=ab$ and thus $ab|c \rightarrow c>a^2 \rightarrow c>100^2 \rightarrow$ c is not a four digit number.

Video Solution 1

https://www.youtube.com/watch?v=qlHE_sAXiY8

https://www.youtube.com/watch?v=T94oxV8schA&ab_channel=Jay

~Coach J

Video Solution 2

https://www.youtube.com/watch?v=KHaLXNAkDWE

Video Solution 3

https://www.youtube.com/watch?v=vc1FHO9YYKQ

~bunny1

See Also

2018 AMC 10B (ProblemsAnswer KeyResources)
Preceded by
Problem 20
Followed by
Problem 22
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
2018 AMC 12B (ProblemsAnswer KeyResources)
Preceded by
Problem 18
Followed by
Problem 20
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. AMC Logo.png