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.
I did a more rigorous solution: First I noticed that the last of a power of 2 had a pattern.
The pattern is in the last digit: 2, 4, 8, 6, 2, 4, 8, 6, ...
Since the exponent ends with 128 thus ends with 28 as last 2 digits I looked what the last digit was for 2^28.
So i continued the pattern as given in the table above and concluded that the power 28 would be in the 4th column thus the power would end with a 6.