document.write( "Question 1109416: The sum of a finite geometric series. \r
\n" );
document.write( "\n" );
document.write( "Given n=6\r
\n" );
document.write( "\n" );
document.write( "-5, -15, -45, ...,\r
\n" );
document.write( "\n" );
document.write( "I worked this out and ended up with -1820 , but I am not sure the result is correct.\r
\n" );
document.write( "\n" );
document.write( "a1(1−r^n)/1−r\r
\n" );
document.write( "\n" );
document.write( "-5(1-3^6/1-2 = 3640/-2 = -1820\r
\n" );
document.write( "\n" );
document.write( "Please let me know if the formula I used was incorrect, thanks!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #724406 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Can check the result \n" ); document.write( "-5-15-45-135-405-1215=-1820 \n" ); document.write( "you are correct, except the denominator is 1-3 to get -2, not 1-2. \n" ); document.write( " |