Let $n$ be a natural number such that for all prime numbers $p\leq \sqrt[4]{n}$, $p\nmid n$. Find how many different prime factors $n$ can have, and bring an example in every case.
I think that $3$ different prime factors are the most $n$ can have, but I can not justify it.
Assume that $n$ has at least $4$ prime factors, then $$n=p_1p_2p_3p_4k$$ where $p_1\leq p_2\leq p_3\leq p_4$. Since $p_1$ is the smallest prime factor, we must have $p_1^4\leq n$, which means that $p_1\leq\sqrt[4]{n}$. But this implies that $p\not\mid n$, which is a contradiction.
Therefore $n$ cannot have at least $4$ prime factors.