Jump to content

Science:Math Exam Resources/Courses/MATH220/December 2009/Question 05 (b)/Solution 1

From UBC Wiki

Let S(n) be the statement that

5n+2(11n)

is a multiple of 3. We prove this statement is true for all nonnegative integers n using mathematical induction. Notice that S(0) is true since

50+2(110)=1+2(1)=3=3(1).

Now, we assume that S(k) is true for some integer k0 and show that S(k+1) is true. When n=k+1, we can start with the induction hypothesis

5k+2(11k)=3m.

for some integer m. The induction hypothesis is equivalent to 5k=3m2(11k). To see that S(k+1) is true, we then notice that

5k+1+2(11k+1)=5(5k)+2(11k+1)=5(3m2(11k))+2(11k+1)=15m10(11k)+22(11k)=15m+12(11k)=3(5m+4(11k)),

which shows that S(k+1) is true. Hence S(n) is true for all nonnegative integers n by the principle of mathematical induction.