document.write( "Question 295484: How would you write the recursive rules for the following sequences:\r
\n" );
document.write( "\n" );
document.write( "1. 3, 12, 48, 192, 768,...
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #212943 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a_n = 3*4^(n-1) \n" ); document.write( "next term 3072 \n" ); document.write( " |