document.write( "Question 645237: How do you go about solving this word problem? The product of two consecutive integers is three less than three times their sum. \n" ); document.write( "
Algebra.Com's Answer #405404 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The product of two consecutive integers is three less than three times their sum. \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( "------ \n" ); document.write( "x^2+x = 3(2x+1) -3 \n" ); document.write( "x^2+x = 6x+3 -3 \n" ); document.write( "---- \n" ); document.write( "x^2 - 5x = 0 \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( "==================== \n" ); document.write( " |