Hi! Can you elaborate on your answer?
I get 3 cases for statement 1
1. n=2 , k=3 9>8 - yes
2. n =3, k=4 27>16 - yes
3. n=-1, k=0 1/3 > 1 ? - no
So statement 2 tells us n is positive -- so why not c?
Thanks[/quote]
hi,
another option when n is positive and answer is NO..
n=1, k=2..3>4... no
so dont miss out few values[/quote]
Hi, I thought the same case too. Here is my reasoning.
St 1: k = n + 1. Clearly insufficient, cause we don't have any case (positive and negative would have different outcomes)
St 2: n is positive integer. Means more than zero and positive ; hence cannot be 0 but is greater than one.
So one plus two statement means: k = n +1 and n is positive integer.
3^n > 2^n+1 (replacing k).
We get 3 to power 1 NOT GREATER than 2 to power 2. Then if n = 2; k = n +1 => k =2. So 3 to power is always less than 2 to power n +1.
Thus it is sufficient.
Request experts to help out on why E is correct, and point out the issue
Thank you