document.write( "Question 291212: The square of an integer is 97 less than the square of a consecutive integer. Find the two integers. \n" ); document.write( "
Algebra.Com's Answer #210631 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
(X+1)^2-X^2=97
\n" ); document.write( "X^2+2X+1-X^2=97
\n" ); document.write( "2X=97-1
\n" ); document.write( "2X=96
\n" ); document.write( "X=48 ANS. FOR THE SMALLER INTEGER.
\n" ); document.write( "48=1=49 ANS. FOR THE LARGER INTEGER.
\n" ); document.write( "PROOF:
\n" ); document.write( "49^2-48^2=97
\n" ); document.write( "2,401-2304=97
\n" ); document.write( "
\n" );