The question: If n is an integer is (.1)^n greater than (10)^n?
Let's rephrase. .1 = (10)^-1. So (.1)^n = [(10)^-1]^n = (10)^-n. Rephrased question Is (10)^-n > (10)^n?
S1: n > -10.
Case 1: n = -9. (10)^-n = (10)^9 and (10)^n = (10)^-9. (10)^9 is greater than (10)^-9 so the answer to Is (10)^-n > (10)^n? is YES.
Case 2: n = 9. (10)^-n = (10)^-9 and (10)^n = (10)^9. (10)^-9 is NOT greater than (10)^9 so the answer to Is (10)^-n > (10)^n? is NO.
Because we can get a YES and a NO, this statement is not sufficient.
S2: n< 10
We can reuse both cases that we used in statement 1, because 9 and -9 are both less than 10, so we already know we can get a YES and a NO. So this statement alone is not sufficient, and the statements together are not sufficient. Answer is E














