NumberTheoryBasic AMC10/12
2010


Problem - 693
For every integer $n\ge2$, let $\text{pow}(n)$ be the largest power of the largest prime that divides $n$. For example $\text{pow}(144)=\text{pow}(2^4\cdot3^2)=3^2$. What is the largest integer $m$ such that $2010^m$ divides $\displaystyle\prod_{n=2}^{5300}\text{pow}(n)$?

report an error