document.write( "Question 39436: Evaluate the series if it converges.
\n" ); document.write( "9 + 27/4 + 81/16 + 243/64
\n" ); document.write( "

Algebra.Com's Answer #24870 by astromathman(21)\"\" \"About 
You can put this solution on YOUR website!
I am (initially) assuming the question is supposed to represent an infinite series:\r
\n" ); document.write( "\n" ); document.write( "9 + 27/4 + 81/16 + 243/64 + ...\r
\n" ); document.write( "\n" ); document.write( "Note that this is a geometric series. The common ratio is 3/4. (You can see this because the numerators are successive multiples of 3 and the denominators are successive multiples of 4.) Since the absolute value of the common ratio is less than 1, the series converges.\r
\n" ); document.write( "\n" ); document.write( "The sum of an infinite geometric series is a/(1-r), where a is the first term and r is the common ratio, so the sum is 9/(1-(3/4)) = 9/(1/4) = 9*4 = 36.\r
\n" ); document.write( "\n" ); document.write( "If the problem REALLY IS the finite sum of these four terms, the formula is a(1-r^n)/(1-r), where n is the term-number of the last term, 4 in this case.\r
\n" ); document.write( "\n" ); document.write( "Interestingly, the formula for the infinite sum is easier to remember than the formula for the finite sum! To be able to do finite sums knowing only the infinite sum formula, find the infinite sum starting with the first term (9), then find the infinite sum starting with the first \"missing\" term (i.e. the last stated term times the common ratio: (243/64)*(3/4)), then subtract. The answer (rounded to the third decimal place) is 24.609.
\n" ); document.write( "
\n" );