Complete factorisation by an obvious root
Open answerFully factor the polynomial P(x) = x³ - 7x + 6. Start by looking for an obvious root amongst the divisors of 6 (1, -1, 2, -2, 3, -3, 6, -6), then use Horner’s method to obtain the quadratic quotient, and finish by factoring that in turn.

