Mathmatical Induction Problem (Divisibility)

AI Thread Summary
The discussion revolves around using Mathematical Induction to prove that the expression 12^n + 2(5^{n-1}) is divisible by 7 for all positive integers n. The initial step confirms the base case for n = 1, showing it is divisible by 7. The user then attempts to assume the statement holds for n = k and seeks to prove it for n = k + 1 but struggles with the algebraic manipulation. After some back-and-forth, a realization occurs that simplifies the process, leading to a clearer path for the proof. The user expresses frustration with induction problems but ultimately finds clarity in the next steps.
Kb1jij
Messages
19
Reaction score
0

Homework Statement


Use Mathematical Induction to prove that 12^n + 2(5^{n-1}) is divisible by 7 for all n \in Z^+

Homework Equations


The Attempt at a Solution



First, show that it works for n = 1:
12^1 + 2 \cdot 5^0 = 14 , 14/7 = 2

Next assume:
12^k + 2(5^{k-1}) = 7A

Then, prove for k + 1:
12^{k+1} + 2(5^k)

I can't figure out how to prove this. I know that this can be changed to:
12 \cdot 12^{k} + 2 \cdot 5 (5^{k-1})
But that doesn't seem to help me much.

I also tried substituting values for 12^k and 5^(k-1) from above:
12^k = 7A - 2(5^{k-1})
2(5^{k-1}) = 7A - 12^k

This doesn't seem too help either, I can reduce it to:
189A - (12 \cdot 2(5^{k-1})+5(12^k))

Any suggestions?
Thanks,
Tom
 
Physics news on Phys.org
Actually, having come till

12.12^k + 2.5(5^{k-1}),

the next step should have been

7.12^k + 5.12^k + 2.5(5^{k-1}).
 
Ah, got it now. Thank you. I don't like these induction problems...
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top