document.write( "Question 1086787: in the geometric sequence 6,12,24,48, which term is 768?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #701024 by htmentor(1343) You can put this solution on YOUR website! The n-th term of a geometric sequence is a_n = a*r^(n-1) where r is the common ratio and a is the 1st term. \n" ); document.write( "In this case, r = 2, and the 1st term is 6. \n" ); document.write( "Thus a_n = 768 = 6*2^(n-1) \n" ); document.write( "768/6 = 128 = 2^(n-1) \n" ); document.write( "Since 2^7 = 128 -> n - 1 = 7, or n = 8 \n" ); document.write( "786 is the 8th term. \n" ); document.write( " |