document.write( "Question 1057963: Find the sum of the first ten terms of the sequence 128, -64, 32, -16, …. \n" ); document.write( "
Algebra.Com's Answer #673008 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
If the first terms of the sequence are 128,-64,32--16...then the pattern is n,-n/2,n/4....so the first ten terms are: 128, -64, 32, -16, 8, -4, 2, -1, 1/2, -1/4. Adding them up, we get 85.25. ☺☺☺☺ \n" ); document.write( "
\n" );