document.write( "Question 157772: Find four consecutive integers such that twice the first subtracted from the sum of the other three integers is sixteen. \n" ); document.write( "
Algebra.Com's Answer #116245 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Integers=x,x+1,x+2,x+3 \n" ); document.write( "(x+1+x+2+x+3)-2x=16 \n" ); document.write( "3x+6-2x=16 \n" ); document.write( "x=16-6 \n" ); document.write( "x=10 answer for the first integer. \n" ); document.write( "10,11,12,13 are all the integers. \n" ); document.write( "proof: \n" ); document.write( "11+12+13-2*10=16 \n" ); document.write( "36-20=16 \n" ); document.write( "16=16 \n" ); document.write( " \n" ); document.write( " |