Hi melguy,
This question can be solved by TESTing VALUES and a bit of 'brute force'
We're told that N and T are POSITIVE INTEGERS. We're asked if N is a factor of T. This is a YES/NO question.
1) N = 3^(N-2)
This Fact tells us nothing about T, so it's clearly insufficient, but the equation is rather specific, so there can't be that many potential solutions. Let's see if we can quickly 'brute force' the solution by TESTing VALUES until we have enough information to stop working...
IF...
N=1, then does 1 = 3^(-1)? No, so N CANNOT be 1
N=2, then does 2 = 3^(0)? No, so N CANNOT be 2
N=3, then does 3 = 3^(1)? YES, so N CAN be 3
N=4, then does 4 = 3^(2)? No, so N CANNOT be 4
At this point, we can stop working because 3^(N-2) will get much larger as N increases than "N" does. We now know that the ONLY positive integer solution to this equation is N=3.
Fact 1 is INSUFFICIENT
2) T = 3^N
IF...
N=1, T=3, then the answer to the question is YES.
N=2, T=9, then the answer to the question is NO.
Fact 2 is INSUFFICIENT
Combined, we know that there's just one potential solution that fits both Facts:
N=3, T=27, then the answer to the question is YES.
Combined, SUFFICIENT
Final Answer: C
GMAT assassins aren't born, they're made,
Rich