document.write( "Question 1117125: Find the following:
\n" );
document.write( "a. the 11th term in the geometric sequence given that a1 = -3 and a2 = 9
\n" );
document.write( "b. the sum of the first 10 terms of the geometric sequence 5, 15, 45, ....\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #732135 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the following: \n" ); document.write( "a. the 11th term in the geometric sequence given that a1 = -3 and a2 = 9 \n" ); document.write( "------- \n" ); document.write( "r = 9/(-3) = -3 \n" ); document.write( "---- \n" ); document.write( "A(11) = a(1)*r^(11-1) = -3*(-3)^10 = (-3)^11 = -177147 \n" ); document.write( "------------------ \n" ); document.write( "b. the sum of the first 10 terms of the geometric sequence 5, 15, 45, .... \n" ); document.write( "a(1) = 5 \n" ); document.write( "r = 15/5 = 3 \n" ); document.write( "------ \n" ); document.write( "a(10) = 5*3^9 = 98415 \n" ); document.write( "---- \n" ); document.write( "S(n) = a(1)[(r^n - 1)/(r-1) \n" ); document.write( "S(10) = 5[98414/2] = 5*49207 = 246035 \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |