Is the above expression divisible by 3?
Note : This question can be solved without using a calculator.
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.
So all that remains is to figure out the last two digits of 3 1 0 0 .
The units digit of powers of 3 will cycle through (3, 9, 7, 1) so the 50th of these will be 9.
The tens digit will cycle through (0, 0, 2, 8, 4, 2, 8, 6, 8, 4, 4, 4, 2, 6, 0, 2, 6, 8, 6, 0). The 50th of these will be 4.
So putting it all together we have [some big number whose sum of digits is 0 mod 3] - 9 - 4 + 1
= [some big number whose sum of digits is 0 mod 3] - 12
= [some other big number whose sum of digits is still 0 mod 3].