document.write( "Question 481147: The product of two consecutive integers is 4 less than 4 times their sum. Find them \n" ); document.write( "
Algebra.Com's Answer #329483 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The product of two consecutive integers is 4 less than 4 times their sum. \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "x(x+1) = = 4(2x+1)+4 \n" ); document.write( "x^2+x = 8x+8 \n" ); document.write( "x(x+1) = 8(x+1) \n" ); document.write( "x = 8 \n" ); document.write( "x+1 = 9 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |