Both stmt 1 & stmt 2 are sufficient independently.
Stmt 1: n>2 ; n=3,4,5,......
Lets just take n=3 to start with,
==> (0.1)^3 < (0.01)
==> 0.001 < 0.01 TRUE
The same will be the case for all higher values of n. So, this statement is sufficient to answer the question.
Stmt 2: (0.1)^n-1 < (0.1)^1 we have to use the exponential rule here
Rule: If the bases are the same, we can equate the exponents
==> n-1<1
==> n<2 ; n = 1,0 (since n is positive)
When you use the above values of n, you will see that number on the left side of the inequality keeps on increasing answering the question with a definite NO. So, this statement is sufficient to answer the question.
So, the answer is D. Hope this helps
Last edited by
Vemuri on Tue Mar 17, 2009 11:19 pm, edited 1 time in total.