document.write( "Question 156419: What is the equation for -Find four consecutive integers such that twice the first interger subtracted from the sum of the other three integers is 16.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #115218 by Fombitz(32388) You can put this solution on YOUR website! 4 consecutive integers would be \n" ); document.write( "First : N \n" ); document.write( "Second : N+1 \n" ); document.write( "Third : N+2 \n" ); document.write( "Fourth : N+3 \n" ); document.write( "\"twice the first subtracted from the sum of the other three is 16\" \n" ); document.write( "(Second + Third + Fourth) - 2*First=16 \n" ); document.write( "Now substitute, \n" ); document.write( " \n" ); document.write( "Take it from there to solve for N. \n" ); document.write( " |