Let $n$ be a positive integer and
\begin{align} M = \begin{pmatrix} n! & (n+1)! & (n+2)! \\ (n+1)! &(n+2)! & (n+3)! \\ (n+2)! & (n+3)! & (n+4)! \\ \end{pmatrix} \end{align}
Use properties of determinant to show that \begin{align}\left(\frac{|M|}{(n!)^3}- 4\right)\end{align} is divisible by $n$.
I took an $n!$ factor out of the matrix, getting a new matrix $B$ such that $\det A = n^3 \det B$, since $A$ and $B$ are row equivalents. But what is $\det B$ ?
After you take the common factor $n!$ out of all columns, take $(n+1)$ and $(n+1)(n+2)$ out of 2nd and 3rd columns, respectively: $$\frac{|M|}{(n!)^3}=\left|\begin{array}{ccc} 1 & \color{red}{n+1} & \color{blue}{(n+1)(n+2)}\\ n+1 & (\color{red}{n+1})(n+2) & \small{\color{blue}{(n+1)(n+2)}(n+3)}\\ (n+1)(n+2) & \small{(\color{red}{n+1})(n+2)(n+3)} & \scriptsize{\color{blue}{(n+1)(n+2)}(n+3)(n+4)} \end{array}\right|=\\ \color{red}{(n+1)}\color{blue}{(n+1)(n+2)}\left|\begin{array}{ccc} 1 & 1 & 1\\ n+1 & n+2 & \small{n+3}\\ (n+1)(n+2) & \small{(n+2)(n+3)} & \scriptsize{(n+3)(n+4)} \end{array}\right|\stackrel{C_3-C_2\to C_3\\ C_2-C_1\to C_2}{=}\\ (n+1)^2(n+2)\left|\begin{array}{ccc} 1 & 0 & 0\\ n+1 & 1 & 1\\ (n+1)(n+2) & 2n & 2n+2 \end{array}\right|\stackrel{C_3-C_2\to C_3}=\\ (n+1)^2(n+2)\left|\begin{array}{ccc} 1 & 0 & 0\\ n+1 & 1 & 0\\ (n+1)(n+2) & 2n & \color{red}2 \end{array}\right|=\color{red}2(n+1)^2(n+2)$$ Hence: $$\begin{align}\left(\frac{|M|}{(n!)^3}- 4\right)\end{align}=2n^3+8n^2+10n\equiv 0 \pmod{n}.$$