Mark M. answered 02/11/23
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
Show that the equation holds when n = 1: when n = 1, 5n - 1 = 5 - 1 = 4, which is a multiple of 2.
Assume that 5k - 1 is a multiple of 2 and show that 5k+1 - 1 is a multiple of 2:
Since 5k - 1 is a multiple of 2, 5k - 1 = 2m, for some integer m.
So, 5k+1 - 1 = 5(5k) - 1 = 5(5k) + 4 - 5 = 5(5k) - 5 + 4 = 5(5k - 1) + 4 = 5(2m) + 2(2) = 2(5m + 2)
Therefore, 5k+1 - 1 is a multiple of 2.
By induction, 5n - 1 is a multiple of 2 for all positive integers, n.