Crazy

Find the smallest positive integer k k such that 2 69 + k 2^{69} + k is divisible by 127.


The answer is 63.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Dev Sharma
Oct 13, 2015

2 7 = 1 ( m o d 127 ) 2^7 = 1(mod127) implies that

2 7 m = 1 ( m o d 127 ) 2^{7m} = 1 (mod127) hence

2 69 = 64 ( m o d 127 ) 2^{69} = 64 (mod127)

so minimum of k is 127 - 64 = 63

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...