document.write( "Question 635366: 2 times the square root of x+4 minus 1 =x \n" ); document.write( "
\n" ); document.write( "Hi,\n" ); document.write( "The idea is... to isolate the radical term on one side of the EQ \n" ); document.write( "and then square both sides of the EQuation\n" ); document.write( "\n" ); document.write( " 4(x+4) = x^2 + 2x + 1\n" ); document.write( " 4x + 4 = x^2 + 2x + 1\n" ); document.write( " x^2 - 2x -3 = 0\n" ); document.write( " (x-3)(x+1) = 0\n" ); document.write( " x = 3 0r x = -1