Difference between revisions of "2021 Fall AMC 10B Problems/Problem 3"

(Formatting)
 
Line 1: Line 1:
==Problem==
+
== Problem ==
 
 
 
The expression <math>\frac{2021}{2020} - \frac{2020}{2021}</math> is equal to the fraction <math>\frac{p}{q}</math> in which <math>p</math> and <math>q</math> are positive integers whose greatest common divisor is <math>{ }1</math>. What is <math>p?</math>
 
The expression <math>\frac{2021}{2020} - \frac{2020}{2021}</math> is equal to the fraction <math>\frac{p}{q}</math> in which <math>p</math> and <math>q</math> are positive integers whose greatest common divisor is <math>{ }1</math>. What is <math>p?</math>
  
 
<math>(\textbf{A})\: 1\qquad(\textbf{B}) \: 9\qquad(\textbf{C}) \: 2020\qquad(\textbf{D}) \: 2021\qquad(\textbf{E}) \: 4041</math>
 
<math>(\textbf{A})\: 1\qquad(\textbf{B}) \: 9\qquad(\textbf{C}) \: 2020\qquad(\textbf{D}) \: 2021\qquad(\textbf{E}) \: 4041</math>
  
==Solution 1==
+
== Solution 1 ==
 
We write the given expression as a single fraction: <cmath>\frac{2021}{2020} - \frac{2020}{2021} = \frac{2021\cdot2021-2020\cdot2020}{2020\cdot2021}</cmath> by cross multiplication. Then by factoring the numerator, we get <cmath>\frac{2021\cdot2021-2020\cdot2020}{2020\cdot2021}=\frac{(2021-2020)(2021+2020)}{2020\cdot2021}.</cmath> The question is asking for the numerator, so our answer is <math>2021+2020=4041,</math> giving <math>\boxed{\textbf{(E) }4041}</math>.
 
We write the given expression as a single fraction: <cmath>\frac{2021}{2020} - \frac{2020}{2021} = \frac{2021\cdot2021-2020\cdot2020}{2020\cdot2021}</cmath> by cross multiplication. Then by factoring the numerator, we get <cmath>\frac{2021\cdot2021-2020\cdot2020}{2020\cdot2021}=\frac{(2021-2020)(2021+2020)}{2020\cdot2021}.</cmath> The question is asking for the numerator, so our answer is <math>2021+2020=4041,</math> giving <math>\boxed{\textbf{(E) }4041}</math>.
  
Line 31: Line 30:
 
~Steven Chen (www.professorchenedu.com)
 
~Steven Chen (www.professorchenedu.com)
  
==Solution 3==
+
== Solution 3 ==
 
Turning term 1 to a fraction:
 
Turning term 1 to a fraction:
 
<math>\frac{2021}{2020}-\frac{2020}{2021}=1+\frac{1}{2020}-\frac{2020}{2021}</math>
 
<math>\frac{2021}{2020}-\frac{2020}{2021}=1+\frac{1}{2020}-\frac{2020}{2021}</math>
Line 45: Line 44:
 
https://youtu.be/p9_RH4s-kBA?t=160
 
https://youtu.be/p9_RH4s-kBA?t=160
  
==Video Solution==
+
== Video Solution 1==
 
https://youtu.be/ludy6AnQkrI
 
https://youtu.be/ludy6AnQkrI
  
 
~Education, the Study of Everything
 
~Education, the Study of Everything
  
==Video Solution by WhyMath==
+
== Video Solution 2 by WhyMath ==
 
https://youtu.be/PPIZH_iBTJw
 
https://youtu.be/PPIZH_iBTJw
  
~savannahsolver
+
== Video Solution 3 by TheBeautyofMath ==
==Video Solution by TheBeautyofMath==
 
 
https://youtu.be/lC7naDZ1Eu4?t=378
 
https://youtu.be/lC7naDZ1Eu4?t=378
 +
~IceMatrix
  
~IceMatrix
+
== See Also ==
==See Also==
 
 
{{AMC10 box|year=2021 Fall|ab=B|num-a=4|num-b=2}}
 
{{AMC10 box|year=2021 Fall|ab=B|num-a=4|num-b=2}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Latest revision as of 17:08, 14 January 2025

Problem

The expression $\frac{2021}{2020} - \frac{2020}{2021}$ is equal to the fraction $\frac{p}{q}$ in which $p$ and $q$ are positive integers whose greatest common divisor is ${ }1$. What is $p?$

$(\textbf{A})\: 1\qquad(\textbf{B}) \: 9\qquad(\textbf{C}) \: 2020\qquad(\textbf{D}) \: 2021\qquad(\textbf{E}) \: 4041$

Solution 1

We write the given expression as a single fraction: \[\frac{2021}{2020} - \frac{2020}{2021} = \frac{2021\cdot2021-2020\cdot2020}{2020\cdot2021}\] by cross multiplication. Then by factoring the numerator, we get \[\frac{2021\cdot2021-2020\cdot2020}{2020\cdot2021}=\frac{(2021-2020)(2021+2020)}{2020\cdot2021}.\] The question is asking for the numerator, so our answer is $2021+2020=4041,$ giving $\boxed{\textbf{(E) }4041}$.

~Aops-g5-gethsemanea2

Solution 2

Denote $a = 2020$. Hence, \begin{align*} \frac{2021}{2020} - \frac{2020}{2021} & = \frac{a + 1}{a} - \frac{a}{a + 1} \\ & = \frac{\left( a + 1 \right)^2 - a^2}{a \left( a + 1 \right)} \\ & = \frac{2 a + 1}{a \left( a + 1 \right)} . \end{align*}

We observe that ${\rm gcd} \left( 2a + 1 , a \right) = 1$ and ${\rm gcd} \left( 2a + 1 , a + 1 \right) = 1$.

Hence, ${\rm gcd} \left( 2a + 1 , a \left( a + 1 \right) \right) = 1$.

Therefore, $p = 2 a + 1 = 4041$.

Therefore, the answer is $\boxed{\textbf{(E) }4041}$.

~Steven Chen (www.professorchenedu.com)

Solution 3

Turning term 1 to a fraction: $\frac{2021}{2020}-\frac{2020}{2021}=1+\frac{1}{2020}-\frac{2020}{2021}$

Subtracting the last term from the first term gives us: $\frac{1}{2021}+\frac{1}{2020}$

Doing some simple cross multiplication, you get $\frac{4041}{2020\cdot2021}$, here you can see the numerator is $\boxed{\textbf{(E)}4041}$.

~RandomMathGuy500

Video Solution by Interstigation

https://youtu.be/p9_RH4s-kBA?t=160

Video Solution 1

https://youtu.be/ludy6AnQkrI

~Education, the Study of Everything

Video Solution 2 by WhyMath

https://youtu.be/PPIZH_iBTJw

Video Solution 3 by TheBeautyofMath

https://youtu.be/lC7naDZ1Eu4?t=378 ~IceMatrix

See Also

2021 Fall AMC 10B (ProblemsAnswer KeyResources)
Preceded by
Problem 2
Followed by
Problem 4
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

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png