document.write( "Question 168268This question is from textbook
\n" );
document.write( ": Please solve the problem. The product of two consecutive integers is 5 more than their sum. Find the integers. \n" );
document.write( "
Algebra.Com's Answer #124019 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Please solve the problem. The product of two consecutive integers is 5 more than their sum. Find the integers. \n" ); document.write( ". \n" ); document.write( "Let x = first consecutive integer \n" ); document.write( "then \n" ); document.write( "x+1 = second consecutive integer \n" ); document.write( ". \n" ); document.write( "x(x+1) = 5 + x + x+1 \n" ); document.write( "x^2+x = 6 + 2x \n" ); document.write( "x^2-x-6 = 0 \n" ); document.write( "(x-3)(x+2) = 0 \n" ); document.write( "x = {-2, 3} \n" ); document.write( ". \n" ); document.write( "Two possible solutions: \n" ); document.write( "-2 and -1 \n" ); document.write( "3 and 4\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |