document.write( "Question 58887: determine the 8th term of the following geometric sequence?
\n" );
document.write( "3,9,27
\n" );
document.write( "write your answer as a single integer value, not an expression.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #40385 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! determine the 8th term of the following geometric sequence? \n" ); document.write( "3,9,27 \n" ); document.write( "write your answer as a single integer value, not an expression. \r \n" ); document.write( "\n" ); document.write( "this is a gp with \n" ); document.write( "a=3 \n" ); document.write( "r=3 \n" ); document.write( "n=8 \n" ); document.write( "tn=a*r^(n-1)=3*3^7= 2187 \n" ); document.write( " |