4chan, i require your assistance:
prove that 2^n+(-1)^(n+1) for n>=2 is always divisible by 3.
Any pointers on where to start? I know your not going to do my homework for me, this isn't actually the homework question, but if i can prove this then it proves what im trying to prove. Just some tips maybe ? thanks.
Name:
Anonymous2007-04-04 13:21 ID:s7y2WarE
Just say "It's in the bible, so it must be true"
Name:
Anonymous2007-04-04 13:30 ID:nYxxZrIL
every member in the sequence 2^n+(-1)^(n+1) for n>=2
is 3 times every member in this reccurance relation:
a_n=a_(n-1)+2*a_(n-2)
2 is congruent to -1 modulo 3, so 2^n is congruent to (-1)^n modulo 3. (-1)^n + (-1)^(n+1) = (-1)^n(1 + -1) = 0, so 2^n + (-1)^(n+1) is congruent to 0 modulo 3.