document.write( "Question 952407: The square of a number increased by four is twice the number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #581745 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! The square of a number increased by four is twice the number \n" ); document.write( ": \n" ); document.write( "write an equation for exactly for what it says \n" ); document.write( "n^2 + 4 = 2n \n" ); document.write( "Arrange as a quadratic equation, subtract 2n from both sides \n" ); document.write( "n^2 - 2n + 4 = 0 \n" ); document.write( "you can see that this equation has no real roots, no solution \n" ); document.write( " |