document.write( "Question 119215: find the ninth term of the sequence 2,6,18,54....using the formula a n=1 x r (n-1) \n" ); document.write( "
Algebra.Com's Answer #87318 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Notice that each term is increasing exponentially. So this sequence might be a geometric sequence. To find out, let's simply divide the terms.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "First divide the 2nd term 6 by the 1st term 2 to get \r
\n" ); document.write( "\n" ); document.write( "\"6%2F2=3\" \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "Now divide the 3rd term 18 by the 2nd term 6 to get \r
\n" ); document.write( "\n" ); document.write( "\"18%2F6=3\" \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "Now divide the 4th term 54 by the 3rd term 18 to get \r
\n" ); document.write( "\n" ); document.write( "\"54%2F18=3\" \r
\n" ); document.write( "\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( "So if we pick any term and divide it by the previous term, we'll always get 3. This is the common ratio between the terms. So this means that \"r=3\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now since we've started at 2, this means that \"a=2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since the general geometric sequence is \"a%5Bn%5D=ar%5En\", this means the sequence is\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"a%5Bn%5D=2%2A3%5En\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Notice if n=0, then \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"a%5B0%5D=2%2A3%5E0=2%2A1=2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if n=1, then \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"a%5B1%5D=2%2A3%5E1=2%2A3=6\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if n=2, then \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"a%5B0%5D=2%2A3%5E2=2%2A9=18\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "etc...\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"a%5B8%5D=2%2A3%5E8\" Now to find the 9th term, plug in n=8 (since we started at zero n=8 is the 9th term)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"a%5B8%5D=2%2A6561\" Raise 3 to the 8th power to 6,561\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"a%5B8%5D=13122\" Multiply 2 and 6,561 to get 13,122\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the 9th term is 13,122
\n" ); document.write( "
\n" );