document.write( "Question 896823: I can't seem to figure out how to start with this problem...\r
\n" );
document.write( "\n" );
document.write( "The sum of the first two terms of a geometric sequence is 9. The sum to infinity of the corresponding geometric series is 12. Find all possible values of the first term and the common ratio. \n" );
document.write( "
Algebra.Com's Answer #543784 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Geometric sequence is defined as \n" ); document.write( "Xn = ar^(n-1) \n" ); document.write( "in our case a = 6 and r = 1/2 and the geometric sequence looks like \n" ); document.write( "6, 3, 3/2, 3/4, ..... \n" ); document.write( "the sum of a geometric sequence to infinity is defined as \n" ); document.write( "a(1-r^n / 1-r) \n" ); document.write( "note as n goes to infinity (1/2)^n approaches 0, then we have \n" ); document.write( "6*(1/ 1/2) = 6*2 = 12 \n" ); document.write( " \n" ); document.write( " |