document.write( "Question 17414: 5 consecutive integers whose sum equals 70
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #8396 by pwac(253) ![]() You can put this solution on YOUR website! x= first integer \n" ); document.write( "x+(x+1)+(x+2)+(x+3)+(x+4)=70 add left side \n" ); document.write( "5x+10=70 subtract 10 from both sides \n" ); document.write( "5x=60 divide both sides by 5 \n" ); document.write( "x=12 \n" ); document.write( "12+13+14+15+16=70 \n" ); document.write( "Pete \n" ); document.write( " |