document.write( "Question 863120: The product of two consecutive integers is 9 more than the square of the smaller one. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #520224 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x(x+1) = x^2 + 9 \n" ); document.write( "x^2 + x = x^2 + 9 \n" ); document.write( " x = 9 \n" ); document.write( "the two consecutive integers are: 9, 10 \n" ); document.write( " |