Difference between revisions of "2023 AMC 12B Problems/Problem 15"
Eunicorn0716 (talk | contribs) (→Problem) |
(→Solution 5 (Rigorous)) |
||
(37 intermediate revisions by 19 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{duplicate|[[2023 AMC 10B Problems/Problem 18|2023 AMC 10B #18]] and [[2023 AMC 12B Problems/Problem 15|2023 AMC 12B #15]]}} | ||
+ | |||
==Problem== | ==Problem== | ||
− | |||
− | |||
− | |||
− | <math>\textbf{(A) }\text{I, II, and III}\qquad\textbf{(B) }\text{I only}\qquad\textbf{(C) }\text{I and II only}\qquad\textbf{(D) }\text{III only}\qquad\textbf{(E) }\text{II and III only}</math> | + | Suppose <math>a</math>, <math>b</math>, and <math>c</math> are positive integers such that<cmath>\frac{a}{14}+\frac{b}{15}=\frac{c}{210}.</cmath>Which of the following statements are necessarily true? |
+ | |||
+ | I. If <math>\gcd(a,14)=1</math> or <math>\gcd(b,15)=1</math> or both, then <math>\gcd(c,210)=1</math>. | ||
+ | |||
+ | II. If <math>\gcd(c,210)=1</math>, then <math>\gcd(a,14)=1</math> or <math>\gcd(b,15)=1</math> or both. | ||
+ | |||
+ | III. <math>\gcd(c,210)=1</math> if and only if <math>\gcd(a,14)=\gcd(b,15)=1</math>. | ||
+ | |||
+ | <math>\textbf{(A)}~\text{I, II, and III}\qquad\textbf{(B)}~\text{I only}\qquad\textbf{(C)}~\text{I and II only}\qquad\textbf{(D)}~\text{III only}\qquad\textbf{(E)}~\text{II and III only}</math> | ||
+ | == Solution 1 (Guess and check + Contrapositive)== | ||
+ | We examine each of the conditions. | ||
+ | |||
+ | The first condition is false. A simple counterexample is <math>a=3</math> and <math>b=5</math>. The corresponding value of <math>c</math> is <math>115</math>. Since <math>\gcd(3,14)=1</math>, condition <math>I</math> would imply that <math>\gcd(c,210)=1.</math> However, <math>\gcd(115,210)</math> is clearly not <math>1</math> (they share a common factor of <math>5</math>). Condition <math>I</math> is false so that we can rule out choices <math>A,B,</math> and <math>C</math>. | ||
+ | |||
+ | We now decide between the two answer choices <math>D</math> and <math>E</math>. What differs between them is the validity of condition <math>II</math>, so it suffices to check <math>II</math> simply. | ||
+ | |||
+ | We look at statement <math>II</math>'s contrapositive to prove it. The contrapositive states that if <math>\gcd(a,14)\neq1</math> and <math>\gcd(b,15)\neq1</math>, then <math>\gcd(c,210)\neq1.</math> In other words, if <math>a</math> shares some common factor that is not <math>1</math> with <math>14</math> and <math>b</math> shares some common factor that is not <math>1</math> with <math>15</math>, then <math>c</math> also shares a common factor that is not <math>1</math> with <math>210</math>. Let's say that <math>a=a'\cdot n</math>, where <math>a'</math> is a factor of <math>14</math> not equal to <math>1</math>. (So <math>a'</math> is the common factor.) | ||
+ | |||
+ | We can rewrite the given equation as <math>15a+14b=c\implies15(a'n)+14b=c.</math> We can express <math>14</math> as <math>a'\cdot n'</math>, for some positive integer <math>n'</math> (this <math>n'</math> can be <math>1</math>). We can factor <math>a'</math> out to get <math>a'(15n+14n')=c.</math> | ||
+ | |||
+ | Since all values in this equation are integers, <math>c</math> must be divisible by <math>a'</math>. Since <math>a'</math> is a factor of <math>14</math>, <math>a'</math> must also be a factor of <math>210</math>, a multiple of <math>14</math>. Therefore, we know that <math>c</math> shares a common factor with <math>210</math> (which is <math>a'</math>), so <math>\gcd(c,210)\neq1</math>. This is what <math>II</math> states, so therefore <math>II</math> is true. | ||
+ | |||
+ | Thus, our answer is <math>\boxed{\textbf{(E) }\text{II and III only}}.</math> | ||
+ | ~Technodoggo | ||
+ | ~AVM2023 (Minor Edits - Fixes in the first paragraph and grammar edits) | ||
+ | |||
+ | ==Solution 2== | ||
+ | |||
+ | The equation given in the problem can be written as | ||
+ | <cmath> | ||
+ | \[ | ||
+ | 15 a + 14 b = c. \hspace{1cm} (1) | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | <math>\textbf{First, we prove that Statement I is not correct.}</math> | ||
+ | |||
+ | A counter example is <math>a = 1</math> and <math>b = 3</math>. | ||
+ | Thus, <math>{\rm gcd} (c, 210) = 3 \neq 1</math>. | ||
+ | |||
+ | <math>\textbf{Second, we prove that Statement III is correct.}</math> | ||
+ | |||
+ | First, we prove the ``if'' part. | ||
+ | |||
+ | Suppose <math>{\rm gcd}(a , 14) = 1</math> and <math>{\rm gcd}(b, 15) = 1</math>. However, <math>{\rm gcd} (c, 210) \neq 1</math>. | ||
+ | |||
+ | Thus, <math>c</math> must be divisible by at least one factor of 210. W.L.O.G, we assume <math>c</math> is divisible by 2. | ||
+ | |||
+ | Modulo 2 on Equation (1), we get that <math>2 | a</math>. | ||
+ | This is a contradiction with the condition that <math>{\rm gcd}(a , 14) = 1</math>. | ||
+ | Therefore, the ``if'' part in Statement III is correct. | ||
+ | |||
+ | Second, we prove the ``only if'' part. | ||
+ | |||
+ | Suppose <math>{\rm gcd} (c, 210) \neq 1</math>. Because <math>210 = 14 \cdot 15</math>, there must be one factor of 14 or 15 that divides <math>c</math>. | ||
+ | W.L.O.G, we assume there is a factor <math>q > 1</math> of 14 that divides <math>c</math>. | ||
+ | Because <math>{\rm gcd} (14, 15) = 1</math>, we have <math>{\rm gcd} (q, 15) = 1</math>. | ||
+ | Modulo <math>q</math> on Equation (1), we have <math>q | a</math>. | ||
+ | |||
+ | Because <math>q | 14</math>, we have <math>{\rm gcd}(a , 14) \geq q > 1</math>. | ||
+ | |||
+ | Analogously, we can prove that <math>{\rm gcd}(b , 15) > 1</math>. | ||
+ | |||
+ | <math>\textbf{Third, we prove that Statement II is correct.}</math> | ||
+ | |||
+ | This is simply a special case of the ``only if'' part of Statement III. So we omit the proof. | ||
+ | |||
+ | All analyses above imply | ||
+ | <math>\boxed{\textbf{(E) II and III only}}.</math> | ||
+ | |||
+ | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
+ | |||
+ | ==Solution 3 (Answer Choices)== | ||
+ | It can easily be shown that statement I is false (a counterexample would be <math>a=1, b=5, c=85</math>), meaning the only viable answer choices are D and E. Since both of these answer choices include statement III, this means III is true. Since III is true, this actually implies that statement II is true, as III is just a stronger version of statement II (or its contrapositive, to be precise). Therefore the answer is | ||
+ | <math>\boxed{\textbf{(E) II and III only}}.</math> | ||
+ | |||
+ | ~SpencerD. ~edited by A_MatheMagician | ||
+ | |||
+ | ==Solution 4== | ||
+ | |||
+ | First, we will show that statement I is false. A simple counterexample is <math>a=2</math> and <math>b=2</math>. Then, <math>c</math> is even, and it is not relatively prime with <math>210</math>. | ||
+ | |||
+ | |||
+ | Now, we will focus on statement III. It's pretty easy to realize that if either <math>a</math> isn't relatively prime to <math>14</math> or <math>b</math> isn't relatively prime to <math>15</math>, it will always share factors with <math>210</math> because <math>c = 15a + 14b</math> (think <math>15 \cdot 14 + 14</math>). Therefore, statement III must be true. | ||
+ | |||
+ | |||
+ | Since statement III is a stricter case of statement II, the last two statements are true, hence choose <math>\boxed{\textbf{(E) }\text{II and III only}}.</math> | ||
+ | |||
+ | ~xHypotenuse | ||
+ | |||
+ | ==Solution 5 (Rigorous)== | ||
+ | |||
+ | The condition in the problem is equivalent to | ||
+ | \begin{align*} | ||
+ | 15 a + 14 b = c. \hspace{1cm} | ||
+ | \end{align*} | ||
+ | |||
+ | From here we can use the properties of the greatest common divisor to get | ||
+ | |||
+ | <cmath>\gcd(c, 14)=\gcd(15a+14b, 14)=\gcd(15a, 14)=\gcd(a, 14)</cmath> | ||
+ | |||
+ | and | ||
+ | |||
+ | <cmath>\gcd(c, 15)=\gcd(15a+14b, 15)=\gcd(14b, 15)=\gcd(b, 15)</cmath> | ||
+ | |||
+ | From here it's not hard to get | ||
+ | |||
+ | <cmath>\gcd(c, 210)=\gcd(c, 15)*\gcd(c, 14)=\gcd(a, 14)*\gcd(b, 15)</cmath> | ||
+ | |||
+ | Hence <math>\gcd(c, 210)=1</math> is equivalent to <math>\gcd(a, 14)=1</math> and <math>\gcd(b, 15)=1</math>. This means the answer must be <math>\boxed{\textbf{(E) }\text{II and III only}}.</math> | ||
+ | |||
+ | ~tsun26 | ||
+ | |||
+ | ==Video Solution== | ||
+ | https://youtu.be/pg1pyRa6C24?si=bOM1mQkWzkYZzfv_ | ||
+ | |||
+ | ~MathProblemSolvingSkills.com | ||
+ | |||
+ | |||
+ | ==Video Solution 2 by OmegaLearn== | ||
+ | https://youtu.be/kky_f4JK7y8 | ||
+ | |||
+ | ==Video Solution== | ||
+ | |||
+ | https://youtu.be/HxP-1TrwDdM | ||
+ | |||
+ | |||
+ | |||
+ | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
+ | |||
+ | ==See Also== | ||
+ | {{AMC10 box|year=2023|ab=B|num-b=17|num-a=19}} | ||
+ | {{AMC12 box|year=2023|ab=B|num-b=14|num-a=16}} | ||
+ | {{MAA Notice}} |
Latest revision as of 06:20, 21 October 2024
- The following problem is from both the 2023 AMC 10B #18 and 2023 AMC 12B #15, so both problems redirect to this page.
Contents
Problem
Suppose , , and are positive integers such thatWhich of the following statements are necessarily true?
I. If or or both, then .
II. If , then or or both.
III. if and only if .
Solution 1 (Guess and check + Contrapositive)
We examine each of the conditions.
The first condition is false. A simple counterexample is and . The corresponding value of is . Since , condition would imply that However, is clearly not (they share a common factor of ). Condition is false so that we can rule out choices and .
We now decide between the two answer choices and . What differs between them is the validity of condition , so it suffices to check simply.
We look at statement 's contrapositive to prove it. The contrapositive states that if and , then In other words, if shares some common factor that is not with and shares some common factor that is not with , then also shares a common factor that is not with . Let's say that , where is a factor of not equal to . (So is the common factor.)
We can rewrite the given equation as We can express as , for some positive integer (this can be ). We can factor out to get
Since all values in this equation are integers, must be divisible by . Since is a factor of , must also be a factor of , a multiple of . Therefore, we know that shares a common factor with (which is ), so . This is what states, so therefore is true.
Thus, our answer is ~Technodoggo ~AVM2023 (Minor Edits - Fixes in the first paragraph and grammar edits)
Solution 2
The equation given in the problem can be written as
A counter example is and . Thus, .
First, we prove the ``if part.
Suppose and . However, .
Thus, must be divisible by at least one factor of 210. W.L.O.G, we assume is divisible by 2.
Modulo 2 on Equation (1), we get that . This is a contradiction with the condition that . Therefore, the ``if part in Statement III is correct.
Second, we prove the ``only if part.
Suppose . Because , there must be one factor of 14 or 15 that divides . W.L.O.G, we assume there is a factor of 14 that divides . Because , we have . Modulo on Equation (1), we have .
Because , we have .
Analogously, we can prove that .
This is simply a special case of the ``only if part of Statement III. So we omit the proof.
All analyses above imply
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Solution 3 (Answer Choices)
It can easily be shown that statement I is false (a counterexample would be ), meaning the only viable answer choices are D and E. Since both of these answer choices include statement III, this means III is true. Since III is true, this actually implies that statement II is true, as III is just a stronger version of statement II (or its contrapositive, to be precise). Therefore the answer is
~SpencerD. ~edited by A_MatheMagician
Solution 4
First, we will show that statement I is false. A simple counterexample is and . Then, is even, and it is not relatively prime with .
Now, we will focus on statement III. It's pretty easy to realize that if either isn't relatively prime to or isn't relatively prime to , it will always share factors with because (think ). Therefore, statement III must be true.
Since statement III is a stricter case of statement II, the last two statements are true, hence choose
~xHypotenuse
Solution 5 (Rigorous)
The condition in the problem is equivalent to \begin{align*} 15 a + 14 b = c. \hspace{1cm} \end{align*}
From here we can use the properties of the greatest common divisor to get
and
From here it's not hard to get
Hence is equivalent to and . This means the answer must be
~tsun26
Video Solution
https://youtu.be/pg1pyRa6C24?si=bOM1mQkWzkYZzfv_
~MathProblemSolvingSkills.com
Video Solution 2 by OmegaLearn
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
See Also
2023 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 17 |
Followed by Problem 19 | |
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 |
2023 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.