Find the largest possible number of integer roots.
We can maximize the number of roots by taking the prime factorization of 42, i.e. (x + 2)(x + 3)(x + 7). So the maximum number of integer roots is 3.