document.write( "Question 1093613: Can you help me with this? Thank you.
\n" );
document.write( "I need to prove a series by the principal of mathematical induction.
\n" );
document.write( "sigma sign (up=n, down=(k=0))2^k=2^(n+1)-1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #708271 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! sigma sign (up=n, down=(k=0))2^n =2^(n+1)-1 \n" ); document.write( "1st:: Show it is true for k = 0 \n" ); document.write( "2^0 = 2^(0+1)-1 \n" ); document.write( "1 = 2*1-1 \n" ); document.write( "1 = 1 \n" ); document.write( "----------------- \n" ); document.write( "2nd:: Assume it is true for n = k:: \n" ); document.write( "2^k = 2^(k+1)-1 \n" ); document.write( "------------------------- \n" ); document.write( "3rd:: Show that it is true for n = k+1:: \n" ); document.write( "2^(k+1) = 2*2^k = 2[2^(k+1)-1] = 2^(k+2)-2 = 2^[(k+1)+1]-2 \n" ); document.write( "Note:: It is not true in general:: \n" ); document.write( "E.G.:: not true for n = 1 \n" ); document.write( "2^1 = 2^(1+1)-1 \n" ); document.write( "2 = 2^2-1 \n" ); document.write( "2 = 3 \n" ); document.write( "Is not true \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |