document.write( "Question 197732: the product of two consecutive integers is 8 less than 10 times the smaller of the two integers. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #148368 by checkley77(12844) ![]() You can put this solution on YOUR website! X(X+1)=10X-8 \n" ); document.write( "X^2+X-10X+8=0 \n" ); document.write( "X^2-9X+8=0 \n" ); document.write( "(X-8)(X-1)=0 \n" ); document.write( "X-8=0 \n" ); document.write( "X=8 ANS. \n" ); document.write( "X-1=0 \n" ); document.write( "X=1 ANS. \n" ); document.write( " \n" ); document.write( " |