document.write( "Question 282354: Three consecutive whole numbers are such that the square of the middle number is greater than the product of the other two by 1. Find the middle number. \n" ); document.write( "
Algebra.Com's Answer #205017 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
Let the numbers be x, x+1, x+2
\n" ); document.write( "(x+1)^2-x(x+2)=1
\n" ); document.write( "x^2+2x+1-x^2-2=1
\n" ); document.write( "1=1; x is undefined.
\n" ); document.write( "\"Three consecutive whole numbers are such that the square of the middle number is greater than the product of the other two by 1\" is true for any three consecutive integers!
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );