Algebra · real student question

Use synthetic division to divide 2x^3 + 2x^2 + 2x - 1 by x - 1.

Question

Use synthetic division to divide

2x3+2x2+2x12x^{3}+2x^{2}+2x-1

by x1x-1, and state the quotient and remainder.

Step-by-step solution

  1. Read off cc from the divisor. Synthetic division works with a divisor written as xcx-c. Here x1x-1 means c=+1c=+1 - the sign flips, and using c=1c=-1 is the single most common error.

  2. List the coefficients including any zeros. The cubic has every power present, so no zero placeholders are needed:

    2, 2, 2, 12,\ 2,\ 2,\ -1

  3. Run the bring-down / multiply / add cycle with c=1c=1. Bring down 22; multiply by 11 and add to the next coefficient, repeatedly:

    122212462465\begin{array}{r|rrrr}1 & 2 & 2 & 2 & -1\\ & & 2 & 4 & 6\\ \hline & 2 & 4 & 6 & 5\end{array}

  4. Read the answer off the bottom row. The last entry is the remainder; the others are the quotient coefficients, one degree lower than the dividend:

    quotient =2x2+4x+6,remainder =5\text{quotient }=2x^{2}+4x+6,\qquad \text{remainder }=5

  5. Confirm the remainder with the remainder theorem. Dividing by x1x-1 must leave f(1)f(1):

    f(1)=2+2+21=5f(1)=2+2+2-1=5

    which matches the bottom-right entry ✓ - an independent check that costs one line.

  6. Verify the full identity by expanding.

    (x1)(2x2+4x+6)+5=2x3+4x2+6x2x24x6+5=2x3+2x2+2x1(x-1)(2x^{2}+4x+6)+5=2x^{3}+4x^{2}+6x-2x^{2}-4x-6+5=2x^{3}+2x^{2}+2x-1

    exactly the original polynomial ✓.

Answer

2x3+2x2+2x1=(x1)(2x2+4x+6)+52x^{3}+2x^{2}+2x-1=(x-1)\left(2x^{2}+4x+6\right)+5

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