DeathKnight
- 73
- 0
The question is: Prove by mathematical Induction that
f(n) \equiv 2^{6n}+3^{2n-2} is divisible by 5. This is what I did:
Suppose that the given statement is true for n=k
Since thef(k) is divisible by 5,
f(k)=5A (where A are is a constant.)
Also, from the given statement:
f(k)=2^{6k}+3^{2k-2}
To prove that the given statement is also true for n=k+1:
f(k+1)-f(k)
=2^{6k+6}+3^{2k} - (2^{6k}+3^{2k-2})
=2^{6k}(63)+3^{2k-2}(8)
After this I'm stuck! I know that I have to write it in the form of 5B(where B is a constant) but I cant. This is because if I do take 5 common I get fractions in the above expression.
Thanks in advance for any help.
f(n) \equiv 2^{6n}+3^{2n-2} is divisible by 5. This is what I did:
Suppose that the given statement is true for n=k
Since thef(k) is divisible by 5,
f(k)=5A (where A are is a constant.)
Also, from the given statement:
f(k)=2^{6k}+3^{2k-2}
To prove that the given statement is also true for n=k+1:
f(k+1)-f(k)
=2^{6k+6}+3^{2k} - (2^{6k}+3^{2k-2})
=2^{6k}(63)+3^{2k-2}(8)
After this I'm stuck! I know that I have to write it in the form of 5B(where B is a constant) but I cant. This is because if I do take 5 common I get fractions in the above expression.
Thanks in advance for any help.
Last edited: