IMHO the answer is D, and I think as follows.
If we know that a number has only 2 prime factors that means that it has no other prime factors besides 1 and the same number, since any other possible factor can be converted to the primes and this may contradict the problem statement. That is, the positive factors of the number we are looking for are 1, prime factors given, and all possible products of the prime factors given, including their product that equals to the same number.
Therefore, if we are limited by 2 exact prime factors and by 6 total factors, we can say that the all factors of our numbers are 1, x, y, x*x, x*y, x*x*y, where the x and y are the prime factors given. You may notice and check that one of the 2 prime factors we have must be in the second power, since in the other way we cannot have exactly 6 factors.
Therefore we if we have these limits, to find our number we just need to know which of prime factors given is in the second power. Both of the statements given can help us with the solution, besides the statements do not contradict one another, and therefore both are sufficient.
Correct me, if I’m wrong, please.