document.write( "Question 1001480: Find the sum of the first 10 terms of the geometric series 4-8+16-32+64 \n" ); document.write( "
Algebra.Com's Answer #618713 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! There is a closed form solution for this, but without that at my finger tips I would suggest looking at pairs... \n" ); document.write( "4-8 = -4 \n" ); document.write( "16-32 = -16 \n" ); document.write( "64-128 = -64 \n" ); document.write( "256-512 = -256 \n" ); document.write( "1024-2048 = -1024 \n" ); document.write( "Add 'em up and get \n" ); document.write( "-1364 \n" ); document.write( " |