document.write( "Question 1071834: If the sum of five consecutive positive integers is A, then the sum of the next five consecutive integers in terms of A is? \n" ); document.write( "
Algebra.Com's Answer #686762 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
the integers are x, x+1, x+2, x+3, x+4, and they add to 5x+10
\n" ); document.write( "the next 5 are x+5, x+6, x+7, x+8, x+9, and they add to 5x+35
\n" ); document.write( "Since A=5x+10, the sum of the next 5 is A+25
\n" ); document.write( "
\n" );