Problems need HardWork #6

Evaluate gcd ( 2 120 1 , 2 100 1 ) \gcd(2^{120} - 1, 2^{100} - 1) .

1 1 2 2 2 20 1 2^{20} - 1 2 100 1 2^{100} - 1

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

Vishnu Bhagyanath
Aug 22, 2015

Application of the formula that g c d ( a m 1 , a n 1 ) = a g c d ( m , n ) 1 gcd(a^m -1, a^n -1) = a^{gcd(m,n)}-1 , proof of which can be found here .

g c d ( 2 120 1 , 2 100 1 ) = 2 g c d ( 120 , 100 ) 1 = 2 20 1 gcd(2^{120} -1,2^{100} -1) = 2^{gcd(120,100)}-1 = 2^{20}-1

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...