Algebra · real student question

Use synthetic division to divide x^3 - 2x^2 - 4x + 8 by x - 2. Give the quotient and the remainder.

Question

Use synthetic division to divide x32x24x+8x^3-2x^2-4x+8 by x2x-2. State the quotient and the remainder.

Step-by-step solution

  1. Read off the value of cc from the divisor. Synthetic division only works when the divisor is written as xcx-c, and the number you place in the corner is the root of that divisor, not the number you see in the expression. Here x2=x(2)x-2=x-(2), so

    c=2c=2

    A common slip is to use 2-2 because of the minus sign printed in x2x-2. Test it against the remainder theorem instead: the remainder must equal f(c)f(c), and f(2)=888+8=0f(2)=8-8-8+8=0, which is what the table should produce.

  2. Write the coefficients in descending order, inserting zeros for missing powers. For x32x24x+8x^3-2x^2-4x+8 every power from x3x^3 down to x0x^0 is present, so nothing has to be padded:

    1,  2,  4,  81,\;-2,\;-4,\;8

    This step is where most errors enter. If a power is absent you must still reserve a slot with a 00, otherwise every later multiply-and-add lands one column too far left.

  3. Run the multiply-and-add cycle. Bring the leading 11 straight down, then repeatedly multiply the number just written by c=2c=2 and add it to the next coefficient:

    212482081040\begin{array}{r|rrrr}2 & 1 & -2 & -4 & 8\\ & & 2 & 0 & -8\\ \hline & 1 & 0 & -4 & 0\end{array}

    Concretely: 12=21\cdot 2=2 and 2+2=0-2+2=0; then 02=00\cdot 2=0 and 4+0=4-4+0=-4; then 42=8-4\cdot 2=-8 and 8+(8)=08+(-8)=0.

  4. Interpret the bottom row. The last entry is the remainder and everything to its left lists the quotient coefficients, with the degree dropped by one because you divided by a linear factor:

    quotient=1x2+0x4=x24,remainder=0\text{quotient}=1x^2+0x-4=x^2-4,\qquad \text{remainder}=0

    The 00 in the middle column is not decoration — it is the coefficient of xx, which is why the quotient has no linear term.

  5. Check by multiplying back. A remainder of 00 means the division was exact, so the product of divisor and quotient must rebuild the original cubic:

    (x2)(x24)=x34x2x2+8=x32x24x+8  (x-2)(x^2-4)=x^3-4x-2x^2+8=x^3-2x^2-4x+8\;\checkmark

    Because the remainder vanished you have also factored the polynomial, and x24x^2-4 splits further into (x2)(x+2)(x-2)(x+2), giving x32x24x+8=(x2)2(x+2)x^3-2x^2-4x+8=(x-2)^2(x+2) and roots x=2x=2 (double) and x=2x=-2.

Answer

x32x24x+8x2=x24(remainder 0)\frac{x^3-2x^2-4x+8}{x-2}=x^2-4\quad(\text{remainder }0)

Need to solve a different problem like this? Open the solver →