document.write( "Question 194638: The product of two consecutive integers is 3 less than 3 times their sum. Find the integers \n" ); document.write( "
Algebra.Com's Answer #146026 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The product of two consecutive integers is 3 less than 3 times their sum. Find the integers \n" ); document.write( "-------------------- \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "-------- \n" ); document.write( "Equation: \n" ); document.write( "x(x+1) = 3(x+x+1)-3 \n" ); document.write( "x^2+x = 6x \n" ); document.write( "x^2-5x = 0 \n" ); document.write( "Factor: \n" ); document.write( "x(x-5) = 0 \n" ); document.write( "x = 0 or x = 5 \n" ); document.write( "----- \n" ); document.write( "If x = 0 , x+1 = 1 \n" ); document.write( "----- \n" ); document.write( "If x = 5, x+1 = 6 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |