document.write( "Question 862770: sum of four consecutive integers is 686, then what is the sum of four previous consecutive integers ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #519953 by Alan3354(69443) You can put this solution on YOUR website! sum of four consecutive integers is 686, then what is the sum of four previous consecutive integers ? \n" ); document.write( "------ \n" ); document.write( "n + n+1 + n+2 + n+3 = 686 \n" ); document.write( "n-1 + n-2 + n-3 + n-4 = 686 - 16 = 670 \n" ); document.write( " |