document.write( "Question 628517: 4. Take a number. Add 1. Square the result. Then subtract from it the product of the original number times two more than the original number. What did you get? I claim you will always get 1. Can you explain? I’m very confused on what to do here.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #395677 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Suppose the number you think of is x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"Add 1.\" x+1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"Square the result.\" (x+1)^2 = x^2 + 2x + 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then you can take it from there. \n" ); document.write( " |