document.write( "Question 88472: What is the sum of the first 15 terms in the geometric sequence 2, 4, 8?
\n" ); document.write( "sometimes i got 65534 and sometimes i got 65536, im doing something wrong lol
\n" ); document.write( "

Algebra.Com's Answer #64323 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
The answer is 65,534
\n" ); document.write( ".
\n" ); document.write( "The sum of the terms in a geometric sequence (S) is given by the equation:
\n" ); document.write( ".
\n" ); document.write( "\"S+=+a%281-r%5En%29%2F%281-r%29\"
\n" ); document.write( ".
\n" ); document.write( "in which a is the first term, r is the ratio between terms, and n is the number of terms.
\n" ); document.write( "In this problem a = 2, r = 2, and n = 15. Substituting these values into the equation
\n" ); document.write( "leads to:
\n" ); document.write( ".
\n" ); document.write( "\"S+=+2%281-2%5E15%29%2F%281-2%29\"
\n" ); document.write( ".
\n" ); document.write( "A calculator will tell you that 2^15 = 32,768. Substituting this into the equation results in:
\n" ); document.write( ".
\n" ); document.write( "\"S+=+2%281-32768%29%2F%281-2%29\"
\n" ); document.write( ".
\n" ); document.write( "Simplify the terms that are inside the parentheses to get:
\n" ); document.write( ".
\n" ); document.write( "\"S+=+2%28-32767%29%2F%28-1%29\"
\n" ); document.write( ".
\n" ); document.write( "Do the multiplication in the numerator:
\n" ); document.write( ".
\n" ); document.write( "\"S+=+-65534%2F-1\"
\n" ); document.write( ".
\n" ); document.write( "and the division by -1 results in:
\n" ); document.write( ".
\n" ); document.write( "\"S+=+65534\"
\n" ); document.write( ".
\n" ); document.write( "Hope this helps you see how to use the equation for the sum of the terms in a geometric
\n" ); document.write( "progression.
\n" ); document.write( "
\n" );