How to solve
Dividing by (x − a) with synthetic division peels the cubic down to its quadratic quotient; a zero remainder confirms the division is exact.
Steps
- Write the coefficients and bring the first one down.
- Multiply by a, add to the next coefficient, repeat.
- The last number is the remainder; the rest are the quotient's coefficients.
Example
(x³ − 2x² − 5x + 6) ÷ (x − 1)
- Synthetic with a = 1: 1, −1, −6, remainder 0.
- Quotient: x² − x − 6.
Answer: x^2-x-6
Loading drills…