I have to prove the following statement using mathematical induction.
For all integers, n≥1,52n−42n is divisible by 9.
I got the base case which is if n=1 and when you plug it in to the equation above you get 9 and 9 is divisible by 9.
Now the inductive step is where I'm stuck.
I got the inductive hypothesis which is 52k−42k
Now if P(k) is true than P(k+1) must be true. 52(k+1)−42(k+1)
These are the step I gotten so far until I get stuck:
52k+2−42k+2 =52k⋅52−42k⋅42 =52k⋅25−42k⋅16
Now after this I have no idea what to do. Any help is appreciated.
Answer
You're very close. Now add and subtract 42k in the first term to obtain 52k⋅25−42k⋅16=25⋅(52k−42k)+(25−16)⋅42k=25⋅(52k−42k)+9⋅42k
The first term is divisible by 9 by the induction hypothesis, hence the whole expression is divisible by 9.
No comments:
Post a Comment