Prove by Induction: 3n-1 is Divisible by 2

  • Context: Undergrad 
  • Thread starter Thread starter BloodyFrozen
  • Start date Start date
  • Tags Tags
    Induction
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
BloodyFrozen
Messages
353
Reaction score
1
I was doing this for practice and came across this problem-- I have no clue how to prove it.

By Induction, prove that 3n-1 is divisible by 2.

1) 3-1=2, divisible by two; good so far

Now I have no clue how to approach this.:bugeye:

Please help. Thanks in advance:smile:
 
Physics news on Phys.org
micromass said:
Hi BloodyFrozen! :smile:

So, the induction hypothesis says that

[tex]3^n=2a+1[/tex]

for some a. Now, try substitute this in [itex]3^{n+1}-1[/itex].


What do you mean sustituting it in?
 
micromass said:
[tex]3^{n+1}-1=3.3^n-1=3.(2a+1)-1[/tex]

Ok.
6a+2=2(3a+1).

Since this is multiplied by 2, it must be divisible by 2.
Thanks again (if you know what I mean ;P) micromass!