document.write( "Question 968004: Oh my goodness, I'm really struggling with this one. Can anyone help me?\r
\n" );
document.write( "\n" );
document.write( "Consider the following sequence:
\n" );
document.write( "3, 12, 48, 192...
\n" );
document.write( "a. Write a recursive formula for the nth term of the sequence
\n" );
document.write( "b. Write a general formula for the nth term of the sequence c. Calculate S10 for this sequence \n" );
document.write( "
Algebra.Com's Answer #591610 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Consider the following sequence: \n" ); document.write( " 3, 12, 48, 192... \n" ); document.write( " a. Write a recursive formula for the nth term of the sequence \n" ); document.write( "Ans: a(n+1) = 4*a(n) \n" ); document.write( "------------------------------ \n" ); document.write( " b. Write a general formula for the nth term of the sequence \n" ); document.write( "a(n) = 3*4^(n-1) \n" ); document.write( "-------------- \n" ); document.write( "c. Calculate S10 for this sequence \n" ); document.write( "Geometric sequence with a(1) = 3 and r = 4 \n" ); document.write( "---- \n" ); document.write( "S(10) = a(1)*r^(n-1) = 3*4^9 = 786432 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |