8.1 Polynomial Division

Key Takeaways

  • MA.912.AR.1.4 requires dividing a polynomial by a monomial by splitting the numerator into separate terms and dividing each term's coefficient and variable part individually
  • The division rule (A + B + C) / D = A/D + B/D + C/D distributes the monomial divisor across every numerator term, not just the first one
  • When dividing like variable bases, subtract exponents: x^m / x^n = x^(m-n), and any nonzero quantity divided by itself equals 1 (not 0)
  • Simplifying rational expressions with a monomial denominator uses the same term-by-term division, and the result must respect domain restrictions where the original denominator is nonzero
  • Multiplying the quotient by the divisor should recover the original polynomial, providing a 10-second verification of sign and exponent accuracy
Last updated: July 2026

Quick Answer: MA.912.AR.1.4 asks you to divide a polynomial by a monomial by splitting the numerator into separate terms and dividing each term's coefficients and variable parts individually, then simplifying. On the Florida Algebra 1 EOC this benchmark sits inside the Non-Linear Relationships reporting category (31-38% of all 45-50 items) and frequently appears inside rational-expression simplification questions.

The Term-by-Term Division Rule

When you divide a polynomial by a monomial, you apply the distributive property in reverse. The expression (A + B + C) / D equals A/D + B/D + C/D. You split the numerator term-by-term, divide each coefficient by the divisor's coefficient, and subtract exponents on like variables using the Laws of Exponents from MA.912.NSO.1.1.

Worked example. Simplify (8x^3 + 12x^2 - 4x) / 4x.

TermDivision stepQuotient term
8x^38x^3 / 4x = (8/4) * x^(3-1)2x^2
12x^212x^2 / 4x = (12/4) * x^(2-1)3x
-4x-4x / 4x = (-4/4) * x^(1-1)-1

Final quotient: 2x^2 + 3x - 1.

The most common error on EOC items is dividing only the first term and leaving the remaining terms untouched. Every term in the numerator must be divided by the monomial divisor. A second common error is mishandling signs: the sign in front of each term travels with that term, so (-4x) / 4x yields -1, not +1.

Variable Exponent Rules in Division

Polynomial division leans directly on the Laws of Exponents. When dividing like bases, subtract exponents: x^m / x^n = x^(m-n). A term like x^5 / x^3 yields x^2. When the exponents are equal (x^3 / x^3), the result is 1, not 0, because any nonzero quantity divided by itself equals 1. When the divisor's exponent exceeds the numerator's, you get a negative exponent; on the EOC, answers are typically written with nonnegative exponents, so x^2 / x^5 = 1/x^3 (rewritten using the reciprocal property).

Worked example. Simplify (15a^4 b^3 - 10a^2 b^5 + 5ab) / 5ab.

  • 15a^4 b^3 / 5ab = 3a^3 b^2
  • -10a^2 b^5 / 5ab = -2ab^4
  • 5ab / 5ab = 1

Quotient: 3a^3 b^2 - 2ab^4 + 1. Notice the last term is 1, not 0. Students frequently drop it entirely, which changes the degree and the value of the expression at every input.

Simplifying Rational Expressions

A rational expression is a fraction whose numerator and denominator are polynomials. When the denominator is a monomial, term-by-term division reduces the expression to a polynomial. When the denominator is a binomial or larger polynomial, the B.E.S.T. Algebra 1 scope focuses on factoring numerator and denominator and canceling common factors.

Worked example. Simplify (x^2 - 9) / (x + 3).

Factor the numerator as a difference of squares: x^2 - 9 = (x + 3)(x - 3). Then (x + 3)(x - 3) / (x + 3) = x - 3, with the restriction x != -3 because division by zero is undefined. EOC items often pair the simplification with a domain-restriction follow-up, so state the excluded value explicitly.

Worked example. Simplify (6x^3 + 4x^2 - 2x) / 2x.

Divide each term by 2x: 3x^2 + 2x - 1. This is the AR.1.4 skill applied directly. If the original expression came from a word problem where x represents a physical quantity, x = 0 is excluded from the domain.

Common EOC Traps

  1. Forgetting the last term yields 1, not 0. When dividing 6x^2 by 2x^2 you get 3, and when dividing 2x^2 by 2x^2 you get 1. Students frequently write 0 or omit the term, producing a quotient of incorrect degree.
  2. Losing the sign. The expression (6x^2 - 4x) / 2x gives 3x - 2. Students often write 3x + 2 by dropping the negative carried by the -4x term.
  3. Subtracting exponents incorrectly. x^4 / x = x^3, not x^4. The divisor's exponent is 1 (implicit), so 4 - 1 = 3. A parallel trap: x^3 / x^3 = 1, not 0.
  4. Ignoring domain restrictions on rational expressions. If a variable value makes the original denominator zero, that value is excluded from the domain even after simplification. The simplified form x - 3 from (x^2 - 9)/(x + 3) is valid everywhere except x = -3.
  5. Dividing only the leading term. (8x^3 + 12x^2 - 4x) / 4x is not 2x^2 + 12x^2 - 4x. Every term divides.

Checking Your Work

Multiply your quotient by the divisor and confirm you recover the original polynomial. For (2x^2 + 3x - 1) * 4x = 8x^3 + 12x^2 - 4x, which matches the original numerator. This verification step takes about 10 seconds and catches most sign and exponent errors. On a computer-based exam with a scientific calculator allowed, you can also substitute a test value like x = 2 into both the original expression and your simplified quotient to confirm equality numerically.

Connection to Factoring

Polynomial division by a monomial is the inverse of distributing a monomial across a polynomial: 4x(2x^2 + 3x - 1) = 8x^3 + 12x^2 - 4x. Recognizing this inverse relationship helps you see that dividing out a common monomial factor is the same as factoring out the GCF, a skill you will use immediately in section 8.2 and again in quadratic solving in chapter 9. The EOC often sequences a division item followed by a factoring item to test whether you understand both directions of the same algebraic relationship.

Test Your Knowledge

What is the simplified form of (15x^3 - 10x^2 + 5x) / 5x?

A
B
C
D
Test Your Knowledge

Simplify (8a^4 b^2 - 4a^2 b^4) / 2a^2 b^2 and identify any domain restriction.

A
B
C
D
Test Your Knowledge

The expression (x^2 - 16) / (x + 4) simplifies to which of the following, and what value is excluded from the domain?

A
B
C
D
Test Your Knowledge

A student simplifies (6x^2 - 4x) / 2x and writes 3x + 2. What is the error?

A
B
C
D