document.write( "Question 178750: Find the 100th term from this sequence 3,6,12,24,48. \n" ); document.write( "
Algebra.Com's Answer #133810 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the 100th term from this sequence 3,6,12,24,48 \n" ); document.write( "--------------------- \n" ); document.write( "r = 6/3 = 2 \n" ); document.write( "------------------- \n" ); document.write( "a(n) = [a(1)]r(n-1) \n" ); document.write( "-------- \n" ); document.write( "a(100) = 3*2^(100-1) \n" ); document.write( "a(100) = 3*6.338...x10^29 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |