2018 AMC 10A Problems/Problem 10

Revision as of 23:51, 9 February 2018 by Kevinmathz (talk | contribs)

Solutions

Solution 1

In order to get rid of the square roots, we multiply by the conjugate. Its value is the solution.The $x^2$ terms cancel nicely. $(\sqrt {49-x^2} + \sqrt {25-x^2}) * (\sqrt {49-x^2} - \sqrt {25-x^2}) = 49-x^2 - 25 +x^2 = 24$

Given that $(\sqrt {49-x^2} - \sqrt {25-x^2})$ = 3, $(\sqrt {49-x^2} + \sqrt {25-x^2}) = \frac {24} {3} = \boxed{\textbf{(A) } 8}$

Solution by PancakeMonster2004, explanations added by a1b2.

Solution 2 (bad)

Let $u=\sqrt{49-x^2}$, and let $v=\sqrt{25-x^2}$. Then $v=\sqrt{u^2-24}$. Substituting, we get $u-\sqrt{u^2-24}=3$. Rearranging, we get $u-3=\sqrt{u^2-24}$. Squaring both sides and solving, we get $u=\frac{11}{2}$ and $v=\frac{11}{2}-3=\frac{5}{2}$. Adding, we get that the answer is $\boxed{\textbf{(A) } 8}$

Solution 3

Put the equations to one side. $\sqrt{49-x^2}-\sqrt{25-x^2}=3$ can be changed into $\sqrt{49-x^2}=\sqrt{25-x^2}+3$.

We can square both sides, getting us $49-x^2=(25-x^2)+(3^2)+ 2\cdot 3 \cdot \sqrt{25-x^2}.$

That simplifies out to $15=6 \sqrt{25-x^2}.$ Dividing both sides gets us $\frac{5}{2}=\sqrt{25-x^2}$.

Following that, we can square both sides again, resulting in the equation $\frac{25}{4}=25-x^2$. Simplifying that, we get $x^2 = \frac{75}{4}$.

Substituting into the equation $\sqrt{49-x^2}+\sqrt{25-x^2}$, we get $\sqrt{49-\frac{75}{4}}+\sqrt{25-\frac{75}{4}}$. Immediately, we simplify into $\sqrt{\frac{121}{4}}+\sqrt{\frac{25}{4}}$. The two numbers inside the square roots are simplified to be $\frac{11}{2}$ and $\frac{5}{2}$, so you add them up: $\frac{11}{2}+\frac{5}{2}=\boxed{\textbf{(A)8}}$