First of all I would like to thank you for all the help you've given me so far.
Once again, I'm having some issues with a typical exam problem about divisibility. The problem says that:
Prove that ∀n∈N, 9∣4n+15n−1
I've tried using induction, but that didn’t work. I've tried saying that:
4n+15n−1≡0(mod9). Therefore, I want to prove that 4n+1+15(n+1)−1≡0(mod9).
I've prooved for n=1, it's 18≡0(mod9), which is OK.
But for the inductive step, I get:
4⋅4n+15n+15−1≡0(mod9)
And from there, I don't know where to replace my inductive hypothesis, and therefore, that's why I think induction is not the correct tool to use here. I guess I might use some tools of congruence or divisibility, but I'm not sure which ones.
I do realize that all n∈N/ 3 | n⇒4n≡1(mod9) and 15n≡0(mod9). In that case, where 3 divides n, then I have prove that 4n+15n−1≡0(mod9). But I don't know what to do with other natural numbers that are not divisible by 4, that is, all n∈N/n≡1(mod3) or n≡2(mod3).
Any ideas? Thanks in advance!
Answer
By the Inductive Hypothesis, 4n+15n−1≡0 so 4n≡1−15n and thus
4n+1+15(n+1)−1=4⋅4n+15n+14≡4⋅(1−15n)+15n+14=18−45n≡0
since both 18 and 45 are divisible by 9.
No comments:
Post a Comment