Difference between revisions of "2020 AMC 10B Problems/Problem 9"
m (→Video Solution) |
m (minor edit) |
||
Line 1: | Line 1: | ||
{{duplicate|[[2020 AMC 10B Problems|2020 AMC 10B #9]] and [[2020 AMC 12B Problems|2020 AMC 12B #8]]}} | {{duplicate|[[2020 AMC 10B Problems|2020 AMC 10B #9]] and [[2020 AMC 12B Problems|2020 AMC 12B #8]]}} | ||
− | ==Problem== | + | == Problem == |
How many ordered pairs of integers <math>(x, y)</math> satisfy the equation <cmath>x^{2020}+y^2=2y?</cmath> | How many ordered pairs of integers <math>(x, y)</math> satisfy the equation <cmath>x^{2020}+y^2=2y?</cmath> | ||
<math>\textbf{(A) } 1 \qquad\textbf{(B) } 2 \qquad\textbf{(C) } 3 \qquad\textbf{(D) } 4 \qquad\textbf{(E) } \text{infinitely many}</math> | <math>\textbf{(A) } 1 \qquad\textbf{(B) } 2 \qquad\textbf{(C) } 3 \qquad\textbf{(D) } 4 \qquad\textbf{(E) } \text{infinitely many}</math> | ||
− | ==Solution 1== | + | == Solutions == |
+ | === Solution 1 === | ||
Rearranging the terms and and completing the square for <math>y</math> yields the result <math>x^{2020}+(y-1)^2=1</math>. Then, notice that <math>x</math> can only be <math>0</math>, <math>1</math> and <math>-1</math> because any value of <math>x^{2020}</math> that is greater than 1 will cause the term <math>(y-1)^2</math> to be less than <math>0</math>, which is impossible as <math>y</math> must be real. Therefore, plugging in the above values for <math>x</math> gives the ordered pairs <math>(0,0)</math>, <math>(1,1)</math>, <math>(-1,1)</math>, and <math>(0,2)</math> gives a total of <math>\boxed{\textbf{(D) }4}</math> ordered pairs. | Rearranging the terms and and completing the square for <math>y</math> yields the result <math>x^{2020}+(y-1)^2=1</math>. Then, notice that <math>x</math> can only be <math>0</math>, <math>1</math> and <math>-1</math> because any value of <math>x^{2020}</math> that is greater than 1 will cause the term <math>(y-1)^2</math> to be less than <math>0</math>, which is impossible as <math>y</math> must be real. Therefore, plugging in the above values for <math>x</math> gives the ordered pairs <math>(0,0)</math>, <math>(1,1)</math>, <math>(-1,1)</math>, and <math>(0,2)</math> gives a total of <math>\boxed{\textbf{(D) }4}</math> ordered pairs. | ||
− | ==Solution 2== | + | === Solution 2 === |
− | |||
Bringing all of the terms to the LHS, we see a quadratic equation <cmath>y^2 - 2y + x^{2020} = 0</cmath> in terms of <math>y</math>. Applying the quadratic formula, we get <cmath>y = \frac{2\pm\sqrt{4-4\cdot1\cdot x^{2020}}}{2}=\frac{2\pm\sqrt{4(1-x^{2020})}}{2}.</cmath> In order for <math>y</math> to be real, which it must be given the stipulation that we are seeking integral answers, we know that the discriminant, <math>4(1-x^{2020})</math> must be nonnegative. Therefore, <cmath>4(1-x^{2020}) \geq 0 \implies x^{2020} \leq 1.</cmath> Here, we see that we must split the inequality into a compound, resulting in <math>-1 \leq x \leq 1</math>. | Bringing all of the terms to the LHS, we see a quadratic equation <cmath>y^2 - 2y + x^{2020} = 0</cmath> in terms of <math>y</math>. Applying the quadratic formula, we get <cmath>y = \frac{2\pm\sqrt{4-4\cdot1\cdot x^{2020}}}{2}=\frac{2\pm\sqrt{4(1-x^{2020})}}{2}.</cmath> In order for <math>y</math> to be real, which it must be given the stipulation that we are seeking integral answers, we know that the discriminant, <math>4(1-x^{2020})</math> must be nonnegative. Therefore, <cmath>4(1-x^{2020}) \geq 0 \implies x^{2020} \leq 1.</cmath> Here, we see that we must split the inequality into a compound, resulting in <math>-1 \leq x \leq 1</math>. | ||
Line 19: | Line 19: | ||
~Tiblis | ~Tiblis | ||
− | + | === Solution 3, x first === | |
− | ==Solution 3, x first== | ||
Set it up as a quadratic in terms of y: | Set it up as a quadratic in terms of y: | ||
<cmath>y^2-2y+x^{2020}=0</cmath> | <cmath>y^2-2y+x^{2020}=0</cmath> | ||
Line 36: | Line 35: | ||
These are the only 4 solutions, so <math>\boxed{\textbf{(D) } 4}</math> | These are the only 4 solutions, so <math>\boxed{\textbf{(D) } 4}</math> | ||
− | ==Solution 4, y first== | + | === Solution 4, y first === |
− | |||
Move the <math>y^2</math> term to the other side to get <math>x^{2020}=2y-y^2 = y(2-y)</math>. Because <math>x^{2020} \geq 0</math> for all <math>x</math>, then <math>y(2-y) \geq 0 \Rightarrow y = 0,1,2</math>. If <math>y=0</math> or <math>y=2</math>, the right side is <math>0</math> and therefore <math>x=0</math>. When <math>y=1</math>, the right side become <math>1</math>, therefore <math>x=1,-1</math>. Our solutions are <math>(0,2)</math>, <math>(0,0)</math>, <math>(1,1)</math>, <math>(-1,1)</math>. There are <math>4</math> solutions, so the answer is <math>\boxed{\textbf{(D) } 4}</math> - wwt7535 | Move the <math>y^2</math> term to the other side to get <math>x^{2020}=2y-y^2 = y(2-y)</math>. Because <math>x^{2020} \geq 0</math> for all <math>x</math>, then <math>y(2-y) \geq 0 \Rightarrow y = 0,1,2</math>. If <math>y=0</math> or <math>y=2</math>, the right side is <math>0</math> and therefore <math>x=0</math>. When <math>y=1</math>, the right side become <math>1</math>, therefore <math>x=1,-1</math>. Our solutions are <math>(0,2)</math>, <math>(0,0)</math>, <math>(1,1)</math>, <math>(-1,1)</math>. There are <math>4</math> solutions, so the answer is <math>\boxed{\textbf{(D) } 4}</math> - wwt7535 | ||
− | ==Video | + | === Video Solution 1 === |
https://youtu.be/6ujfjGLzVoE | https://youtu.be/6ujfjGLzVoE | ||
~IceMatrix | ~IceMatrix | ||
+ | |||
+ | === Video Solution 2 === | ||
https://youtu.be/7dQ423hhgac | https://youtu.be/7dQ423hhgac | ||
Line 49: | Line 49: | ||
~savannahsolver | ~savannahsolver | ||
− | ==See Also== | + | == See Also == |
{{AMC10 box|year=2020|ab=B|num-b=8|num-a=10}} | {{AMC10 box|year=2020|ab=B|num-b=8|num-a=10}} | ||
{{AMC12 box|year=2020|ab=B|num-b=7|num-a=9}} | {{AMC12 box|year=2020|ab=B|num-b=7|num-a=9}} | ||
− | |||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 00:40, 19 October 2020
- The following problem is from both the 2020 AMC 10B #9 and 2020 AMC 12B #8, so both problems redirect to this page.
Contents
Problem
How many ordered pairs of integers satisfy the equation
Solutions
Solution 1
Rearranging the terms and and completing the square for yields the result . Then, notice that can only be , and because any value of that is greater than 1 will cause the term to be less than , which is impossible as must be real. Therefore, plugging in the above values for gives the ordered pairs , , , and gives a total of ordered pairs.
Solution 2
Bringing all of the terms to the LHS, we see a quadratic equation in terms of . Applying the quadratic formula, we get In order for to be real, which it must be given the stipulation that we are seeking integral answers, we know that the discriminant, must be nonnegative. Therefore, Here, we see that we must split the inequality into a compound, resulting in .
The only integers that satisfy this are . Plugging these values back into the quadratic equation, we see that both produce a discriminant of , meaning that there is only 1 solution for . If , then the discriminant is nonzero, therefore resulting in two solutions for .
Thus, the answer is .
~Tiblis
Solution 3, x first
Set it up as a quadratic in terms of y: Then the discriminant is This will clearly only yield real solutions when , because it is always positive. Then . Checking each one: and are the same when raised to the 2020th power: This has only has solutions , so are solutions. Next, if : Which has 2 solutions, so and
These are the only 4 solutions, so
Solution 4, y first
Move the term to the other side to get . Because for all , then . If or , the right side is and therefore . When , the right side become , therefore . Our solutions are , , , . There are solutions, so the answer is - wwt7535
Video Solution 1
~IceMatrix
Video Solution 2
~savannahsolver
See Also
2020 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 8 |
Followed by Problem 10 | |
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 |
2020 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 7 |
Followed by Problem 9 |
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.