99's

Find the remainder when 2 99 2^{99} divided by 99.


The answer is 17.

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

Otto Bretscher
Apr 9, 2016

Since λ ( 99 ) = 30 \lambda(99)=30 , we have 2 99 = 2 3 × 30 + 9 2 9 = 512 17 ( m o d 99 ) 2^{99}=2^{3\times 30+9}\equiv 2^9=512\equiv \boxed{17} \pmod{99}

Prince Loomba
Apr 9, 2016

click here for full solution . There is other solution also: Enter the following coding in java: double x= ((Math.pow(2, 99))%99); System.out.println(x);

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...