A number has exactly 8 factors . Two of the factors are 27 and 75. List all the factors of the given Number .
I find LCM of 27 and 75 and the LCM value is the Number. I did this luckily and I got correct but I do not understand the real reason why the 'number' is LCM of 27 and 75 . Maybe it's because of my concept problems ..
If a positive integer $a$ is factorized as the product of powers of distinct primes $$ a = p_{1}^{e_{1}} \cdots p_{n}^{e_{n}}, $$ then the number of positive factors of $a$ is $$\tag{numdiv} (e_{1} + 1) \cdot \dots \cdot (e_{n} + 1). $$ You know that $3^{3}$ and $5^{2}$ divide $a$. So you have at least $4 \cdot 3 = 12$ positive factors.
Concerning the lcm, if $27$ and $75$ divide $a$, then their least common multiple $675$ divides $a$. But by the formula (numdiv), $675$ has $12$ positive factors (which are $1, 3, 9, 27, 5, 15, 45, 135, 25, 75, 225, 675$), and these are all factors of $a$.