1. Let p(n) be ‘1=2=2^2+2^3+…+(2^n)-1 ’ .
a) For a positive integer k, assume that P(k) s true, prove that P(k+1) is true.
b) Hence prove that P(n) is true for all positive integers n.
2. a) Let P(n) be ‘1^2 + 3^2 + 5^2 +… (2n-1)^2=(1/3)n{(4n^2)-1}’.
If we use mathematical induction to prove P(n) is true, when we assume P(k) is
true and deduce that P(k+1) is also true, what expression has to be added to
both sides of the equality sign?
b) Let P(n) be ‘(1+n)+(2+n)+(3+n)+…+(n+n)=(1/2)n(3n+1) ’. If we use mathematical induction to prove P(n) is true, when we deduce that P(k+1) is true, what will be the final expression on the right-hand side of the equality sign?
3. Prove, by mathematical induction, that for all positive integers n, (2n+1)(2n+3)(2n+5) is divisible by 3.
Thanks!!