I came across the following problem while self studying:
Let \begin{equation} A = \begin{bmatrix} 2 & 1 & 3 & 7 & 5\\ 3 & 8 & 7 & 9 & 8\\ 3 & 4 & 1 & 6 & 2\\ 4 & 0 & 2 & 2 & 3\\ 7 & 9 & 1 & 5 & 4\\ \end{bmatrix} \end{equation}
Use the fact that 21375, 38798, 34162, 40223, and 79154 are divisible by 19 to show, without evaluating, that $\det[A]$ is divisible by 19.
I noticed that each of these numbers are the entries in the rows of A, but I don't see how that helps me.