document.write( "Question 1119500: How to write a formula for the nth term of each geometric sequence below? Then use the formula to find a8, the eight term of the sequence.
\n" );
document.write( "(a) 4, -4, 4, -4,.....
\n" );
document.write( "(b) 16, 8, 4,..... \n" );
document.write( "
Algebra.Com's Answer #735076 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The general form for the nth term of a geometric sequence is a_n = ar^(n-1) \n" ); document.write( "where a = the 1st term and r is the common ratio\r \n" ); document.write( "\n" ); document.write( "(a) In this case, r =-4/4 = -1, and a = 4 \n" ); document.write( "Thus a_n = 4(-1)^(n-1)\r \n" ); document.write( "\n" ); document.write( "(b) In this case, r = 8/16 = 1/2, a = 16 \n" ); document.write( "Thus a_n = 16(1/2)^(n-1) \n" ); document.write( " \n" ); document.write( " |