What is the remainder of $18!$ divided by $437$?
I'm getting a little confused in the solution. It uses Wilson's theorem
Wilson's Theorem:
If $p$ is prime then $(p-1)!\equiv-1(\text{mod } p)$
So it first factors $437$ into primes. So $437 = 19 \cdot 23$. Then from Wilson's theorem notes that $18!\equiv-1(\text{mod } 19)$ so we're part way there, but also says $22\equiv22!(\text{mod }23)$ by Wilson's theorem (really don't know how they got this from $22!\equiv-1(\text{mod }23)$.
Also I'm confused how solving this leads to finding the remainder for $18!$ divided by $437$? I understand getting $18!$ from $19$ but not the $23$ part.