document.write( "Question 807901: Explain why the equation (x-1)^2 +(x+1)^2 = 0 has no real roots.\r
\n" );
document.write( "\n" );
document.write( "Can you please help me out? Thanks so much in advance :) \n" );
document.write( "
Algebra.Com's Answer #486607 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! (x-1)^2 +(x+1)^2 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 - 2x + 1 + x^2 + 2x + 1 = 0 ... FOIL/expand\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x^2 + 2 = 0 ... Combine like terms.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x^2 = -2 ... Subtract 2 from both sides.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 = -2/2 ... Divide both sides by 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 = -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So at this point, we can see that the equation won't have any real roots. Why? Because solving x^2 = -1 gives us x = i or x = -i, both of which are not real.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: |