Are statements I and II sufficient to determine the answer to the following question?
"Suppose is an integer larger than 10. What is the last digit of "
Statement I: is prime.
Statement II: is even.
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.
the second statement is obviously false. Just consider the numbers 12 and 100. They end in different digits. the first one is sufficient, since any prime greater that 10, ends in 1,3,7,9 (trivial). each of them raised to the 4th power has '1' as the last digit. hence proved.