document.write( "Question 1017085:  The difference between two numbers is 2. Their product is 84 greater than the square of the smaller number.
\n" );
document.write( "The sum of the number is \n" );
document.write( "
| Algebra.Com's Answer #633436 by amarjeeth123(570)      You can put this solution on YOUR website! Let the two numbers be x and x+2. \n" ); document.write( "x(x+2)=84+x^2 \n" ); document.write( "2x+x^2=84+x^2 \n" ); document.write( "x=42 \n" ); document.write( "The numbers are 42 and 44. \n" ); document.write( "The sum of the numbers is 86.\r \n" ); document.write( "\n" ); document.write( "Verification\r \n" ); document.write( "\n" ); document.write( "Square of the smaller number 1764. \n" ); document.write( "Their product is 1848. \n" ); document.write( "This is 84 greater than 1764. \n" ); document.write( " \n" ); document.write( " |