Question

Difficulty: Very hardAlgebraic Exponents and Radicals

If xx is a real number that satisfies the equation x+6x9+x6x9=10\sqrt{x + 6\sqrt{x - 9}} + \sqrt{x - 6\sqrt{x - 9}} = 10, what is the value of xx?

Answer: 34

Answer

34
Using the substitution u=x90u = \sqrt{x - 9} \ge 0, we have x=u2+9x = u^2 + 9. The expressions under the square roots become x+6x9=u2+6u+9=(u+3)2x + 6\sqrt{x - 9} = u^2 + 6u + 9 = (u + 3)^2 and x6x9=u26u+9=(u3)2x - 6\sqrt{x - 9} = u^2 - 6u + 9 = (u - 3)^2. Taking square roots gives (u+3)2+(u3)2=(u+3)+u3=10\sqrt{(u + 3)^2} + \sqrt{(u - 3)^2} = (u + 3) + |u - 3| = 10. For u3u \ge 3, this simplifies to (u+3)+(u3)=10    2u=10    u=5(u + 3) + (u - 3) = 10 \implies 2u = 10 \implies u = 5. Finally, substituting u=5u = 5 back yields x=52+9=34x = 5^2 + 9 = 34.

Step-by-Step Solution

1
Define a variable substitution to simplify the nested radical structure.
Let u=x9u = \sqrt{x - 9} where u0u \ge 0. Squaring both sides gives u2=x9u^2 = x - 9, so x=u2+9x = u^2 + 9.
This substitution allows the expressions inside the outer square roots to be rewritten as polynomials in terms of uu.
2
Rewrite the expressions under each square root as perfect square trinomials.
x+6x9=(u2+9)+6u=(u+3)2x + 6\sqrt{x - 9} = (u^2 + 9) + 6u = (u + 3)^2 and x6x9=(u2+9)6u=(u3)2x - 6\sqrt{x - 9} = (u^2 + 9) - 6u = (u - 3)^2.
Expressing terms as perfect squares allows the outer radicals to be simplified.
3
Simplify the square root expressions using absolute values.
(u+3)2+(u3)2=(u+3)+u3=10\sqrt{(u + 3)^2} + \sqrt{(u - 3)^2} = (u + 3) + |u - 3| = 10.
For any real number aa, a2=a\sqrt{a^2} = |a|. Since u0u \ge 0, u+3>0u + 3 > 0, so u+3=u+3|u + 3| = u + 3.
4
Solve the absolute value equation across valid domain intervals.
If u3u \ge 3, u3=u3|u - 3| = u - 3, giving (u+3)+(u3)=10    2u=10    u=5(u + 3) + (u - 3) = 10 \implies 2u = 10 \implies u = 5. If 0u<30 \le u < 3, u3=3u|u - 3| = 3 - u, giving (u+3)+(3u)=610(u + 3) + (3 - u) = 6 \neq 10 (no solution). Thus, u=5u = 5.
Splitting into cases based on the definition of absolute value isolates the valid root.
5
Substitute u=5u = 5 back into the expression for xx.
x=52+9=25+9=34x = 5^2 + 9 = 25 + 9 = 34.
Converting from uu back to xx provides the solution to the original equation.

Key Concept

Simplifying nested radicals by completing the square under the radical sign and applying the identity a2=a\sqrt{a^2} = |a|.
Rate this question