Loading [MathJax]/jax/output/HTML-CSS/jax.js
Now you are in the subtree of Math public knowledge tree. 

Problem #7

Question: prove that for any natural number n,
2+22+23+...+2n=2n+12


Claim: (nN)(2+22+23+...+2n=2n+12)

Proof: let's prove it by induction.

Initial step: n=1, A(1)=21=222=2. The claim is true for initial step, because both sides equal 2.

Induction step: suppose A(n) and deduce A(n)A(n+1). Let's add 2n+1 to the both sides of identity and we will get:
2+22+23+...+2n+2n+1=2n+12+2n+1=22n+12=2n+22
which is the identity with n+1 in place of n. By the principle of mathematical induction, the identity holds for all n.