Welcome! Today we're looking at Verifying Division Results and Finding What to Subtract — two essential skills that will save you from careless errors.
After every division, you should verify the result by checking:
This expansion catches errors and is itself a scored step in exams.
Beyond verification, the division algorithm leads to a practical question:
| Question | Answer |
|---|---|
| What do you subtract from the dividend to make the division exact? | The remainder |
Verification Time ✅
After performing polynomial division, there's an important step that both catches errors and earns you marks: verification.
Verification means expanding and checking that it equals the original dividend .
This confirms your division was done correctly.
Here's what we have:
Division of by gives:
| Component | Value |
|---|---|
| Quotient | |
| Remainder |
Let's see if you can verify this result.
Verify the division result 🔍
Verify:
Show the full expansion.
Let's expand term by term.
We'll multiply each term of with each term of .
First, multiply with each term of :
Next, multiply with each term of :
signs!
Now combine like terms:
alone
const
Add the remainder :
This equals the original dividend. Verified. ✓
Let's explore an interesting application of the division algorithm! 🔍
You know that when we divide a polynomial by , we get:
Now here's a practical question: What if we want the division to be exact? That is, what if we want the remainder to be zero?
If we subtract from both sides of the equation:
This new expression is exactly divisible by — no remainderkey result!
Problem 📝
When is divided by , the remainder is .
What must be subtracted from the polynomial so that divides it exactly?
Explain the logic behind your answer.
The division algorithm says:
where is the remainder (here ).
If you subtract from :
The right side is a multiple of — meaning divides it exactly (remainder = 0).
So the answer to 'what must be subtracted' is always: subtract the remainder.
Here: subtract 5answer.
The new polynomial is exactly divisible by .
Sometimes the problem gives you , , and and asks you to find the divisor .
Rearranging the division algorithm gives us:
Approach: First subtract from , then divide the result by .
Find 📝
Given:
Find find this. Show the key steps.
The procedure for finding :
Step 1: Compute .
(subtracting the entire remainder)
(Notice: subtracting gives , and subtracting gives )
This is , which we will divide by in the next step.
Step 2: Divide by .
This is a standard long division:
Remainder is (confirming the setup is correct).
Key Rule: Subtract BEFORE dividing.
If you forget to subtract the remainder first, your division will have a non-zero remainder — and you'll get the wrong answer for .
The order matters:
Never skip step 1!