The fifth operator

Find for x

(2012^2012)%4=x

3 0 1 2

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

Piyush Gupta
Aug 18, 2015

2012 is divisible by 4 so remainder is 0

Arulx Z
Sep 6, 2015

2012 2012 ( mod 4 ) = x { 2012 }^{ 2012 }\quad \left( {\text{mod}}\quad 4 \right) =x

Apart from the obvious fact that 2012 is divisible by 4, we can also use programming to directly compute the answer due to the current computation speed Here's the code:

1
2
>>> (2012 ** 2012) % 4
0

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...