Statement
Is prime? If not, give a factorization.
Solution
It is enough to test the primes up to , namely .
- Not even, so not divisible by .
- is not a multiple of .
- It does not end in or : not divisible by .
- : not divisible by .
- : not divisible by .
- : divisible by !
Hence is not prime: .