document.write( "Question 117752: 2, 6 , 18 , 54 , ....
\n" ); document.write( " In the sequence above what would be the 8th term?
\n" ); document.write( "

Algebra.Com's Answer #85717 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The terms are
\n" ); document.write( "2 = 2
\n" ); document.write( "2x3 = 6
\n" ); document.write( "2x3x3 = 18
\n" ); document.write( "2x3x3x3 = 54
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"2%2A3%5En\" where n = 0,1,2,3...
\n" ); document.write( "The 8th term would be
\n" ); document.write( "\"2%2A3%5E7+=+4374\" by my calculator
\n" ); document.write( "
\n" );