I was working with LCMs and GCFs, and I came across this problem:
"What is the smallest positive integer n having exactly 12 factors?"
So far, I have tried listing the first numbers 2-13 and finding the LCM, but I got the problem incorrect. I also tried making a number that is a power of 2, but I also got the wrong answer. I was hoping someone could help and tell me how to set up and solve this problem.
Thanks!
If $2^{12}$ didn't work, then the question is probably asking for the product of the first 12 prime numbers: $2*3*5*7*11*13*...$