Difference between revisions of "2015 AMC 10A Problems/Problem 16"

(Solution)
(Video Solution)
(34 intermediate revisions by 15 users not shown)
Line 5: Line 5:
 
<math> \textbf{(A) }10\qquad\textbf{(B) }15\qquad\textbf{(C) }20\qquad\textbf{(D) }25\qquad\textbf{(E) }\text{30} </math>
 
<math> \textbf{(A) }10\qquad\textbf{(B) }15\qquad\textbf{(C) }20\qquad\textbf{(D) }25\qquad\textbf{(E) }\text{30} </math>
  
==Solution==
+
==Solutions==
 +
 
 +
===Solution 1===
  
 
Note that we can add the two equations to yield the equation
 
Note that we can add the two equations to yield the equation
Line 21: Line 23:
 
Moving terms gives the equation
 
Moving terms gives the equation
  
<math>x^2 - y^2 = 3x - 3y.</math>
+
<math>x^2 - y^2 = (x + y)(x - y) = 3x - 3y = 3(x - y).</math>
  
 
Because <math>x \neq y,</math> we can divide both sides of the equation by <math>x - y</math> to yield the equation
 
Because <math>x \neq y,</math> we can divide both sides of the equation by <math>x - y</math> to yield the equation
Line 30: Line 32:
  
 
<math>x^2 + y^2 = 5 \left( x + y \right) = 5 \left( 3 \right) = \boxed{\textbf{(B) } 15}</math>
 
<math>x^2 + y^2 = 5 \left( x + y \right) = 5 \left( 3 \right) = \boxed{\textbf{(B) } 15}</math>
 +
 +
===Solution 2 (Algebraic) ===
 +
 +
Subtract <math>4</math> from the left hand side of both equations, and use difference of squares to yield the equations
 +
 +
<math>x = y(y-4)</math>  and  <math>y = x(x-4)</math>.
 +
 +
It may save some time to find two solutions, <math>(0, 0)</math> and <math>(5, 5)</math>, at this point. However, <math> x = y</math> in these solutions.
 +
 +
 +
Substitute <math>y = x(x-4)</math> into <math>x = y(y-4)</math>.
 +
 +
 +
This gives the equation
 +
 +
<math>x = x(x-4)(x^2-4x-4)</math>
 +
 +
which can be simplified to
 +
 +
<math>x(x^3 - 8x^2 +12x + 15) = 0</math>.
 +
 +
Knowing <math>x = 0</math> and <math> x = 5</math> are solutions is now helpful, as you divide both sides by <math>x(x-5)</math>. This can also be done using polynomial division to find <math>x = 5</math> as a factor. This gives
 +
 +
<math>x^2 - 3x -3 = 0</math>.
 +
 +
Because the two equations <math>x = y(y-4)</math> and <math>y = x(x-4)</math> are symmetric, the <math>x</math> and <math>y</math> values are the roots of the equation, which are <math>x = \frac{3 + \sqrt{21}}{2}</math> and <math>x = \frac{3 - \sqrt{21}}{2}</math>.
 +
 +
Squaring these and adding them together gives
 +
 +
<math>\frac{3^2 + 21 + 6\sqrt{21}}{4} + \frac{3^2 + 21 - 6\sqrt{21}}{4} = \frac{2(3^2 +21)}{4} = \boxed{\textbf{(B) } 15}</math>.
 +
 +
===Solution 3===
 +
By graphing the two equations on a piece of graph paper, we can see that the point where they intersect that is not on the line <math>y=x</math> is close to the point <math>(4,-1)</math> (or <math>(-1, 4)</math>). <math>(-1)^2+4^2=17</math>, and the closest answer choice to <math>17</math> is <math>\boxed{\textbf{(B) } 15}</math>.
 +
 +
====Note for solution 3:====
 +
This is risky, as <math>20</math> could be a viable answer too. Do not use this method unless you're sure about the answer. In other words, this solution is less reliable than the others, so only use it if you can't do the other methods.
 +
 +
===Solution 4 (When you can't algebraically manipulate)===
 +
This, by the way, is a really cheap way of solving the problem but as long as you get an answer, it doesn't matter.
 +
 +
Looking at the first given equation, begin searching for solutions. Notice how <math>(4,0)</math> works but when plugged into the
 +
 +
second equation, you get <math>8=4</math>. Now, if you decrease the <math>y</math> value by <math>1</math> to obtain <math>(2+\sqrt3,-1)</math>, plugging it into
 +
 +
the second equation will yield <math>6+\sqrt3=9</math>. Now, notice how the LHS is now less than the RHS as opposed to what it had
 +
 +
been when we plugged <math>(4,0)</math> into the second given equation. We then conclude that there must be a solution between
 +
 +
<math>y=0</math> and <math>y=-1</math>, so calculating <math>x^2+y^2</math> of <math>(4,0)</math> and <math>(2+\sqrt3,-1)</math> we obtain
 +
 +
<cmath>4^2+0^2=16</cmath> and
 +
<cmath>(2+\sqrt3)^2+(-1)^2=8+4\sqrt3\approx14.9</cmath>
 +
 +
Thus we know the answer to be <math>\boxed{\textbf{(B) } 15}</math>.
 +
 +
This is a really bad solution, but it works. :/
 +
 +
== Video Solution ==
 +
https://youtu.be/0W3VmFp55cM?t=15
 +
 +
~ pi_is_3.14
 +
 +
==Video Solution==
 +
https://youtu.be/WsRGBqCJwGA
 +
 +
~savannahsolver
  
 
==See Also==
 
==See Also==
 
{{AMC10 box|year=2015|ab=A|num-b=15|num-a=17}}
 
{{AMC10 box|year=2015|ab=A|num-b=15|num-a=17}}
 
{{MAA Notice}}
 
{{MAA Notice}}
 +
 +
[[Category: Introductory Algebra Problems]]

Revision as of 23:16, 16 January 2021

Problem

If $y+4 = (x-2)^2, x+4 = (y-2)^2$, and $x \neq y$, what is the value of $x^2+y^2$?

$\textbf{(A) }10\qquad\textbf{(B) }15\qquad\textbf{(C) }20\qquad\textbf{(D) }25\qquad\textbf{(E) }\text{30}$

Solutions

Solution 1

Note that we can add the two equations to yield the equation

$x^2 + y^2 - 4x - 4y + 8 = x + y + 8.$

Moving terms gives the equation

$x^2+y^2=5 \left( x + y \right).$

We can also subtract the two equations to yield the equation

$x^2 - y^2 - 4x +4y = y - x.$

Moving terms gives the equation

$x^2 - y^2 = (x + y)(x - y) = 3x - 3y = 3(x - y).$

Because $x \neq y,$ we can divide both sides of the equation by $x - y$ to yield the equation

$x + y = 3.$

Substituting this into the equation for $x^2 + y^2$ that we derived earlier gives

$x^2 + y^2 = 5 \left( x + y \right) = 5 \left( 3 \right) = \boxed{\textbf{(B) } 15}$

Solution 2 (Algebraic)

Subtract $4$ from the left hand side of both equations, and use difference of squares to yield the equations

$x = y(y-4)$ and $y = x(x-4)$.

It may save some time to find two solutions, $(0, 0)$ and $(5, 5)$, at this point. However, $x = y$ in these solutions.


Substitute $y = x(x-4)$ into $x = y(y-4)$.


This gives the equation

$x = x(x-4)(x^2-4x-4)$

which can be simplified to

$x(x^3 - 8x^2 +12x + 15) = 0$.

Knowing $x = 0$ and $x = 5$ are solutions is now helpful, as you divide both sides by $x(x-5)$. This can also be done using polynomial division to find $x = 5$ as a factor. This gives

$x^2 - 3x -3 = 0$.

Because the two equations $x = y(y-4)$ and $y = x(x-4)$ are symmetric, the $x$ and $y$ values are the roots of the equation, which are $x = \frac{3 + \sqrt{21}}{2}$ and $x = \frac{3 - \sqrt{21}}{2}$.

Squaring these and adding them together gives

$\frac{3^2 + 21 + 6\sqrt{21}}{4} + \frac{3^2 + 21 - 6\sqrt{21}}{4} = \frac{2(3^2 +21)}{4} = \boxed{\textbf{(B) } 15}$.

Solution 3

By graphing the two equations on a piece of graph paper, we can see that the point where they intersect that is not on the line $y=x$ is close to the point $(4,-1)$ (or $(-1, 4)$). $(-1)^2+4^2=17$, and the closest answer choice to $17$ is $\boxed{\textbf{(B) } 15}$.

Note for solution 3:

This is risky, as $20$ could be a viable answer too. Do not use this method unless you're sure about the answer. In other words, this solution is less reliable than the others, so only use it if you can't do the other methods.

Solution 4 (When you can't algebraically manipulate)

This, by the way, is a really cheap way of solving the problem but as long as you get an answer, it doesn't matter.

Looking at the first given equation, begin searching for solutions. Notice how $(4,0)$ works but when plugged into the

second equation, you get $8=4$. Now, if you decrease the $y$ value by $1$ to obtain $(2+\sqrt3,-1)$, plugging it into

the second equation will yield $6+\sqrt3=9$. Now, notice how the LHS is now less than the RHS as opposed to what it had

been when we plugged $(4,0)$ into the second given equation. We then conclude that there must be a solution between

$y=0$ and $y=-1$, so calculating $x^2+y^2$ of $(4,0)$ and $(2+\sqrt3,-1)$ we obtain

\[4^2+0^2=16\] and \[(2+\sqrt3)^2+(-1)^2=8+4\sqrt3\approx14.9\]

Thus we know the answer to be $\boxed{\textbf{(B) } 15}$.

This is a really bad solution, but it works. :/

Video Solution

https://youtu.be/0W3VmFp55cM?t=15

~ pi_is_3.14

Video Solution

https://youtu.be/WsRGBqCJwGA

~savannahsolver

See Also

2015 AMC 10A (ProblemsAnswer KeyResources)
Preceded by
Problem 15
Followed by
Problem 17
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