document.write( "Question 745004: What is the 5th term of this sequence?
\n" );
document.write( "What is the nth term of this sequence? \r
\n" );
document.write( "\n" );
document.write( "8, 12, 18, 27 \n" );
document.write( "
Algebra.Com's Answer #453704 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 8, 12, 18, 27 \n" ); document.write( "this is NOT an arithmetic sequence. \n" ); document.write( "It is a geometric sequence and the r value is 3/2. \n" ); document.write( ". \n" ); document.write( "What is the 5th term of this sequence? \n" ); document.write( "27 * 3/2 = 40.5 \n" ); document.write( ". \n" ); document.write( "What is the nth term of this sequence? \n" ); document.write( "an = a1*r^(n-1) \n" ); document.write( "where \n" ); document.write( "an is the value of the nth term \n" ); document.write( "a1 is the value of the first term \n" ); document.write( "r is 3/2 \n" ); document.write( "n is the number of the term desired\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |