Prove that 3 is a divisor of 52n - 1 for all positive integers n.
Step 1: show that the statement is true for n = 1.
If n = 1, then 52n - 1 = 52 - 1 = 24, which is divisible by 3.
Step 2: Assume that 3 is a divisor of 52n -1. Show that 3 is a divisor of 52(n+1) - 1
52(n+1) - 1 = 52n52 - 1
= 25(52n) - 1 = (3·8 + 1)(52n) - 1
= 3·8(52n) + 52n - 1
= 3·8(52n) + 3k, for some integer k (by induction hypothesis)
= 3[8(52n) + k)] (Since 8(52n)+k is an integer, 52(n+1) - 1 is divisible by 3).