Q9 is the lame question...
4 + 8 + 12 + 16 + ..... + 4n = 4(1 + 2 + 3 + ..... + n)
= 4n(n + 1)/2 using the arithmetic series formula
= 2n(n + 1)
So prove by induction: 4 + 8 + 12 + 16 + ..... + 4n = 2n(n + 1)
For n = 1
LHS = 4
RHS = 2 x 2 = 4
LHS = RHS, hence statement true for n = 1
Assume it is true for n = k
4 + 8 + 12 + 16 + ..... + 4k = 2k(k + 1)
Need to prove it is true for n = k + 1
4 + 8 + 12 + 16 + ..... + 4k + 4(k + 1) = 2(k + 1)(k + 2)
LHS = 4 + 8 + 12 + 16 + ..... + 4k + 4(k + 1)
= 2k(k + 1) + 4(k + 1) by assumption
= 2(k + 1)(k + 2)
= RHS
If the statement is true for n = k, it is also true for n = k + 1
Since it is true for n = 1, it is true for all positive integers n by induction
Q10 is also a lame one...
Prove: a + (a + d) + (a + 2d) + ....... + (a + (n - 1)d) = n(2a + (n - 1)d)/2
For n = 1
LHS = a
RHS = 2a/2 = a
LHS = RHS, hence statement true for n = 1
Assume it is true for n = k
a + (a + d) + (a + 2d) + ....... + (a + (k - 1)d) = k(2a + (k - 1)d)/2
Required to prove it is true for n = k + 1
a + (a + d) + (a + 2d) + ....... + (a + (k - 1)d) + (a + kd) = (k + 1)(2a + kd)/2
LHS = a + (a + d) + (a + 2d) + ....... + (a + (k - 1)d) + (a + kd)
= k(2a + (k - 1)d)/2 + (a + kd) by assumption
= (2ak + k(k - 1)d)/2 + (a + kd)
= (2ak + k(k - 1)d + 2a + 2kd)/2
= (2a(k + 1) + d[k(k - 1) + 2k)/2
= (2a(k + 1) + d[k² + k])/2
= (2a(k + 1) + kd[k + 1])/2
= (k + 1)(2a + kd)/2
= RHS
If the statement is true for n = k, it is also true for n = k + 1
Since it is true for n = 1, it is true for all positive integers n by induction
For 11: 5n - 1 is divisible by 4.
For n = 1
5 - 1 = 4 x 1
Therefore true for n = 1
Assume the truth of the statement for n = k
5k - 1 = 4M (for some integer M)
Required to prove it is also true for n = k + 1
i.e. 5k + 1 - 1 = 4N (for some integer N)
LHS = 5k + 1 - 1
= 5.5k - 1
= 5(4M + 1) - 1 by assumption (5k - 1 = 4M => 4M + 1 = 5k)
= 20M + 4
= 4(5M + 1)
= 4N (where N = 5M + 1 which is an integer)
= RHS
If the statement is true for n = k, it is also true for n = k + 1
Since it is true for n = 1, it is true for all positive integers n by induction