document.write( "Question 137345: Find the sum of the first fifteen terms of the geometric series:
\n" );
document.write( "2-3+4.5-6.75+10.125 \n" );
document.write( "
Algebra.Com's Answer #100502 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the sum of the first fifteen terms of the geometric series: \n" ); document.write( "2-3+4.5-6.75+10.125 \n" ); document.write( "------------------ \n" ); document.write( "r = -3/2 \n" ); document.write( "S(15) = 2 * [(-3/2)^15 -1] / [(-3/2)-1] = 351.1151123... \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |