document.write( "Question 932512: Problem 47. Consider the geometric sequence P 0 = 2, P1 = 6, P2 = 18,...\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A. Find that common ratio R \r
\n" );
document.write( "\n" );
document.write( "B. Use the geometric Sequence sum formula to find the sum P0 + P1 +... P20. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #566169 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! A) R is P1 / P0 = 6/2 = 3 \n" ); document.write( "B) the sum(S) of the first 20 terms in the given geometric sequence is \n" ); document.write( "S(20) = a * ( 1 - R^n) / ( 1 - R) where a is P0 and n is 20 \n" ); document.write( "S(20) = 2 * ( 1 - 3^20) / ( 1 - 3) = 3,486,784,400 \n" ); document.write( " \n" ); document.write( " |