document.write( "Question 702148: Find all solutions to the equation x+sqrt(x-2)=4 \n" ); document.write( "
Algebra.Com's Answer #432871 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Find all solutions to the equation
\n" ); document.write( "x+sqrt(x-2)=4
\n" ); document.write( "√(x-2)=4-x
\n" ); document.write( "square both sides
\n" ); document.write( "x-2=16-8x+x^2
\n" ); document.write( "x^2-9x+18=0
\n" ); document.write( "(x-3)(x-6)=0
\n" ); document.write( "x=6(extraneous root)
\n" ); document.write( "or
\n" ); document.write( "x=3
\n" ); document.write( "
\n" ); document.write( "
\n" );