document.write( "Question 1083322: Given the sequence 10, -5, 25, -35, 85, -155 what is the next number? \n" ); document.write( "
Algebra.Com's Answer #697403 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
The differences between the adjacent ones are (-1)^(n+1) 15,30,60,120,240, and the next is 480, since they are all doubling, and it will be positive. 480-155=325. ANSWER \n" ); document.write( "
\n" );