Problem: If $n>4$ and is composite, then $n$ divides $(n-1)!$.
My Attempt: I have tried to solve this problem using the approach described by @Michael Hardy but have not succeeded as of now. I wish to know how one can solve this problem using his approach. For reference, Michael's answer is given below:
Suppose $p$ is prime and $p\mid n$. Let $k$ be the multiplicity of $p$ as a factor of $n$, so that $p^k\mid n$. $$ \underbrace{(n-1)! = 1\cdot2\cdot3\cdot4\cdot5\cdots\cdots p\cdots\cdots p \cdots\cdots p\cdots\cdots(n-1)}_{\text{Does $p$ show up at least $k$ times here?}} $$If $p$ appears at least $k$ times in the usual factorization of $(n-1)!$ displayed above, then $p^k\mid(n-1)!$. If this works for every prime factor of $n$, then they're all there, so $n\mid(n-1)!\,{}$.
I guess, the question really boils down to proving the fact that the prime number $p$ shows up at least $k$ times in $(n-1)!$.