document.write( "Question 865202: Sum of the first 10th terms of the geometric sequence -8,-4,-2,... \n" ); document.write( "
Algebra.Com's Answer #521623 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! r=1/2 \n" ); document.write( "S=t*(1 - r^n)/(1 - r) \n" ); document.write( "S10=-8*(1 - 1/2^10)/(1 - 1/2) \n" ); document.write( "S10=-1023/64 \r \n" ); document.write( "\n" ); document.write( "Tn = t * r^(n - 1) \n" ); document.write( "T = -8 * 1/2^(9) \n" ); document.write( "T10=-1/64 \n" ); document.write( " |