Monday, May 1, 2017

discrete mathematics - Prove using mathematical induction: for nge1,52n42n is divisible by 9


I have to prove the following statement using mathematical induction.



For all integers, n1,52n42n 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 52k42k


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+242k+2 =52k5242k42 =52k2542k16


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 52k2542k16=25(52k42k)+(2516)42k=25(52k42k)+942k



The first term is divisible by 9 by the induction hypothesis, hence the whole expression is divisible by 9.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...