document.write( "Question 234353: x^2 + x sqrt(x^2 + x) - 2 = 0
\n" );
document.write( "Find all real solutions. Please help as once again this one is getting the better of me! \n" );
document.write( "
Algebra.Com's Answer #172875 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x^2 + x sqrt(x^2 + x) - 2 = 0 \n" ); document.write( "x^2-2=-xsqrt(x^2+x) \n" ); document.write( "x^4-4x^2+4=x^4+x^2 square each side. \n" ); document.write( "5x^2-4=0 \n" ); document.write( "5x^2=4 \n" ); document.write( "x^2=4/5 \n" ); document.write( "x=+-2/sqrt(5) \n" ); document.write( "x=+-2sqrt(5)/5 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |