document.write( "Question 248471: Solve the quadratic equation for x by the square root:\r
\n" ); document.write( "\n" ); document.write( "x squared + 8 = 3
\n" ); document.write( "

Algebra.Com's Answer #181133 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
I'm assuming the problem is to solve \"sqrt%28x%5E2%2B8%29+=+3\"

\n" ); document.write( "To solve for a variable in a square root:
  1. Isolate the square root on sone side of the equation.
  2. Square both sides
  3. Solve the new equation.
  4. Check your answers. This more than just a good idea. It is important because squaring both sides of an equation, like we did in step #2, can introduce what are called extraneous solutions. Extraneous solutions are solutions which work in the squared equation but do not work in the original equation.

\n" ); document.write( "1. Isolate the square root. Your square root is already by itself on the left side.

\n" ); document.write( "2. Square both sides:
\n" ); document.write( "\"%28sqrt%28x%5E2%2B8%29%29%5E2+=+%283%29%5E2\"
\n" ); document.write( "\"x%5E2+%2B+8+=+9\"

\n" ); document.write( "3. Solve:
\n" ); document.write( "Subtract 9 from each side:
\n" ); document.write( "\"x%5E2+-+1+=+0\"
\n" ); document.write( "Factor:
\n" ); document.write( "\"%28x%2B1%29%28x-1%29+=+0\"
\n" ); document.write( "x+1 = 0 or x=1 = 0
\n" ); document.write( "x = -1 or x = 1

\n" ); document.write( "4. Check your answers. (Always use the original equation to check.)
\n" ); document.write( "Checking x = -1:
\n" ); document.write( "\"sqrt%28%28-1%29%5E2%2B8%29+=+3\"
\n" ); document.write( "\"sqrt%281%2B8%29+=+3\"
\n" ); document.write( "\"sqrt%289%29+=+3\"
\n" ); document.write( "\"3+=+3\" Check!
\n" ); document.write( "Checking x = 1:
\n" ); document.write( "\"sqrt%28%281%29%5E2%2B8%29+=+3\"
\n" ); document.write( "\"sqrt%281%2B8%29+=+3\"
\n" ); document.write( "\"sqrt%289%29+=+3\"
\n" ); document.write( "\"3+=+3\" Check!

\n" ); document.write( "(Note: Both answers checked out this time. But don't forrget this step. There will be times when one or more of your solutions are extraneous and muct be rejected.)
\n" ); document.write( "
\n" );