document.write( "Question 422414: The sum of a finite geometric sequence for n terms with common ratio r and initial term a1 is:\r
\n" ); document.write( "\n" ); document.write( "s(n)=a1 (1-r^n/1-r)\r
\n" ); document.write( "\n" ); document.write( "Find the sum of the first 10 terms of 4, 2, 1, 1/2, 1/4\r
\n" ); document.write( "\n" ); document.write( "I am EXTREMELY stuck and don't know where to even begin! All help is greatly appreciated! thanks!
\n" ); document.write( "

Algebra.Com's Answer #294854 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "Geometric sequence {4,2,1,1/2,1/4...}
\n" ); document.write( "what is the relationship between one term to the next?? r = 1/2
\n" ); document.write( "a1 = 4
\n" ); document.write( " \"sum%28+a%5Bn%5D%2C+n=1%2C+10+%29+=+a%5B1%5D%28%281-r%5E10%29%2F%281-r%29%29\"
\n" ); document.write( "\"S%5B10%5D\" = 4*(1-.5^10)/.5 = 8*.999 = 7.992 \r
\n" ); document.write( "\n" ); document.write( "Note: with r <|1| Sum = a1/(1-r) = 4/.5 = 8 approximates the sum!
\n" ); document.write( "The sum of an infinite number of terms of this sequence = 8
\n" ); document.write( "(1/2)^20 = .00000095 for example,
\n" ); document.write( " demonstrates what happens to value of (1-r^20) as n gets large \n" ); document.write( "
\n" );