document.write( "Question 241786: Give the 10th term in the geometric sequence.
\n" );
document.write( "2, 6, 18, 54, ... \n" );
document.write( "
Algebra.Com's Answer #177081 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Give the 10th term in the geometric sequence. \n" ); document.write( "2, 6, 18, 54, ... \n" ); document.write( "--- \n" ); document.write( "a = 2 \n" ); document.write( "r = 3 \n" ); document.write( "-------------- \n" ); document.write( "a(n) = a*r^(n-1) \n" ); document.write( "a(10) = 2*3^(9) \n" ); document.write( "------- \n" ); document.write( "a(10) = 39,366 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |