Fatskills
Practice. Master. Repeat.
Study Guide: K-12 Math (US): 9-12 Algebra K-12 Math Polynomials Addsubtract polynomials
Source: https://www.fatskills.com/basic-mathematics/chapter/9-12-algebra-k-12-math-polynomials-addsubtract-polynomials

K-12 Math (US): 9-12 Algebra K-12 Math Polynomials Addsubtract polynomials

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

Study Guide: Adding and Subtracting Polynomials (Grade 9–12, Algebra)



1. The Driving Question

If you’re designing a roller coaster’s first drop—where the track swoops down and back up—how do you write the equation for its shape so engineers can build it exactly? And why can’t you just add the heights and slopes like regular numbers? What’s the rule that lets you combine these curved pieces without breaking the ride?


2. The Core Idea — Built, Not Listed

Imagine you’re stacking two LEGO roller coaster tracks side by side. The first track’s height at any point is given by 3x² + 2x + 5 (a big swoop down), and the second track’s height is –x² + 4x – 1 (a smaller bump up). To find the total height where they overlap, you don’t just add the numbers blindly—you match the types of pieces. The pieces (the big swoops) stack together, the x pieces (the slopes) stack together, and the plain numbers (the flat bases) stack together. That’s how polynomials work: you combine like terms—terms with the same variable raised to the same power—just like matching LEGO bricks by shape.

Key Vocabulary:
- Polynomial: An expression like 4x³ – 2x + 7 made of terms with variables raised to whole-number powers.
Example: The equation for the area of a rectangle with length x + 3 and width x – 2 is (x + 3)(x – 2), which expands to a polynomial.
Note (HS → College): In college algebra, polynomials can have fractional exponents (e.g., x^(1/2)), but in high school, exponents are always non-negative integers.


  • Like terms: Terms with the same variable and exponent, like 5x² and –3x².
    Example: In 2y³ + 7 – y³ + 4y, the like terms are 2y³ and –y³ (both have ), and 7 and 4y are not like terms.
    Note: In calculus, "like terms" extend to derivatives (e.g., 3x² and –2x² have the same derivative form).

  • Degree of a polynomial: The highest exponent in the polynomial.
    Example: The polynomial –5x⁴ + x² – 1 has degree 4 (from the x⁴ term).
    Note: In linear algebra, the degree helps classify polynomials in systems of equations (e.g., quadratic vs. cubic).

  • Standard form: Writing a polynomial with terms in order from highest to lowest degree.
    Example: x – 2x³ + 5 in standard form is –2x³ + x + 5.


3. Assessment Translation

How this appears on assessments:
- Classroom (formative): Short constructed-response problems like: "Simplify: (4x² – 3x + 2) + (–x² + 5x – 7). Show your work." - Proficient response: Combines like terms step-by-step, writes the final polynomial in standard form, and checks for errors (e.g., signs).
- Developing response: Misses a term (e.g., forgets the –7), combines unlike terms (e.g., adds and x), or loses a negative sign.


  • State standardized tests (e.g., PARCC, SBAC):
  • Multiple-choice: Distractors often include:
    1. Combining unlike terms (e.g., x² + x = 2x²).
    2. Dropping a term (e.g., forgetting the constant).
    3. Sign errors (e.g., –3x + 5x = –8x).
  • Short answer: May ask to explain why 3x² + 2x cannot be simplified further (testing understanding of like terms).

  • SAT/ACT:

  • SAT: Often embeds polynomial operations in word problems (e.g., area/volume models) or as a step in solving equations.
  • ACT: More likely to test direct simplification (e.g., "What is the sum of 2x² – x and x² + 3x – 4?").

Model Proficient Response:
Prompt: Simplify (2x³ – 5x + 1) – (x³ + 3x² – 4x).
Response: 1. Distribute the negative sign: 2x³ – 5x + 1 – x³ – 3x² + 4x.
2. Group like terms: (2x³ – x³) + (–3x²) + (–5x + 4x) + 1.
3. Combine: x³ – 3x² – x + 1.
Why it’s proficient: Shows all steps, handles signs correctly, and writes the final answer in standard form.


4. Mistake Taxonomy

Mistake 1: Combining Unlike Terms
Prompt: Simplify (3x² + 2x) + (x² + 5).
Common wrong answer: 5x² + 7x (combines 2x and 5).
Why it loses credit: The student treats 2x and 5 as like terms, ignoring that one has a variable and the other doesn’t.
Correct approach: - Only combine 3x² + x² = 4x² and 2x (no like term) and 5 (no like term).
- Final answer: 4x² + 2x + 5.

Mistake 2: Sign Errors with Subtraction
Prompt: Simplify (4x² – 3x + 2) – (x² + 5x – 1).
Common wrong answer: 3x² + 2x + 3 (forgets to distribute the negative to –1).
Why it loses credit: The student misses the sign change for the last term, turning –(–1) into +1 instead of +1.
Correct approach: - Distribute the negative: 4x² – 3x + 2 – x² – 5x + 1.
- Combine like terms: (4x² – x²) + (–3x – 5x) + (2 + 1) = 3x² – 8x + 3.

Mistake 3: Misreading the Problem Format
Prompt: "The polynomial for the height of a projectile is –5t² + 20t + 2. If another projectile is launched with height –2t² + 10t, what is the combined height of both projectiles at time t?" Common wrong answer: –7t² + 30t + 2 (adds the polynomials but misinterprets the question as "total height" when it’s actually asking for the sum of their heights).
Why it loses credit: The student doesn’t recognize that the question is asking for polynomial addition, not a real-world interpretation of "combined height." Correct approach: - Add the polynomials: (–5t² + 20t + 2) + (–2t² + 10t) = –7t² + 30t + 2.
- Note: The question is purely algebraic; no need to consider physics.


5. Connection Layer

  1. Within math: Polynomials → Factoring quadratics.
    Why it matters: Adding/subtracting polynomials is the first step in factoring (e.g., to factor x² + 5x + 6, you need to recognize it as (x + 2)(x + 3), which requires fluency with combining like terms).

  2. Across subjects: Polynomials → Physics (kinematics equations).
    Why it matters: The position of an object under constant acceleration is given by s(t) = ½at² + v₀t + s₀—a quadratic polynomial. Adding polynomials lets you model combined motions (e.g., two cars moving toward each other).

  3. Outside school: Polynomials → Computer graphics (3D modeling).
    Why it matters: Video game designers use Bezier curves (defined by polynomial equations) to create smooth shapes like car bodies or character faces. Adding/subtracting polynomials helps adjust these curves without recalculating from scratch.


6. The Stretch Question

If you add two polynomials of degree 3, is the result always a degree 3 polynomial? Why or why not? What about subtracting them?

Pointer toward the answer: - Start with examples: (x³ + 2x) + (–x³ + 5) = 5x + 5 (degree 1, not 3). The terms canceled out! - For subtraction, the same logic applies: (x³ + 2) – (x³ – 4) = 6 (degree 0).
- The key is whether the leading terms (the highest-degree terms) cancel each other. If they do, the degree drops. If not, the degree stays the same as the original polynomials.



ADVERTISEMENT