document.write( "Question 973104: Please Help
\n" );
document.write( "Find the following sum: 1+2+4+8+...+2^k-1
\n" );
document.write( "I tried to set it out the following way
\n" );
document.write( "1+2+4+8...+2^k-1,?,?,?
\n" );
document.write( "2^k-1+?+?+?...+8+4+2+1 \n" );
document.write( "
Algebra.Com's Answer #595352 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the following sum: 1+2+4+8+...+2^k-1 \n" ); document.write( "------- \n" ); document.write( "Sum of a geometric series:: \n" ); document.write( "S(n) = a[r^n - 1]/[r-1] \n" ); document.write( "------------------------------ \n" ); document.write( "Your Problem:: \n" ); document.write( "a = 1, r = 2 \n" ); document.write( "----- \n" ); document.write( "S(k) = [2^k -1]/1 = 2^k - 1 \n" ); document.write( "------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |