document.write( "Question 146348: sum of(1+2+4+8+16+.........30th term) \n" ); document.write( "
Algebra.Com's Answer #106878 by aswathytony(47)\"\" \"About 
You can put this solution on YOUR website!
this is a G.P.( Geometric progression)
\n" ); document.write( "sum of n terms of a G.P = a( r^n -1 )/r -1\r
\n" ); document.write( "\n" ); document.write( "1 + 2 + 4 + 8 +16 +....+30th term\r
\n" ); document.write( "\n" ); document.write( "first term ,a = 1
\n" ); document.write( "common ratio, r = 2
\n" ); document.write( "number of terms, n =30\r
\n" ); document.write( "\n" ); document.write( "substituting in formula, sum of 30terms = 1 ( 2^30 - 1) / 2-1
\n" ); document.write( " = 2^30 -1 /1
\n" ); document.write( " = 2^30 - 1
\n" ); document.write( "
\n" );