Hi All,
This question is essentially about 'decimal' shifts. Since N is an integer, we know that K will the same digits (just shifted depending on the decimal). For example:
N = 1... K = 98.7
N = 2... K = 987
N = 3... K = 9870
We're NOT told that N is necessarily positive though, so we have to consider other options...
N = 0... K = 9.87
N = -1... K = 0.987
N = -2... K = 0.0987
N = -3... K = 0.00987
Etc.
We're asked for the value of N.
1) 10^-4 < K < 10^-3
With this range, we know that K is between 1/10,000 and 1/1,000. There's only one value that fits this range: K = 0.000987, so N must be -4.
Fact 1 is SUFFICIENT
2) 10^3 < K^-1 < 10^4
You might find it helpful to rewrite this range as:
10^3 < 1/K < 10^4
In that way, K would have to be between 1/1,000 and 1/10,000 (the same information we were given in Fact 1).
Fact 2 is SUFFICIENT
Final Answer:
GMAT assassins aren't born, they're made,
Rich