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.
 
The working out suggests first equating ## \sqrt{i} = x + iy ## and suggests that squaring and equating real and imaginary parts of both sides results in ## \sqrt{i} = \pm (1+i)/ \sqrt{2} ## Squaring both sides results in: $$ i = (x + iy)^2 $$ $$ i = x^2 + 2ixy -y^2 $$ equating real parts gives $$ x^2 - y^2 = 0 $$ $$ (x+y)(x-y) = 0 $$ $$ x = \pm y $$ equating imaginary parts gives: $$ i = 2ixy $$ $$ 2xy = 1 $$ I'm not really sure how to proceed from here.
Back
Top