document.write( "Question 415764: Solve for x: √(x+7)=x-5 \n" ); document.write( "
Algebra.Com's Answer #291705 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Here's a procedure for solving these kinds of equations:
\n" ); document.write( "Let's see how this works on your equation: \n" ); document.write( " \n" ); document.write( "1) Isolate a square root. \n" ); document.write( "Your only square root is already isolated, \n" ); document.write( "2) Square both sides: \n" ); document.write( " \n" ); document.write( "The left side is easy to square. Since exponents do not distribute squaring the right side is a little harder than it may seem. To square the right side correctly we can use FOIL on (x-7)(x-7) or use the \n" ); document.write( " \n" ); document.write( "which simplifies to: \n" ); document.write( " \n" ); document.write( "3) If there are square roots left... \n" ); document.write( "There are no square roots left so we can proceed to step 4. \n" ); document.write( "4) Solve the equation. \n" ); document.write( "The equation is a quadratic equation. So we want one side to be zero. Subtracting x and 7 from each side we get: \n" ); document.write( " \n" ); document.write( "Now we factor (or use the Quadratic Formula). This factors easily: \n" ); document.write( "0 = (x-9)(x-2) \n" ); document.write( "From the Zero Product Property we know that one of the factors must be zero. So: \n" ); document.write( "x-9 = 0 or x-2 = 0 \n" ); document.write( "Solving these we get: \n" ); document.write( "x = 9 or x = 2 \n" ); document.write( "5) Check your answer(s). \n" ); document.write( "Always use the original equation to check: \n" ); document.write( " \n" ); document.write( "Checking x = 9: \n" ); document.write( " \n" ); document.write( "which simplifies as follows: \n" ); document.write( " \n" ); document.write( "4 = 4 Check! \n" ); document.write( "Checking x = 2: \n" ); document.write( " \n" ); document.write( "which simplifies as follows: \n" ); document.write( " \n" ); document.write( "3 = -3 Check failed! \n" ); document.write( "So x = 2 is an extraneous solution which we must reject. (Again, this does not mean we made a mistake earlier.) So the only solution to your equation is x = 9. \n" ); document.write( " |