document.write( "Question 710587: Find three consecutive integers such that twice the second subtracted from the sum of the other three integers is sixteen.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #437067 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find three consecutive integers such that twice the second subtracted from the sum of the other three integers is sixteen. \n" ); document.write( ". \n" ); document.write( "Let x = first integer \n" ); document.write( "then \n" ); document.write( "x+1 = second \n" ); document.write( "x+2 = third \n" ); document.write( ". \n" ); document.write( "(x + x+1 + x+2)-2(x+1) = 16 \n" ); document.write( "(3x+3)-(2x+2) = 16 \n" ); document.write( "3x+3-2x-2 = 16 \n" ); document.write( "x+3-2 = 16 \n" ); document.write( "x+1 = 16 \n" ); document.write( "x = 15 \n" ); document.write( ". \n" ); document.write( "Solution: 15, 16, and 17 \n" ); document.write( " |