[deleted by Stacey; please see below]
I don't have any issue solving this question, however, I noticed that depending on how you manipulate the question stem, you can get different results. For example:
Result #1 - (1/10)^n < (1/10)^2 --> is n < 2?
Result #2 - (1/10)^n < (1/10)^2 --> 10^(-n) < 10^(-2), this becomes -n < -2 or n > 2.
So effectively, I could have rephrased the question into "is n < 2 or n > 2". While this does not impact solving a Y/N type DS question, which one is technically more correct?
I understand that the reason I have two solutions is because I changed the base and I had to flip the sign (when in the base of 10). I am just not sure whether this could come up in a different way in which case only one of them is the correct rephrase.