There is a quick way to count digits without multiplying everything out: the number of digits in a positive whole number M is $\lfloor \log_{10} M \rfloor + 1$. We can use the boundary values of N and M in each option to see whether the digit count of the product stays fixed across the whole range.
Since the product's smallest and largest values in option (3) both fall strictly inside the 7 digit range, and the product increases smoothly as N and M increase, every value of $N \times M$ in that case has exactly 7 digits.
Let's summarize:
So $N \times M$ is a seven digit number when a = 6 and x = 2, which is option (3).