document.write( "Question 655229: Square root (x+2)+4=x
\n" );
document.write( "Please show how to solve for x \n" );
document.write( "
Algebra.Com's Answer #409185 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Here's a procedure for solving these kinds of equations:
\n" ); document.write( " \n" ); document.write( "1. Isolate a square root. \n" ); document.write( "There is only one square root so there is no choice to be made. To isolate it we just subtract 4 from each side: \n" ); document.write( " \n" ); document.write( "2. Square both sides. \n" ); document.write( " \n" ); document.write( "Squaring the square root is simple. Squaring the other side correctly requires that we use FOIL on (x-4)(x-4) or use the \n" ); document.write( " \n" ); document.write( "which simplifies to: \n" ); document.write( " \n" ); document.write( "3. There are no square roots remaining so we can proceed to step 4. \n" ); document.write( "4. Solve the equation. \n" ); document.write( "This is a quadratic equation. So we want one side to be zero. Subtractin x and 2 from each side we get: \n" ); document.write( " \n" ); document.write( "Now we factor (or use the Quadratic Formula). This factors fairly easily: \n" ); document.write( " \n" ); document.write( "From the Zero Product Property we know that \n" ); document.write( "x-7 = 0 or x-2 = 0 \n" ); document.write( "Solving these we get: \n" ); document.write( "x = 7 or x = 2 \n" ); document.write( "5. Check (using the original equation): \n" ); document.write( " \n" ); document.write( "Checking x = 7: \n" ); document.write( " \n" ); document.write( "Simplifying... \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Checking x = 2: \n" ); document.write( " \n" ); document.write( "Simplifying... \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the only solution to your equation is: x = 7. \n" ); document.write( " |