2019 AMC 8 Problems/Problem 20: Difference between revisions
Mathmagicops (talk | contribs) |
|||
| (21 intermediate revisions by 15 users not shown) | |||
| Line 1: | Line 1: | ||
==Problem | ==Problem== | ||
How many different real numbers <math>x</math> satisfy the equation <cmath>(x^{2}-5)^{2}=16?</cmath> | How many different real numbers <math>x</math> satisfy the equation <cmath>(x^{2}-5)^{2}=16?</cmath> | ||
| Line 5: | Line 5: | ||
==Solution 1== | ==Solution 1== | ||
We have that <math>(x^2-5)^2 = 16</math> if and only if <math>x^2-5 = \pm 4</math>. If <math>x^2-5 = 4</math>, then <math>x^2 = 9 \implies x = \pm 3</math>, giving 2 solutions. If <math>x^2-5 = -4</math>, then <math>x^2 = 1 \implies x = \pm 1</math>, giving 2 more solutions. All four of these solutions work, so the answer is <math>\boxed{\textbf{(D)} 4}</math>. Further, the equation is a [[quartic Equation|quartic]] in <math>x</math>, so by the [https://artofproblemsolving.com/wiki/index.php/Fundamental_Theorem_of_Algebra Fundamental Theorem of Algebra], there can be at most four real solutions. | We have that <math>(x^2-5)^2 = 16</math> if and only if <math>x^2-5 = \pm 4</math>. If <math>x^2-5 = 4</math>, then <math>x^2 = 9 \implies x = \pm 3</math>, giving 2 solutions. If <math>x^2-5 = -4</math>, then <math>x^2 = 1 \implies x = \pm 1</math>, giving 2 more solutions. All four of these solutions work, so the answer is <math>\boxed{\textbf{(D) }4}</math>. Further, the equation is a [[quartic Equation|quartic]] in <math>x</math>, so by the [https://artofproblemsolving.com/wiki/index.php/Fundamental_Theorem_of_Algebra Fundamental Theorem of Algebra], there can be at most four real solutions. | ||
==Solution 2== | |||
We can expand <math>(x^2-5)^2</math> to get <math>x^4-10x^2+25</math>, so now our equation is <math>x^4-10x^2+25=16</math>. Subtracting <math>16</math> from both sides gives us <math>x^4-10x^2+9=0</math>. Now, we can factor the left-hand side to get <math>(x^2-9)(x^2-1)=0</math>. If <math>x^2-9</math> and/or <math>x^2-1</math> equals <math>0</math>, then the entire left side will equal <math>0</math>. Since the solutions can be both positive and negative, we have <math>4</math> solutions: <math>-3,3,-1,1</math> (we can find these solutions by setting <math>x^2-9</math> and <math>x^2-1</math> equal to <math>0</math> and solving for <math>x</math>). So, the answer is <math>\boxed{\textbf{(D) }4}</math>. | |||
~UnstoppableGoddess | |||
~Edits by WrenMath | |||
==Solution 3== | |||
Subtract 16 from both sides and factor using difference of squares: | |||
~ | |||
<cmath>(x^2 - 5)^2 = 16 </cmath> | |||
<cmath>(x^2 - 5)^2 - 16 =0 </cmath> | |||
<cmath>(x^2 - 5)^2 - 4^2 = 0 </cmath> | |||
<cmath>[(x^2 - 5)-4][(x^2 - 5) + 4] = 0</cmath> | |||
<cmath>(x^2 - 9)(x^2 - 1) =0 </cmath> | |||
<cmath>(x+3)(x-3)(x+1)(x-1) = 0 </cmath> | |||
Quite obviously, this equation has <math>\boxed{\textbf{(D) }4}</math> solutions. | |||
~TaeKim | |||
==Video Solution by Math-X (First understand the problem!!!)== | |||
https://youtu.be/IgpayYB48C4?si=EHbnc8zZoQ15Gfv6&t=6050 | |||
~Math-X | |||
==Solution 3== | ==Solution 3== | ||
| Line 24: | Line 46: | ||
https://youtu.be/5BXh0JY4klM (Uses a difference of squares & factoring method, different from above solutions) | https://youtu.be/5BXh0JY4klM (Uses a difference of squares & factoring method, different from above solutions) | ||
==Solution 5 ( | ==Solution 5 (video of Solution 1)== | ||
https://www.youtube.com/watch?v=44vrsk_CbF8&list=PLLCzevlMcsWNBsdpItBT4r7Pa8cZb6Viu&index=2 ~ MathEx | https://www.youtube.com/watch?v=44vrsk_CbF8&list=PLLCzevlMcsWNBsdpItBT4r7Pa8cZb6Viu&index=2 ~ MathEx | ||
==Video Solution== | == Video Solution by Pi Academy == | ||
https://youtu.be/ | |||
https://youtu.be/Ds8Nzjj6pXs?si=QAwrO_bZHrTj6cba | |||
~ smartschoolboy9 | |||
== Video Solution 2 (Gateway to Harder Questions)== | |||
https://www.youtube.com/watch?v=J-E4SGEi3QE&t=2s | |||
-Happytwin | https://youtu.be/V3HxkJhSn08 -Happytwin | ||
Solution detailing how to solve the problem: https://youtu.be/x4cF3o3Fzj8 | |||
https://youtu.be/dh9uf5_ZB5Q ~ Education, the Study of Everything | |||
https://youtu.be/Xm4ZGND9WoY ~ Hayabusa1 | |||
https://www.youtube.com/watch?v=TpsuRedYOiM&t=250s ~ SpreadTheMathLove | |||
==See Also== | ==See Also== | ||
| Line 40: | Line 74: | ||
{{MAA Notice}} | {{MAA Notice}} | ||
[[Category:Introductory Algebra Problems]] | |||
Latest revision as of 11:42, 6 June 2025
Problem
How many different real numbers
satisfy the equation
Solution 1
We have that
if and only if
. If
, then
, giving 2 solutions. If
, then
, giving 2 more solutions. All four of these solutions work, so the answer is
. Further, the equation is a quartic in
, so by the Fundamental Theorem of Algebra, there can be at most four real solutions.
Solution 2
We can expand
to get
, so now our equation is
. Subtracting
from both sides gives us
. Now, we can factor the left-hand side to get
. If
and/or
equals
, then the entire left side will equal
. Since the solutions can be both positive and negative, we have
solutions:
(we can find these solutions by setting
and
equal to
and solving for
). So, the answer is
.
~UnstoppableGoddess ~Edits by WrenMath
Solution 3
Subtract 16 from both sides and factor using difference of squares:
Quite obviously, this equation has
solutions.
~TaeKim
Video Solution by Math-X (First understand the problem!!!)
https://youtu.be/IgpayYB48C4?si=EHbnc8zZoQ15Gfv6&t=6050
~Math-X
Solution 3
Associated Video - https://www.youtube.com/watch?v=Q5yfodutpsw
Solution 4
https://youtu.be/5BXh0JY4klM (Uses a difference of squares & factoring method, different from above solutions)
Solution 5 (video of Solution 1)
https://www.youtube.com/watch?v=44vrsk_CbF8&list=PLLCzevlMcsWNBsdpItBT4r7Pa8cZb6Viu&index=2 ~ MathEx
Video Solution by Pi Academy
https://youtu.be/Ds8Nzjj6pXs?si=QAwrO_bZHrTj6cba
~ smartschoolboy9
Video Solution 2 (Gateway to Harder Questions)
https://www.youtube.com/watch?v=J-E4SGEi3QE&t=2s
https://youtu.be/V3HxkJhSn08 -Happytwin
Solution detailing how to solve the problem: https://youtu.be/x4cF3o3Fzj8
https://youtu.be/dh9uf5_ZB5Q ~ Education, the Study of Everything
https://youtu.be/Xm4ZGND9WoY ~ Hayabusa1
https://www.youtube.com/watch?v=TpsuRedYOiM&t=250s ~ SpreadTheMathLove
See Also
| 2019 AMC 8 (Problems • Answer Key • Resources) | ||
| Preceded by Problem 19 |
Followed by Problem 21 | |
| 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 AJHSME/AMC 8 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