document.write( "Question 270701: Find all real solutions to each equation:\r
\n" );
document.write( "\n" );
document.write( "64. x^2+x+√(x^2+x)-2=0\r
\n" );
document.write( "\n" );
document.write( "Would you square all terms to get rid of the sq root over the (x^2+x) first and then solve for x with a 4th power coeffcient? Thanks for your help! \n" );
document.write( "
Algebra.Com's Answer #198239 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find all real solutions to each equation: \n" ); document.write( "64. x^2+x+√(x^2+x)-2=0 \n" ); document.write( "Would you square all terms to get rid of the sq root over the (x^2+x) first and then solve for x with a 4th power coeffcient? \n" ); document.write( "================ \n" ); document.write( "Let's see: \n" ); document.write( "x^2 + x - 2 = - sqrt(x^2+x) \n" ); document.write( "(x+2)(x-1) = -sqrt(x^2+x) \n" ); document.write( "[(x+2)(x-1)]^2 = x(x+1) \n" ); document.write( "[(x+2)(x-1)]^2-x(x+1) = 0 \n" ); document.write( "---- \n" ); document.write( "I guess you have no choice here but to go ahead and square, simplify, \n" ); document.write( "solve, and check for extraneous solutions. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |