naveenan wrote:
I thought in a slightly different manner, does this question not asks what is value of n or is it sufficient to tell whether n can be found out; in my opinion since x + y can take following pair {(0,7),(1,6),(2,5),(3,4)} each resulting into different values of n; Thus both together would give correct answer ???
My choice was C but got it wrong, is my logic flawed please explain??
Since it's data sufficiency, the question whether we can determine the value of n, not what is the value of n. We just need to know the units digit, so we're only going to consider the units digits of the two numbers. Notice that with any of those pairs you listed above I have the following units digits:
(pair 0,7) 3^0 * 3^7
(pair 1,6) 3^1 * 3^6
(pair 2,5) 3^2 * 3^5
and so on.
Notice that since when multiplying the same bases (in this case, 3) we can add the exponents, and in this case x+y is always 7. So the units digit of this giant number will be the units digit of 3^7. Does this make sense?