Processing math: 100%
 
+0  
 
0
723
1
avatar+14 

Prove that 53n+1 is divisible by 3n+1 for all nonnegative integers n.

 

I've done part of this problem but can't seem to complete it. If you want to see what I've done already just ask

 Jun 11, 2020
 #1
avatar+9675 
0

For the base case: n = 0.

 

When n=0,530+1=630+1=33|6

 

Assume 53k+1 is divisible 3k+1.

 

53k+1+1=53(3k)+1=(53k+1)(52(3k)53k+1)

 

Now, 52(3k)22(3k)43k13k1(mod3)

53k23k22K+12(mod3) for some KZ

 

Therefore 3|(52(3k)53k+1)

 

The proposition is proved.

 

P.S.: I cheated and used some modular arithmetic ^_^

 Jun 11, 2020

2 Online Users