document.write( "Question 228139: Which three consecutive integers have a product that is 800 times their sum? \n" ); document.write( "
Algebra.Com's Answer #169413 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Which three consecutive integers have a product that is 800 times their sum? \n" ); document.write( "x*(x+1)*(x+2) = 800*(3x+3) \n" ); document.write( "x^3 + 3x^2 + 2x = 2400x + 2400 \n" ); document.write( "x^3 + 3x^2 - 2398x - 2400 = 0 \n" ); document.write( "x = -1 \n" ); document.write( "Divide by (x+1) \n" ); document.write( "--> x^2 + 2x - 2400 = 0 \n" ); document.write( "(x + 50)*(x - 48) = 0 \n" ); document.write( "x = 48 \n" ); document.write( "x = -50 \n" ); document.write( " \n" ); document.write( " |