document.write( "Question 645228: How do you go about solving this word problem? Find three consecutive integers such that four times the sum of all three is two times the product of the larger two. \n" ); document.write( "
Algebra.Com's Answer #405397 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find three consecutive integers such that four times the sum of all three is two times the product of the larger two. \n" ); document.write( "------- \n" ); document.write( "1st: x-1 \n" ); document.write( "2nd: x \n" ); document.write( "3rd: x+1 \n" ); document.write( "---------------- \n" ); document.write( "Equation: \n" ); document.write( "4(3x) = 2(x(x+1)) \n" ); document.write( "----- \n" ); document.write( "12x = 2x^2 + 2x \n" ); document.write( "---- \n" ); document.write( "6x = x^2 + x \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 the integers are: -1,0,1 \n" ); document.write( "If x = 5 the integers are: 4,5,6 \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |