Difference between revisions of "2008 Mock ARML 1 Problems/Problem 1"

m (Solution)
m (See also)
Line 10: Line 10:
 
[[Category:Introductory Algebra Problems]]
 
[[Category:Introductory Algebra Problems]]
  
square both sides twice leaving:
+
Square both sides twice leaving:
  
{x+4}=(x-4)^2
+
<math>{x+4}=(x-4)^2</math>
  
then subtract x-4 to set to 0 (from x^2-8x^2+16)
+
Then, subtract <math>x-4</math> to set to <math>0</math> (from <math>x^2-8x^2+16</math>)
  
using the rational roots theorem, we get the quadratics:
+
Using the rational roots theorem, we get the quadratics:
  
(x^2-x-4)(x^2+x-3)
+
<math>(x^2-x-4)(x^2+x-3)</math>
  
 
Solve:
 
Solve:
-1+/-sqrt{13}/2 1+/-sqrt{17}/2
+
<math>-1+/-sqrt{13}/2 1+/-sqrt{17}/2</math>
  
 
Seeing that negative roots are extraneous we have:
 
Seeing that negative roots are extraneous we have:
  
1+sqrt{17}/2 and -1+sqrt{13}/2 as the answers.
+
<math>1+\sqrt{17}/2</math> and <math>-1+\sqrt{13}/2</math> as the answers.

Revision as of 21:48, 4 December 2016

Problem

Compute all real values of $x$ such that $\sqrt {\sqrt {x + 4} + 4} = x$.

Solution

Let $f(x) = \sqrt{x+4}$; then $f(f(x)) = x$. Because $f(x)$ is increasing on $-4<x<\infty$, $f(f(x))=f(x)=x$. Using this we can show $x^2 - x - 4 = 0$. Using your favorite method, solve for $x = \frac{1 \pm \sqrt{17}}{2}$. However, since $f(x) =x$, and because the Square Root function's range does not include negative numbers, it follows that the negative root is extraneous, and thus we have $x = \boxed{\frac{1+\sqrt{17}}{2}}$.

See also

2008 Mock ARML 1 (Problems, Source)
Preceded by
First question
Followed by
Problem 2
1 2 3 4 5 6 7 8

Square both sides twice leaving:

${x+4}=(x-4)^2$

Then, subtract $x-4$ to set to $0$ (from $x^2-8x^2+16$)

Using the rational roots theorem, we get the quadratics:

$(x^2-x-4)(x^2+x-3)$

Solve: $-1+/-sqrt{13}/2 1+/-sqrt{17}/2$

Seeing that negative roots are extraneous we have:

$1+\sqrt{17}/2$ and $-1+\sqrt{13}/2$ as the answers.