This site is a work in progress. New lessons are added regularly. Contact us
Free response · work it on paper ← Back to lesson

Polynomial Long Division: Free Response

5 questions in parts, 58 points in total. Work each one out on paper, taking a hint if you get stuck. When you have an answer, reveal the answer to check it, and the full solution only if you still want it. The rubric is there so you can mark your own work.

Free response · work it on paper Question 1 of 5
  1. 1. A forecast, a division, and the reason it ends . Foundational, 10 points. Question 1 of 5.

    The division algorithm makes two promises at once: an identity saying dividend equals divisor times quotient plus remainder, and a degree condition saying the work has finished. Some of what the answer will look like is settled by the two degrees and the two leading terms before a single subtraction happens. Work throughout with P(x)=2x43x3+3x2+15x13P(x) = 2x^4 - 3x^3 + 3x^2 + 15x - 13 and D(x)=x22x+4D(x) = x^2 - 2x + 4.

    1. Part A.

      Without dividing, give the degree of the quotient and its leading coefficient, and list every degree the remainder is permitted to have.

      Solve and show your work Write each step out, and end with the value and its units. 3 points

    2. Part B.

      Now carry the division out. Report the quotient and the remainder, and confirm the pair by expanding.

      Write the expression An equation or an expression is enough here. Show how you built it. 3 points

    3. Part C.

      Explain why the loop is guaranteed to stop after finitely many passes, and why its stopping test compares degrees rather than comparing the two expressions' values at particular numbers.

      Explain why it works A sentence or two. Reasons, not steps. 4 points

    Hints

    One at a time, each one a step further than the last. Take only as many as you need.

    Answer and solution

    Check your answer first. If it is wrong, go back to your paper: the worked solution will still be here.

    Rubric

    Mark your own paper against this. Give yourself the points for each element you actually wrote down, not the ones you meant to.

    Part A 3 points

    Gets the quotient's degree from the difference of the two degrees and its leading coefficient from the ratio of the two leading coefficients, with no division carried out. . Worth 2 points.

    Gives every finish the stopping condition allows the remainder here, not a subset of them. . Worth 1 point.

    Part B 3 points

    Runs the loop with each quotient term taken from the two leading terms and the entire product subtracted each pass, stopping only once the working remainder falls below the divisor's degree. . Worth 2 points.

    Confirms the reported pair by expanding the divisor times the quotient, adding the remainder, and comparing the result with the dividend term by term. . Worth 1 point.

    Part C 4 points

    Argues that each pass strictly lowers the degree of the working remainder because the quotient term was chosen to cancel its leading term, and concludes from that a strictly decreasing list of whole numbers has to terminate. . Worth 3 points. needs an explanation, not just an answer

    Says why the stopping test is stated in degrees rather than in numerical size, naming what changes with the input and what does not. . Worth 1 point.

    Try a similar problem (Optional)

    Same idea, different numbers. Work it on paper, then check yourself the same way.

    Forecast the degree and leading coefficient of the quotient for 3x4+x3+15x93x^4 + x^3 + 15x - 9 divided by x2x+3x^2 - x + 3, then carry the division out and check your pair by expanding.

  2. 2. Gaps on both sides of the bracket . Foundational, 11 points. Question 2 of 5.

    A tableau is column bookkeeping, so a power that never appears still needs a column held open for it. Here P(x)=x52x218x+9P(x) = x^5 - 2x^2 - 18x + 9 and D(x)=x25D(x) = x^2 - 5, and gaps occur on both sides of the division sign.

    1. Part A.

      Write both polynomials in the form the tableau needs, then divide PP by DD and report the quotient and the remainder.

      Write the expression An equation or an expression is enough here. Show how you built it. 4 points

    2. Part B.

      The termination argument promises only that a pass lowers the working remainder's degree by at least one, not by exactly one. Explain how a single pass can lower it by more than that, and say what such a pass leaves behind in the quotient.

      Explain why it works A sentence or two. Reasons, not steps. 3 points

    3. Part C.

      A classmate says that dividing a degree-55 polynomial by a degree-22 polynomial always takes exactly four passes of the loop, one for each power the quotient spans. Decide whether that is right, and justify your verdict.

      Justify your claim State the claim, then give the reason it has to be true. 4 points

    Hints

    One at a time, each one a step further than the last. Take only as many as you need.

    Answer and solution

    Check your answer first. If it is wrong, go back to your paper: the worked solution will still be here.

    Rubric

    Mark your own paper against this. Give yourself the points for each element you actually wrote down, not the ones you meant to.

    Part A 4 points

    Opens a column with an explicit zero coefficient for every power the dividend skips, and treats the divisor's own missing power the same way. . Worth 2 points.

    Produces a quotient and a remainder whose expansion rebuilds the dividend, with each pass subtracting the entire product and each product's terms written under the powers they carry. . Worth 2 points.

    Part B 3 points

    Explains that only the leading column is forced to cancel and that the next one down can cancel by coincidence, so the degree may fall by more than one in a single pass. . Worth 2 points. needs an explanation, not just an answer

    Says what a drop of more than one leaves behind in the quotient, naming both the coefficient it produces and which powers carry it. . Worth 1 point.

    Part C 4 points

    States a verdict and supports it by tying the number of passes to the quotient's nonzero coefficients rather than to the range of powers the quotient spans. . Worth 3 points. needs an explanation, not just an answer

    Backs the verdict with a specific division, or with an exact description of one, rather than only asserting what could happen in principle. . Worth 1 point.

    Try a similar problem (Optional)

    Same idea, different numbers. Work it on paper, then check yourself the same way.

    Divide x53x3+4x23x5x^5 - 3x^3 + 4x^2 - 3x - 5 by x22x^2 - 2, writing both polynomials for the tableau first, and say how many passes the loop took and why that count is not the one the quotient's degree suggests.

  3. 3. Recovering a height that was never measured . Application, 13 points. Question 3 of 5.

    A shop cuts rectangular blocks on a machine whose single dial reading is xx centimetres, set large enough that every measurement below comes out positive. Every block in the run stands on the same rectangular base, of area x2+4x3x^2 + 4x - 3 square centimetres, and the shop's records list only each block's volume. A height that was never written down has to be recovered from those two figures.

    1. Part A.

      The first block has volume x4+3x32x2+23x15x^4 + 3x^3 - 2x^2 + 23x - 15 cubic centimetres. Find an expression for its height, and say what your working establishes about the base area and the volume.

      Write the expression An equation or an expression is enough here. Show how you built it. 5 points

    2. Part B.

      A second block, on the same base, has volume 2x4+5x317x2+13x+42x^4 + 5x^3 - 17x^2 + 13x + 4 cubic centimetres. Divide again, and say what your result reports about a height for this block written as a polynomial in xx.

      Explain what it means Words, not just symbols. Say what the number is telling you about the situation. 3 points

    3. Part C.

      Explain how one division decides, once and for all, whether a given base area can carry a polynomial height for a given volume. Your explanation should say why a single division settles it, rather than leaving open the chance that some other height would have worked.

      Justify your claim State the claim, then give the reason it has to be true. 5 points

    Hints

    One at a time, each one a step further than the last. Take only as many as you need.

    Answer and solution

    Check your answer first. If it is wrong, go back to your paper: the worked solution will still be here.

    Rubric

    Mark your own paper against this. Give yourself the points for each element you actually wrote down, not the ones you meant to.

    Part A 5 points

    Sets the height up as the result of dividing the recorded volume by the base area, rather than subtracting the two or multiplying them. . Worth 2 points.

    Carries the division through to a working remainder the stopping condition accepts, with every pass subtracting the entire product. . Worth 2 points.

    Reports the height with its units, and says what the leftover the division produced establishes about the base area and the volume. . Worth 1 point.

    Part B 3 points

    Divides the second volume by the same base area and reports the quotient together with the leftover, rather than the quotient alone. . Worth 2 points.

    Reads the leftover back into the situation, saying what it establishes about the base area and the volume, and draws the consequence for a height written as a polynomial. . Worth 1 point.

    Part C 5 points

    Argues from the uniqueness of the quotient-and-remainder pair that any polynomial height would have to coincide with the one the division produced, so a nonzero leftover leaves no room for one. . Worth 3 points. needs an explanation, not just an answer

    States the resulting test in both directions, saying what an exact division supplies and what only an exact division permits. . Worth 2 points.

    Try a similar problem (Optional)

    Same idea, different numbers. Work it on paper, then check yourself the same way.

    Blocks in a second run stand on a base of area x22x+5x^2 - 2x + 5 square centimetres. Find the height of the block whose volume is x4+x3+x2+11x+10x^4 + x^3 + x^2 + 11x + 10 cubic centimetres, then decide whether a block of volume x4x3+2x2+10x1x^4 - x^3 + 2x^2 + 10x - 1 cubic centimetres can stand on that base with a polynomial height.

  4. 4. Two true sentences, one finished division . Reasoning, 12 points. Question 4 of 5.

    Both of these hold for every value of xx, as expanding either one confirms: x4+1=(x2+x+1)(x2x)+(x+1)x^4 + 1 = (x^2 + x + 1)(x^2 - x) + (x + 1) and x4+1=(x2+x+1)(x2x1)+(x2+2x+2)x^4 + 1 = (x^2 + x + 1)(x^2 - x - 1) + (x^2 + 2x + 2). Only one of them reports what long division returns for x4+1x^4 + 1 divided by x2+x+1x^2 + x + 1.

    1. Part A.

      Say which of the two identities reports the quotient and the remainder, and say what disqualifies the other.

      Justify your claim State the claim, then give the reason it has to be true. 3 points

    2. Part B.

      For each of the two leftovers, decide whether one further copy of the divisor can be taken out of it, and carry out any such step that is available. Do not run the tableau.

      Write the expression An equation or an expression is enough here. Show how you built it. 4 points

    3. Part C.

      Explain in general why a true identity P=DQ+RP = D\,Q + R can fail to report the quotient and the remainder, describe what to do to any such identity to reach the pair that does report them, and say why that repair always finishes.

      Explain why it works A sentence or two. Reasons, not steps. 5 points

    Hints

    One at a time, each one a step further than the last. Take only as many as you need.

    Answer and solution

    Check your answer first. If it is wrong, go back to your paper: the worked solution will still be here.

    Rubric

    Mark your own paper against this. Give yourself the points for each element you actually wrote down, not the ones you meant to.

    Part A 3 points

    Names the identity that reports the division's output and disqualifies the other by the degree of its leftover, not by rechecking the arithmetic of either line. . Worth 2 points. needs an explanation, not just an answer

    States the stopping condition being applied, including why a leftover of the divisor's own degree counts as unfinished. . Worth 1 point.

    Part B 4 points

    Splits whichever leftover admits it into one copy of the divisor plus what remains, and moves that copy into the quotient rather than discarding it, keeping the identity true throughout. . Worth 3 points.

    Says why the remaining leftover admits no such step, on grounds of degree rather than on grounds of the arithmetic being awkward. . Worth 1 point.

    Part C 5 points

    Shows that the identity on its own has many solutions, for instance by moving a polynomial from the quotient into the leftover and checking that the identity survives. . Worth 2 points. needs an explanation, not just an answer

    Describes the repair as repeatedly taking a copy of the divisor out of the leftover and adding it to the quotient, until the leftover's degree falls below the divisor's. . Worth 2 points.

    Says why the repair terminates, in terms of what each step does to the degree of the leftover. . Worth 1 point.

    Try a similar problem (Optional)

    Same idea, different numbers. Work it on paper, then check yourself the same way.

    The identity x43=(x2x+2)(x2+x2)+(x24x+1)x^4 - 3 = (x^2 - x + 2)(x^2 + x - 2) + (x^2 - 4x + 1) holds for every xx. Decide whether it reports the quotient and remainder for x43x^4 - 3 divided by x2x+2x^2 - x + 2, and if it does not, repair it without running the tableau.

  5. 5. An answer that passes the wrong checks . Reasoning, 12 points. Question 5 of 5.

    A student divided x5+2x4+2x3+3x24x+5x^5 + 2x^4 + 2x^3 + 3x^2 - 4x + 5 by x3+3x1x^3 + 3x - 1 and recorded three passes. First pass: quotient term x2x^2, product x5+3x3x2x^5 + 3x^3 - x^2, leaving 2x4x3+4x24x+52x^4 - x^3 + 4x^2 - 4x + 5. Second pass: quotient term 2x2x, product 2x4+6x32x22x^4 + 6x^3 - 2x^2, leaving 7x3+6x24x+5-7x^3 + 6x^2 - 4x + 5. Third pass: quotient term 7-7, product 7x321x+7-7x^3 - 21x + 7, leaving 6x2+17x26x^2 + 17x - 2. They reported the quotient x2+2x7x^2 + 2x - 7 and the remainder 6x2+17x26x^2 + 17x - 2.

    1. Part A.

      Find the first line of the student's work that does not follow, say what went wrong there, and give the correct quotient and remainder.

      Find and correct the error Say which line first goes wrong, why it is wrong, and then do it correctly. 5 points

    2. Part B.

      The student's reported answer passes several checks this lesson recommends: the quotient has the degree and the leading coefficient the bookkeeping predicts, and the leftover's degree is below the divisor's. Explain why those checks let the error through, and name the check that catches it.

      Explain why it works A sentence or two. Reasons, not steps. 3 points

    3. Part C.

      State exactly what a completed division has to satisfy in order to be the quotient and the remainder, and argue your statement in both directions: that the loop's output satisfies it, and that anything satisfying it is the loop's output.

      Justify your claim State the claim, then give the reason it has to be true. 4 points

    Hints

    One at a time, each one a step further than the last. Take only as many as you need.

    Answer and solution

    Check your answer first. If it is wrong, go back to your paper: the worked solution will still be here.

    Rubric

    Mark your own paper against this. Give yourself the points for each element you actually wrote down, not the ones you meant to.

    Part A 5 points

    Locates the first line that does not follow and names the specific fault in that line, rather than only asserting that the line is wrong or that a later line disagrees. . Worth 3 points.

    Reworks the division from the faulty line onward and reports a quotient and remainder that rebuild the dividend when expanded. . Worth 2 points.

    Part B 3 points

    Explains that the degree and leading-coefficient checks are conditions any correct answer meets, so passing them cannot certify an answer even though failing one would condemn it. . Worth 2 points. needs an explanation, not just an answer

    Names a check that tests the identity the answer claims rather than only the shape it must have, and says what its result is compared against. . Worth 1 point.

    Part C 4 points

    States both promises together as the test, rather than either one on its own. . Worth 2 points. needs an explanation, not just an answer

    Argues the test in both directions, using uniqueness for the direction that says nothing other than the loop's output can pass it. . Worth 2 points.

    Try a similar problem (Optional)

    Same idea, different numbers. Work it on paper, then check yourself the same way.

    Divide x5x4+2x3+5x29x+2x^5 - x^4 + 2x^3 + 5x^2 - 9x + 2 by x32xx^3 - 2x, then state the two-part test your answer has to pass and check it against both parts.