Prove that 4^(n+1) + 5 is divisible by 3

  • Thread starter Thread starter XJellieBX
  • Start date Start date
AI Thread Summary
The discussion focuses on proving that 4^(n+1) + 5 is divisible by 3 for all non-negative integers n. The base case for n=0 shows that 4 + 5 equals 9, which is divisible by 3. The user attempts mathematical induction by assuming the statement holds for n=k and then needs to prove it for n=k+1. A suggestion is made to express 4 x 4^(k+1) in a way that clarifies the divisibility by 3, leading to the conclusion that both terms in the expression are divisible by 3. The user acknowledges the clarity gained from this approach.
XJellieBX
Messages
39
Reaction score
0
Prove that 4^(n+1) + 5 is divisible by 3 for all non-negative integers n.

Here's what I did:
The Base Case, when n=0
4^(0+1) + 5 = 4 + 5 = 9 --> divisible by 3

Assume that 4^(k+1) + 5 is also divisible by 3 for all n=0,1,2,...k.
Then it must also be true for k+1 and
4^(k+1+1) + 5 = 4 x 4^(k+1) + 5

My solution doesn't seem to be complete. Is there something wrong or missing?
 
Physics news on Phys.org


XJellieBX said:
Prove that 4^(n+1) + 5 is divisible by 3 for all non-negative integers n.

Here's what I did:
The Base Case, when n=0
4^(0+1) + 5 = 4 + 5 = 9 --> divisible by 3

Assume that 4^(k+1) + 5 is also divisible by 3 for all n=0,1,2,...k.
Then it must also be true for k+1 and
4^(k+1+1) + 5 = 4 x 4^(k+1) + 5

My solution doesn't seem to be complete. Is there something wrong or missing?
Well, yes, it is surely not obvious, yet, that your last formula is divisible by 3: which is the whole point.

How about writing 4 x 4^(k+1) as 3 x 4^(k+1)+ [4^(k+1)] so that 4 x 4^(k+1)+ 5 is equal to 3 x 4^(k+1)+ [4^(k+1)+ 5]? Can you see now that both terms are divisible by 3?
 
Last edited by a moderator:


Thank you =) I see it now.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
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