document.write( "Question 479949: What is the sum of the first fourteen terms of the geometric series 1/3 + 1/12 + 1/49 \n" ); document.write( "
Algebra.Com's Answer #328788 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the sum of the first fourteen terms of the geometric series 1/3 + 1/12 + 1/49 \n" ); document.write( "--- \n" ); document.write( "a = 1/3 \n" ); document.write( "--- \n" ); document.write( "r = (1/12)/(1/3) = 1/4 \n" ); document.write( "---- \n" ); document.write( "S(n) = a[1-r^n]/[1-r] \n" ); document.write( "---- \n" ); document.write( "S(14) = (1/3)[1-(1/4)^14]/[1-(1/4] = (1/3)[1/(3/4)] = (1/3)(4/3) = 4/9 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |