document.write( "Question 242440: The product of two consecutive integers is 8 less than 8 times their sum. Find the integers \n" ); document.write( "
Algebra.Com's Answer #177472 by JimboP1977(311) You can put this solution on YOUR website! x*(x+1)-8 = 8(x+x+1) \n" ); document.write( "x^2+x-8= 16x+8 \n" ); document.write( "x^2-15x=0 \n" ); document.write( "(x-15)(x+0)=0\r \n" ); document.write( "\n" ); document.write( "So x = 15\r \n" ); document.write( "\n" ); document.write( "So two numbers are 15 and 16. \n" ); document.write( " |