document.write( "Question 527402: The product of two consecutive integers is 47 more than the next consecutive integer. Find the two integers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #348886 by sextoned(4)![]() ![]() ![]() You can put this solution on YOUR website! x(x+1) = 47+(x+2) \n" ); document.write( "x^2 + x = 49 +x \n" ); document.write( "subtract x from both sides leaves us with \n" ); document.write( "x^2 = 49 therefore x=7 and x+1 = 8 \n" ); document.write( "7*8 =56 \n" ); document.write( "56-47=9 \n" ); document.write( " |