document.write( "Question 457008: the difference between the squares of two consecutive numbers is 31. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #313581 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a=b+1
\n" ); document.write( "a^2-b^2=31
\n" ); document.write( "a=16 b=15
\n" ); document.write( "
\n" ); document.write( "
\n" );