Math III · A-APR.1

Adding, Subtracting, and Multiplying Polynomials Beyond Quadratics

Polynomial arithmetic lets students build and combine models whose behavior is more complex than lines and parabolas.

Concept Algebra
Domain Arithmetic with Polynomials and Rational Expressions
Read time 8 minutes

What this learning objective is really asking you to learn

This objective opens Integrated Mathematics III by extending polynomial arithmetic beyond quadratics. Students have already worked with linear expressions, quadratics, factoring, and polynomial operations in simpler settings. Now the polynomial world expands. Instead of stopping at \(x^2\), students work with expressions such as

\[3x^4 - 2x^3 + 7x - 5\]

or

\[(x^2 + 3x - 1)(2x^3 - x + 4)\].

A polynomial is an expression made from variables raised to nonnegative integer powers, multiplied by coefficients, and combined by addition or subtraction. Terms like \(5x^3\), -2x, and 9 are polynomial terms. Terms like \(1/x\), \(\sqrt{x}\), or \(x^(1/2)\) are not polynomial terms because their powers are not nonnegative integers.

Adding and subtracting polynomials means combining like terms. Like terms have the same variable raised to the same power. For example, \(4x^3\) and \(-7x^3\) are like terms. \(4x^3\) and \(4x^2\) are not. Multiplying polynomials means using the distributive property so every term in one polynomial multiplies every term in the other.

The degree of a polynomial is the highest exponent with a nonzero coefficient. The degree matters because it gives clues about graph behavior, number of possible roots, number of possible turning points, and long-term growth. A quadratic has degree 2. A cubic has degree 3. A quartic has degree 4. Math III begins to treat these higher-degree objects as serious functions.

This objective is not only procedural. It is about closure and structure. Polynomials are closed under addition, subtraction, and multiplication. If you add, subtract, or multiply polynomials, the result is another polynomial. That makes polynomials a stable algebraic system. Students are learning to operate inside that system fluently.

Why students should learn this math

Students should learn polynomial arithmetic because polynomials are one of the main modeling languages of mathematics. Lines model constant rate of change. Quadratics model parabolic motion, area relationships, and one-turning-point behavior. Higher-degree polynomials can model more complex curves: growth with multiple turns, engineering shapes, approximations to complicated functions, and data trends.

Polynomial arithmetic is how these models are built and combined. If one polynomial represents revenue and another represents cost, subtracting them gives profit. If a polynomial represents a dimension and another represents another dimension, multiplying them can give area or volume. If two polynomial effects combine, adding them produces a total model. Polynomial operations are not just symbol manipulation; they represent combining structured quantities.

In science and engineering, polynomials are used for approximation. Many complicated functions can be approximated by polynomials over limited intervals. This is one of the big ideas behind Taylor polynomials in calculus. Computers often use polynomial approximations because they are easy to evaluate. Curves in animation, design, and data fitting can use polynomial pieces. A student who understands polynomial arithmetic is learning the grammar of a very useful class of functions.

Polynomials also prepare students for advanced algebra. Factoring, roots, division, the Remainder Theorem, graph sketching, and rational expressions all depend on polynomial operations. If students cannot add, subtract, and multiply polynomials accurately, later topics collapse. This objective is foundational for the entire Math III algebra arc.

The “why” is that polynomials are the next level of algebraic modeling after lines and quadratics. They let students describe richer behavior while still using a familiar operation system.

The historical machinery: polynomials as general algebraic forms

Polynomial equations have been central to algebra for centuries. Linear and quadratic equations were studied in ancient mathematics. Cubic and quartic equations became major achievements in Renaissance algebra. The search for solutions to polynomial equations drove the development of symbolic algebra, complex numbers, and eventually abstract algebra.

Polynomials were attractive because they are built from simple operations: addition, subtraction, multiplication, and powers by whole numbers. They are complicated enough to model rich behavior but structured enough to analyze. Mathematicians could ask about roots, factors, degree, identities, and transformations.

The development of polynomial notation allowed general reasoning. Instead of solving one numerical equation at a time, mathematicians could study forms such as \(ax^3 + bx^2 + cx + d\). This generality is one of algebra's great powers. The operations students perform in this objective are the basic moves that make that general theory possible.

In modern mathematics, polynomials remain central. They appear in algebra, calculus, numerical methods, computer graphics, coding theory, cryptography, and data fitting. Math III polynomial arithmetic is a gateway into that larger world.

Where this fits in the big map of mathematics

This objective begins the Math III course. That placement matters. Math III moves beyond the linear, quadratic, exponential, and geometric foundations of Math I and Math II into a broader function world: polynomials, rational expressions, radicals, logarithms, trigonometry, conics, modeling, and inference.

It connects backward to Objective 060, where students added, subtracted, and multiplied polynomials in Math II, mainly with quadratic emphasis. Now they extend that fluency to higher-degree cases.

It connects to seeing structure in expressions. Polynomial arithmetic is not only about expanding everything. Sometimes expanded form reveals degree and leading term. Sometimes factored form reveals roots. Students need both.

It connects forward to the Remainder Theorem, polynomial zeros, graph sketching, identities, the Binomial Theorem, and rational expressions. Every one of those topics assumes polynomial-operation fluency.

It connects to functions because every polynomial expression can define a polynomial function. Operations on polynomials become operations on functions.

The big-map role is algebraic expansion. Students are entering the higher-degree polynomial world that anchors much of Math III.

How to execute the skill technically

For addition and subtraction, align like terms by degree.

Example:

\[(3x^4 - 2x^2 + 7x - 1) + (5x^4 + 6x^3 + x^2 - 4)\]

Combine like terms:

\[8x^4 + 6x^3 - x^2 + 7x - 5\].

For subtraction, distribute the negative sign first.

\[(4x^3 - 2x + 9) - (x^3 + 5x^2 - 7x + 1)\]

becomes

\[4x^3 - 2x + 9 - x^3 - 5x^2 + 7x - 1\].

Combine:

\[3x^3 - 5x^2 + 5x + 8\].

For multiplication, use distribution. Every term in one polynomial must multiply every term in the other.

Example:

\[(x^2 + 3x - 2)(2x + 5)\].

Multiply:

\[x^2(2x + 5) + 3x(2x + 5) - 2(2x + 5)\].

This gives

\[2x^3 + 5x^2 + 6x^2 + 15x - 4x - 10\].

Combine:

\[2x^3 + 11x^2 + 11x - 10\].

Students should also track degree. When multiplying polynomials, the degree of the product is usually the sum of the degrees, unless leading terms cancel in special cases. A quadratic times a cubic usually produces a fifth-degree polynomial.

Interpreting polynomial operations in context

Suppose revenue is modeled by

\[R(x) = -2x^3 + 40x^2 + 100x\]

and cost is modeled by

\[C(x) = 15x^2 + 200x + 500\].

Profit is revenue minus cost:

\[P(x) = R(x) - C(x)\].

So

\[P(x) = -2x^3 + 40x^2 + 100x - 15x^2 - 200x - 500\].

Combine like terms:

\[P(x) = -2x^3 + 25x^2 - 100x - 500\].

This example shows subtraction as model-building. The operation is not arbitrary; it represents money in minus money out.

For an area example, suppose the length of a rectangle is \(x + 5\), and the width is \(x^2 - 3x + 2\). The area is the product:

\[A(x) = (x + 5)(x^2 - 3x + 2)\].

Multiplying gives

\[x^3 - 3x^2 + 2x + 5x^2 - 15x + 10\]

so

\[A(x) = x^3 + 2x^2 - 13x + 10\].

Polynomial multiplication can represent area, volume, and combined dimensions.

Polynomial multiplication as area and volume

Polynomial multiplication is easier to understand when students connect it to area. The product \((x + 3)(x + 5)\) can represent the area of a rectangle with side lengths \(x + 3\) and \(x + 5\). Expanding gives

\[x^2 + 5x + 3x + 15 = x^2 + 8x + 15\].

Each term corresponds to a piece of area: \(x^2\), 5x, 3x, and 15. This area model generalizes. Multiplying a binomial by a trinomial or two higher-degree polynomials is still distribution; there are just more pieces.

Volume models can also produce polynomial products. If a box has dimensions \(x\), \(x + 2\), and \(x + 5\), then its volume is

\[V(x) = x(x + 2)(x + 5)\].

First multiply \((x + 2)(x + 5) = x^2 + 7x + 10\). Then multiply by \(x\):

\[V(x) = x^3 + 7x^2 + 10x\].

The cubic term appears because volume is three-dimensional. This helps students see why higher-degree polynomials arise naturally from geometry.

Why degree matters

Degree is not just a label. It predicts broad behavior. A third-degree polynomial can have up to three real zeros and up to two turning points. A fourth-degree polynomial can have up to four real zeros and up to three turning points. The leading term controls end behavior. For large positive or negative inputs, the highest-degree term dominates the lower-degree terms.

For example, in

\[p(x) = 2x^5 - 100x^2 + 7\],

the term \(2x^5\) dominates for very large \(|x|\). The lower-degree terms matter near the middle, but the leading term controls the far-left and far-right behavior. This is why polynomial arithmetic is tied to graph interpretation.

Closure as a structural idea

When students add, subtract, or multiply polynomials, the result is always a polynomial. This closure property is useful because it means polynomials form a stable algebraic family under these operations. You can build more complicated polynomial models from simpler polynomial models without leaving the polynomial world.

This is not true for every operation. Dividing polynomials can produce rational expressions, which are a different family. Taking square roots of polynomials can produce radical expressions. So closure under addition, subtraction, and multiplication tells students which operations stay inside the system and which operations move beyond it.

A final example: combining polynomial models

Suppose one polynomial models production from Machine A:

\[A(t) = 2t^3 - t^2 + 5t\]

and another models production from Machine B:

\[B(t) = t^3 + 4t^2 - 2t + 8\].

Total production is

\[T(t) = A(t) + B(t)\].

Combine like terms:

\[T(t) = 3t^3 + 3t^2 + 3t + 8\].

This is a realistic reason to add polynomials: two modeled effects combine into one total model. If a third polynomial models waste or loss, subtracting it gives a net model. The algebra operation matches the real operation.

Common misconceptions and how to avoid them

One common mistake is combining unlike terms. \(x^3\) and \(x^2\) are not like terms.

Another mistake is forgetting to distribute a negative sign across every term during subtraction.

A third mistake is multiplying only first and last terms. Every term must multiply every term.

A fourth mistake is losing the zero-power constant term. Constants are polynomial terms too.

A fifth mistake is treating polynomial arithmetic as disconnected from functions. Polynomial expressions define polynomial functions, and operations on expressions often represent operations on models.

The big takeaway

Polynomial arithmetic extends algebra beyond lines and quadratics. Students add and subtract by combining like terms and multiply by distributing every term. The result remains a polynomial, showing closure. This fluency prepares students for polynomial division, factoring, graphing, roots, rational expressions, and advanced function modeling.

Problem Library

Problems in the App From This Objective

180 problems across 15 archetypes in the app.

combine like terms by degree.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Add higher-degree polynomials in standard form: (3x^4-2x^2+5)+(x^4+7x^2-9).

Problem 2

Add higher-degree polynomials in standard form: (2x^5+x^3-1)+(-x^5+4x^3+6).

Problem 3

Add higher-degree polynomials in standard form: (ax^4+bx)+(cx^4+dx).

Problem 4

Add higher-degree polynomials in standard form: polynomials with missing degrees.

Problem 5

Add higher-degree polynomials in standard form: (5x^3 - 2x^2 + 7x - 1) + (-3x^3 + 4x^2 - 5x + 8).

Problem 6

Add higher-degree polynomials in standard form: (6x^6 + 3x^4 - x^2 + 10) + (2x^6 - 5x^4 + 3x).

Open in simulator
Problem 7

Add higher-degree polynomials in standard form: (7x^5 - 4x) + (x^5 + 9x).

Problem 8

Add higher-degree polynomials in standard form: (10x^7 + 3) + (-4x^7 - 7).

Problem 9

Add higher-degree polynomials in standard form: (2x^4 + 3x^2 - 5) + (-2x^4 - 3x^2 + 10).

Problem 10

Add higher-degree polynomials in standard form: (x^3 - 5x^2 + 2x - 4) + (3x^3 + 5x^2 - 2x + 9).

Problem 11

Add higher-degree polynomials in standard form: (4x^5 + 2x^3 - 6) + (3x^4 - x^3 + 1).

Problem 12

Add higher-degree polynomials in standard form: (-x^2 - 3x + 5) + (-2x^2 + 5x - 2).

distribute negative signs and combine like terms.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Subtract higher-degree polynomials: (4x^4+3x^2-1)-(x^4-5x^2+7).

Problem 14

Subtract higher-degree polynomials: (2x^5-x+6)-(-3x^5+4x-2).

Problem 15

Subtract higher-degree polynomials: P(x)-Q(x).

Problem 16

Subtract higher-degree polynomials: (x^3+2x^2)-(5x^3-x^2+4).

Problem 17

Subtract higher-degree polynomials: (3x^2+2x-5)-(x^2-x+3).

Open in simulator
Problem 18

Subtract higher-degree polynomials: (5x^4-2x^3+x)-(5x^4+x^3-2x).

Problem 19

Subtract higher-degree polynomials: (7x^3+4x-1)-(2x^2-3x+5).

Problem 20

Subtract higher-degree polynomials: (x^5-3x^2+2)-(-2x^5+4x-1).

Problem 21

Subtract higher-degree polynomials: (-2x^4+5x^3-x+1)-(3x^4-2x^3+4x-7).

Problem 22

Subtract higher-degree polynomials: (6x^6-3x^3)-(-x^6+2x^3).

Problem 23

Subtract higher-degree polynomials: (4x^3-7x+9)-(4x^3-2x+1).

Problem 24

Subtract higher-degree polynomials: (x^4-2x^3+3x^2-4x+5)-(-x^4+x^3-x^2+x-1).

identify like terms across variables and powers.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Add or subtract multivariable polynomials: (3x^2y+2xy^2)-(x^2y-5xy^2).

Problem 26

Add or subtract multivariable polynomials: (a^2b+4ab^2)+(3a^2b-2ab^2).

Problem 27

Add or subtract multivariable polynomials: (2x^2+3xy-y^2)+(x^2-xy+4y^2).

Problem 28

Add or subtract multivariable polynomials: terms with different variable-power patterns.

Problem 29

Add or subtract multivariable polynomials: (5m^2n + 3mn^2 - 2m) + (2m^2n - mn^2 + 4m).

Problem 30

Add or subtract multivariable polynomials: (7p^3q - 2p^2q^2 + 5pq) - (3p^3q + p^2q^2 - 2pq).

Problem 31

Add or subtract multivariable polynomials: (x^2y + 2xy) + (3x^2y - xy) + (x^2y + 4xy).

Problem 32

Add or subtract multivariable polynomials: (4a^2b - ab^2) - (2a^2b + 3ab^2) + (a^2b - 2ab^2).

Problem 33

Add or subtract multivariable polynomials: (-5c^2d + 2cd^2) + (3c^2d - 4cd^2).

Open in simulator
Problem 34

Add or subtract multivariable polynomials: (6x^2y + 3xy - 7) - (2x^2y - xy + 5).

Problem 35

Add or subtract multivariable polynomials: (4r^2s + 2rs^2 + 3r^2s^2) + (r^2s - 5rs^2 - r^2s^2).

Problem 36

Add or subtract multivariable polynomials: (2xyz + 3xy - 4yz) - (xyz - xy + 2yz).

distribute coefficient and add exponents.
12 problems Warmup Practice Mixed Review Assessment
Problem 37

Multiply a monomial by a higher-degree polynomial: 3x^2(2x^4-x+5).

Problem 38

Multiply a monomial by a higher-degree polynomial: -2a^3(a^2+4a-1).

Problem 39

Multiply a monomial by a higher-degree polynomial: kx^m(ax^n+bx+c).

Problem 40

Multiply a monomial by a higher-degree polynomial: 5xy(2x^2y-3xy^2+1).

Problem 41

Multiply a monomial by a higher-degree polynomial: 4y(y^3+2y^2-7).

Problem 42

Multiply a monomial by a higher-degree polynomial: -3ab(2a^2b-5ab^3).

Problem 43

Multiply a monomial by a higher-degree polynomial: 7(p^2-3p+9).

Open in simulator
Problem 44

Multiply a monomial by a higher-degree polynomial: -x^3(x^4-2x^2+3x-1).

Problem 45

Multiply a monomial by a higher-degree polynomial: -4m^2n(3m^3n^2+mn-2).

Problem 46

Multiply a monomial by a higher-degree polynomial: 6z^2(3z^3-2z+5).

Problem 47

Multiply a monomial by a higher-degree polynomial: y(-y^2-4y+10).

Problem 48

Multiply a monomial by a higher-degree polynomial: 5x^2y(-3x^3y^2+2xy-4).

distribute each term and organize by degree.
12 problems Warmup Practice Mixed Review Assessment
Problem 49

Multiply a binomial by a higher-degree polynomial: (x+2)(x^3-3x+1).

Problem 50

Multiply a binomial by a higher-degree polynomial: (2x-1)(x^3+x^2+4).

Problem 51

Multiply a binomial by a higher-degree polynomial: (x-a)(x^3+bx+c).

Problem 52

Multiply a binomial by a higher-degree polynomial: (y+3)(y^4-y^2+2).

Problem 53

Multiply a binomial by a higher-degree polynomial: (x+1)(x^2+x+1).

Problem 54

Multiply a binomial by a higher-degree polynomial: (x-2)(x^3-x^2+x-1).

Problem 55

Multiply a binomial by a higher-degree polynomial: (x^2+1)(x^3-2x+3).

Problem 56

Multiply a binomial by a higher-degree polynomial: (3x+2)(x^3-2x^2+x-4).

Problem 57

Multiply a binomial by a higher-degree polynomial: (a-b)(a^3+a^2b+ab^2+b^3).

Problem 58

Multiply a binomial by a higher-degree polynomial: (4x-3)(2x^3+x^2-5x+1).

Problem 59

Multiply a binomial by a higher-degree polynomial: (x+5)(x^4-2x^2+7).

Open in simulator
Problem 60

Multiply a binomial by a higher-degree polynomial: (x-3)(x^3-2x^2-4x-1).

create and combine partial products.
12 problems Warmup Practice Mixed Review Assessment
Problem 61

Multiply two higher-degree polynomials: (x^2+2x+1)(x^3-x).

Problem 62

Multiply two higher-degree polynomials: (2x^2-1)(x^3+3x+4).

Problem 63

Multiply two higher-degree polynomials: (x^3+a)(x^2+b).

Open in simulator
Problem 64

Multiply two higher-degree polynomials: quadratic times cubic.

Problem 65

Multiply two higher-degree polynomials: (x^3-2x+1)(x^2+3).

Problem 66

Multiply two higher-degree polynomials: (x^4+2x^2-x+5)(x-1).

Problem 67

Multiply two higher-degree polynomials: (x^3+1)(x^3-1).

Problem 68

Multiply two higher-degree polynomials: (x^2-x+1)(x^2+x+1).

Problem 69

Multiply two higher-degree polynomials: (3x^2+x-2)(x^3-4).

Problem 70

Multiply two higher-degree polynomials: (2x^3-x)(3x^2+5x-1).

Problem 71

Multiply two higher-degree polynomials: (x^2+3x)(x^3-2x^2+5).

Problem 72

Multiply two higher-degree polynomials: (x^3+x^2+x+1)(x^2-1).

organize product terms systematically.
12 problems Warmup Practice Mixed Review Assessment
Problem 73

Use an area or box model for polynomial multiplication: (x+3)(x^2+2x+5).

Problem 74

Use an area or box model for polynomial multiplication: (2x-1)(x^2+4x+3).

Problem 75

Use an area or box model for polynomial multiplication: (a+b)(c+d+e).

Problem 76

Use an area or box model for polynomial multiplication: 3-by-3 polynomial factors.

Problem 77

Use an area or box model for polynomial multiplication: (x+2)(x+3).

Problem 78

Use an area or box model for polynomial multiplication: (y-4)(y+1).

Problem 79

Use an area or box model for polynomial multiplication: (x+1)(x^2-3x+2).

Problem 80

Use an area or box model for polynomial multiplication: (a^2+b)(a+b^2).

Problem 81

Use an area or box model for polynomial multiplication: (x^2-x+1)(x-2).

Problem 82

Use an area or box model for polynomial multiplication: (x^2+x+1)(x^2-x+1).

Problem 83

Use an area or box model for polynomial multiplication: (2x+3)(x-5).

Problem 84

Use an area or box model for polynomial multiplication: (3x-2)(x^2+x-4).

Open in simulator
recognize squares, cubes, and conjugate structures.
12 problems Warmup Practice Mixed Review Assessment
Problem 85

Use special products with higher powers: (x^2+3)^2.

Open in simulator
Problem 86

Use special products with higher powers: (2x^3-5)(2x^3+5).

Problem 87

Use special products with higher powers: (x+2)^3.

Problem 88

Use special products with higher powers: (a-b)^2.

Problem 89

Use special products with higher powers: (y^3-4)^2.

Problem 90

Use special products with higher powers: (3x^4+y^2)(3x^4-y^2).

Problem 91

Use special products with higher powers: (x-3)^3.

Problem 92

Use special products with higher powers: (2a^2+3b)^2.

Problem 93

Use special products with higher powers: (5m^2-2n^3)(5m^2+2n^3).

Problem 94

Use special products with higher powers: (2x+1)^3.

Problem 95

Use special products with higher powers: (3z^2-1)^2.

Problem 96

Use special products with higher powers: (x^2-y)^3.

track highest-degree terms and cancellation.
12 problems Warmup Practice Mixed Review Assessment
Problem 97

Determine degree and leading coefficient after operations: (3x^4+2)+(5x^4-x).

Problem 98

Determine degree and leading coefficient after operations: (2x^3+1)(-4x^2+x).

Problem 99

Determine degree and leading coefficient after operations: (5x^3+x)-(5x^3-2x^2).

Problem 100

Determine degree and leading coefficient after operations: degree m leading a times degree n leading b.

Problem 101

Determine degree and leading coefficient after operations: (-2x^5 + 3x^2) + (7x^5 - x).

Problem 102

Determine degree and leading coefficient after operations: (4x^3 - 2x) + (-4x^3 + 5x^2).

Problem 103

Determine degree and leading coefficient after operations: (6x^4 + x) - (2x^4 - 3).

Problem 104

Determine degree and leading coefficient after operations: (9x^6 - 5x^3) - (9x^6 + 2x).

Problem 105

Determine degree and leading coefficient after operations: (x^2 + 3)(x^3 - 2x).

Open in simulator
Problem 106

Determine degree and leading coefficient after operations: (-3x^2)(2x^4 + x^2 - 5).

Problem 107

Determine degree and leading coefficient after operations: (x^5 - 3x^4 + 2x) + (-x^5 + 3x^4 + x^2).

Problem 108

Determine degree and leading coefficient after operations: (7x^3 + 2x^2 - x) - (7x^3 - 2x^2 + 5).

use resulting degree and leading coefficient.
12 problems Warmup Practice Mixed Review Assessment
Problem 109

Determine end behavior after polynomial operations: product has leading term -2x^5.

Problem 110

Determine end behavior after polynomial operations: sum simplifies to leading term 4x^6.

Problem 111

Determine end behavior after polynomial operations: leading term -3x^4.

Problem 112

Determine end behavior after polynomial operations: odd degree with positive leading coefficient.

Problem 113

Determine end behavior after polynomial operations: odd degree with negative leading coefficient.

Problem 114

Determine end behavior after polynomial operations: the resulting polynomial has leading term 7x^8.

Problem 115

Determine end behavior after polynomial operations: even degree with negative leading coefficient.

Problem 116

Determine end behavior after polynomial operations: the difference results in a leading term of x^3.

Problem 117

Determine end behavior after polynomial operations: the quotient has a leading term of -5x^7.

Problem 118

Determine end behavior after polynomial operations: even degree with positive leading coefficient.

Open in simulator
Problem 119

Determine end behavior after polynomial operations: the product has a leading term of -x^2.

Problem 120

Determine end behavior after polynomial operations: the polynomial's highest degree term is 2x^9.

reason that operations produce another polynomial.
12 problems Warmup Practice Mixed Review Assessment
Problem 121

Explain polynomial closure under operations for addition.

Problem 122

Explain polynomial closure under operations for subtraction.

Problem 123

Explain polynomial closure under operations for multiplication.

Problem 124

Explain polynomial closure under operations for addition, subtraction, and multiplication.

Problem 125

Explain polynomial closure under operations for addition of polynomials.

Problem 126

Explain polynomial closure under operations for subtraction of polynomials.

Problem 127

Explain polynomial closure under operations for multiplication of a polynomial by a monomial.

Open in simulator
Problem 128

Explain polynomial closure under operations for multiplication of two polynomials.

Problem 129

Explain polynomial closure under operations for raising a polynomial to a positive integer power.

Problem 130

Explain polynomial closure under operations for adding a constant to a polynomial.

Problem 131

Explain polynomial closure under operations for multiplying a polynomial by a constant.

Problem 132

Explain polynomial closure under operations for finite sequence of polynomial additions and subtractions.

multiply or combine expressions and interpret terms.
12 problems Warmup Practice Mixed Review Assessment
Problem 133

Use polynomial operations in context: box dimensions x, x+2, and x+5; find volume.

Problem 134

Use polynomial operations in context: revenue price x and quantity x^2-3x+4.

Problem 135

Use polynomial operations in context: area of rectangle with sides x^2+1 and x+3.

Problem 136

Use polynomial operations in context: total distance from two motion polynomials.

Problem 137

Use polynomial operations in context: area of a square with side length 2x+3.

Problem 138

Use polynomial operations in context: volume of a rectangular prism with dimensions x-1, x+3, and 2x.

Problem 139

Use polynomial operations in context: total cost of two items, one costing x^2+5 and the other 3x-2.

Problem 140

Use polynomial operations in context: remaining quantity from an initial amount of 5x^2+2x-1 after removing 2x^2-x+3.

Problem 141

Use polynomial operations in context: perimeter of a rectangle with length 3x+1 and width x-4.

Open in simulator
Problem 142

Use polynomial operations in context: revenue from selling x+2 items at a price of x^2-x+1 each.

Problem 143

Use polynomial operations in context: area of a triangle with base 4x and height x+5.

Problem 144

Use polynomial operations in context: difference in population between two cities, city A with population 3x^3+x^2-7 and city B with population x^3-2x^2+x.

expand, reorder, and combine like terms.
12 problems Warmup Practice Mixed Review Assessment
Problem 145

Identify equivalent polynomial results after operations: x^4+2x^3+x^2 and x^2(x+1)^2.

Problem 146

Identify equivalent polynomial results after operations: (x+2)(x^2-2x+4) and x^3+8.

Problem 147

Identify equivalent polynomial results after operations: 2x^3+3x and x(2x^2+3).

Problem 148

Identify equivalent polynomial results after operations: expanded and partially factored forms.

Problem 149

Identify equivalent polynomial results after operations: (x-3)(x+3) and x^2-9.

Problem 150

Identify equivalent polynomial results after operations: (x-2)^2 and x^2-4x+4.

Open in simulator
Problem 151

Identify equivalent polynomial results after operations: x^2+5x+6 and (x+2)(x+3).

Problem 152

Identify equivalent polynomial results after operations: 3x(x^2-2x+1) and 3x^3-6x^2+3x.

Problem 153

Identify equivalent polynomial results after operations: (x-1)(x^2+x+1) and x^3-1.

Problem 154

Identify equivalent polynomial results after operations: (2x^2+3x) - (x^2-x) and x^2+4x.

Problem 155

Identify equivalent polynomial results after operations: (x+y)^2 and x^2+y^2.

Problem 156

Identify equivalent polynomial results after operations: x(x+1) + 2(x+1) and (x+1)(x+2).

apply order of operations with polynomial expressions.
12 problems Warmup Practice Mixed Review Assessment
Problem 157

Simplify the nested polynomial operation: 2(x^2+3x)-[x(x-4)+5].

Problem 158

Simplify the nested polynomial operation: (x+1)(x^2-2x+3)-(x^3-1).

Problem 159

Simplify the nested polynomial operation: 3[(x^2-1)+(2x^2+x)].

Problem 160

Simplify the nested polynomial operation: A(B+C)-D.

Problem 161

Simplify the nested polynomial operation: 4(y^2-2y+1) - [2y(y+3) - 7].

Problem 162

Simplify the nested polynomial operation: (2x-1)(x^2+x-2) - (2x^3-3x+5).

Problem 163

Simplify the nested polynomial operation: 5[(3a^2+2a)-(a^2-a+4)].

Problem 164

Simplify the nested polynomial operation: x(x^2-3xy+y^2) - y(x^2+xy-2y^2).

Problem 165

Simplify the nested polynomial operation: 3x[x(x+2) - (x^2-1)].

Problem 166

Simplify the nested polynomial operation: (6x^3 - 9x^2 + 12x) / 3 - 2x(x^2-x).

Problem 167

Simplify the nested polynomial operation: (x^2-x+1)(x+1) + (x^2+x+1)(x-1).

Problem 168

Simplify the nested polynomial operation: -2[3(x-y) - (x+2y)] + 5x.

Open in simulator
catch sign, exponent, distribution, and like-term mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 169

Correct the higher-degree polynomial arithmetic error: A student multiplies x^2*x^3 and gets x^6.

Problem 170

Correct the higher-degree polynomial arithmetic error: A student subtracts (x^3-4x+1) but changes only the first sign.

Problem 171

Correct the higher-degree polynomial arithmetic error: A student combines 3x^4 and 2x^3 as 5x^7.

Problem 172

Correct the higher-degree polynomial arithmetic error: A student squares (x^2+5) as x^4+25.

Problem 173

Correct the higher-degree polynomial arithmetic error: A student simplifies (x^3)^2 as x^5.

Problem 174

Correct the higher-degree polynomial arithmetic error: A student multiplies 3x(x^2-4) and gets 3x^3-4.

Problem 175

Correct the higher-degree polynomial arithmetic error: A student multiplies (x+3)(x-1) and gets x^2-3.

Problem 176

Correct the higher-degree polynomial arithmetic error: A student combines -5x^2 + 2x^2 as -7x^2.

Problem 177

Correct the higher-degree polynomial arithmetic error: A student simplifies (2x^3)^2 as 2x^6.

Problem 178

Correct the higher-degree polynomial arithmetic error: A student simplifies 2x^3 * (3x)^2 as 2x^3 * 3x^2 = 6x^5.

Open in simulator
Problem 179

Correct the higher-degree polynomial arithmetic error: A student adds 2x^2y and 3xy^2 and gets 5x^3y^3.

Problem 180

Correct the higher-degree polynomial arithmetic error: A student simplifies x^7 / x^3 as x^21.