document.write( "Question 773410: What is the sum of the geometric sequence 1, 4, 16, ... if there are 8 terms? \n" ); document.write( "
Algebra.Com's Answer #471520 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the sum of the geometric sequence 1, 4, 16, ... if there are 8 terms? \n" ); document.write( "-------- \n" ); document.write( "n = 8 ; a = 1 ; r = 4/1 = 4 \n" ); document.write( "-------- \n" ); document.write( "S(n) = a[(r^n-1]/[r-1] \n" ); document.write( "S(8) = 1[255/3] = 85 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |