A number n is prime if and only if which is true about (n-1)! mod n?
(n-1)! ≡ 0 (mod n)
(n-1)! ≡ 1 (mod n)
(n-1)! ≡ -1 (mod n)
(n-1)! ≡ n-1 (mod n)