document.write( "Question 208372: Find four consecutive integers such that twice the first is subtracted from the sum of the other three is 16. \n" ); document.write( "
Algebra.Com's Answer #157705 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find four consecutive integers such that twice the first is subtracted from the \n" ); document.write( " sum of the other three is 16. \n" ); document.write( ": \n" ); document.write( "Four consecutive integers: x, (x+1), (x+2), (x+3) \n" ); document.write( ": \n" ); document.write( "Write an equation for the statement: \n" ); document.write( "\"twice the first is subtracted from the sum of the other three is 16.\" \n" ); document.write( "-2x + (x+1)+(x+2)+(x+3) = 16 \n" ); document.write( "3x - 2x + 6 = 16 \n" ); document.write( "x = 16 - 6 \n" ); document.write( "x = 10 \n" ); document.write( ": \n" ); document.write( "10, 11, 12, 13 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution \n" ); document.write( "-2(10) + 11 + 12 + 13 = \n" ); document.write( "-20 + 36 = 16 \n" ); document.write( " |