A number theory problem by Dev Sharma

Find the remainder when 37^18^30 is divided by 100.

77 61 23 29

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.

2 solutions

Kun Pakawat
Aug 19, 2015

1 8 30 = 1 = 24 ( m o d 5 ) 18^{30}=-1=24(mod5) 1 8 30 = 0 = 24 ( m o d 8 ) 18^{30}=0=24(mod8)

so, 1 8 30 = 24 ( m o d 40 ) 18^{30}=24(mod40) . Since we know that 3 7 ϕ ( 100 ) = 1 ( m o d 100 ) 37^{\phi(100)}=1(mod100) , therefore

3 7 1 8 30 = 3 7 24 = 3 7 8 + 16 = 61 ( m o d 100 ) 37^{18^{30}}=37^{24}=37^{8+16}=61(mod100) .

The reason I break 24 into 8+16, so that we can reduce the work of computation, just find 3 7 1 , 3 7 2 , 3 7 4 , 3 7 8 , 3 7 16 37^1,37^2,37^4,37^8,37^{16} and then only multiply the last two numbers.

Note, in fact, 3 7 20 = 1 ( m o d 100 ) 37^{20}=1(mod100) but for this solution, we don't need to find the lowest power.

very nice...

Dev Sharma - 5 years, 9 months ago

i dont get it since the begginig,could you explain me please?

Mr Yovan - 5 years, 7 months ago

All options in the multiple choice have distinct last algarisms from each other. So, we can find the last algarism of 3 7 1 8 30 37^{18^{30}} :

Let's call LA(x) the function wich gives the last algarism of x.

So,

L A ( 3 7 18 ) = L A ( 3 7 4 × 4 + 2 = L A ( 3 7 2 ) = 9 LA(37^{18})=LA(37^{4\times4 + 2} = LA(37^{2})=9

And,

L A ( 3 7 1 8 30 ) = L A ( 9 30 ) = L A ( 9 15 × 2 + 0 ) = L A ( 9 0 ) = 1 LA(37^{18^{30}}) = LA(9^{30}) = LA(9^{15\times2+0})=LA(9^{0})=1

So the only possible choice is 61.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...