document.write( "Question 1187380: If the 2nd and 5th term of a geometric progression are -6 48 respectively, find the sum of the 5th first four terms
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #818330 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 3 terms apart have a ratio of -8 in a geometric progression so r=-2. If second term is -6, first term is 3. \n" ); document.write( "sum is a(1-r^n)/(1-r) \n" ); document.write( "S= 3((1-(-2)^4)/(1-(-2)) \n" ); document.write( "=-45/3 \n" ); document.write( "=-15 \n" ); document.write( "the terms are 3, -6, 12, -24, 48 \n" ); document.write( "That is the first five terms, and the sum of the first four is -15 \n" ); document.write( " |