Since we know k has exactly 7 and 3 as prime factors, we can summarize as follows:
k = (3^x)(7^y) , where x and y are positive integers.
we also know that k has exactly 6 different positive factors. so,
6 = (x+1)(y+1)
we need to know the values of x and y to evaluate k.
Statement 1: 3^2 is a factor of k
If 3^2 = 3^x, then x=2. In this case, y must equal to 1.
If x = 3 (or 4), then y will not be an integer.
If x = 5, then y will be 0. This case is also not possible since we know y must be at least 1 (because 7 is a known factor of k).
Therefore, the only possible value for x is 2. And from this we can conclude that y can only be 1. Sufficient.
Statement 2: 7^2 is not a factor of k
Therefore, y cannot be larger than 1. And since y must at least be 1 (because 7 is a known factor of k), we can conclude that y = 1. And from this we can determine x = 2. Sufficient.
Choose D.
-BM-