document.write( "Question 817199: The product of two consecutive whole number is less than the sum of the square of the smaller number & 13 \n" ); document.write( "
| Algebra.Com's Answer #491922 by stanbon(75887)      You can put this solution on YOUR website! The product of two consecutive whole number is less than the sum of the square of the smaller number & 13 \n" ); document.write( "------ \n" ); document.write( "1st:: x \n" ); document.write( "2nd: x + 1 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "x(x+1) < x^2+13 \n" ); document.write( "---- \n" ); document.write( "x^2+x < x^2+13 \n" ); document.write( "x < 13 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |