document.write( "Question 873527: What is the 9th term of the following geometric sequence? Enter a whole number.\r
\n" );
document.write( "\n" );
document.write( "7/9,-7/3, 7, -21, 63, ... \n" );
document.write( "
Algebra.Com's Answer #526927 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! (n-1) term is multiplied by -3 to get the nth term \n" ); document.write( "-3*63=-189 is the next term \n" ); document.write( "T9 = 7/9 * (-3)^(8)=5103 \n" ); document.write( "Tn = T1 * r^(n - 1) \n" ); document.write( " |