$n!=n(n-1)(n-2)\cdots 3\times 2\times 1 $ now let $5!m!=n! , m\geq 4$ then $n+m=?$
My Try :
case$1$ Let $n=m$: $$5!m!=m! \\ 5! \neq 1$$ so $n\neq m$
case$2$ Let $n>m$ :
$$5!=\dfrac{n!}{m!} \\ 5!=n(n-1)(n-1) . . . (n-m)$$
case$3$ Let $m>n$
$$5!m!=n! \\ m(m-1)(m-2)...(m-n)=\dfrac{1}{5!}=\dfrac{1}{120}$$ since $\dfrac{1}{120}$ is't natural number so $n>m$ Now what ?
This is easy to figure out by brute force. $5!=120$, and the integer $m$ must satisfy the equation $(m+1)(m+2)\ldots(m+r) = 120$. However, for $r \geq 3$ the integer $m$ can be no larger than 5 (because $5^3> 120$) and for $r=2$ the integer $m$ can be no larger than 11. That leaves few cases left to check.
The solution $m=119$ and $n=5!=120$ works for the equation $5!m! = n!$. So $n+m=119+120 = 239$.
As that is the only way to factor 120 into $(m+1)(m+2)\ldots(m+r)$ for some positive $r$ besides 120=5! and $120 = 6\times 5 \times 4$ and that is the only solution for $m \ge 4$.