Prove by induction where n is a postive integer
5^n + 3 divisible by 4
Let P(n) = 5^n + 3 for convenience
1) For n=1: P(1) = 5+3 = 4 x 2 (.: divisible by 4)
2) Assume P(n) is divisible by 4 for n=k > 0
i.e. 5^k + 3 = 4 x M for some integer M
3) .: P(k+1) = 5^{k+1} + 3 = 5 (5^k) + 3 = [4+1]5^k + 3 = 4 x 5^k + 5^k + 3
= 4 x 5^k + 4M = 4 x (5^k + M) = 4 x (
an integer)
i.e. P(k+1) is divisible by 4 if P(k) is divisible by 4
4) .: by the Principle of Mathematical Induction, P(n) is divisible by 4 for all positive integer n.