Math III · A-APR.4

Proving Polynomial Identities and Using Them to Describe Numerical Relationships

Polynomial identities show students that algebra can prove patterns once and then reuse them forever across infinitely many numbers.

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 asks students to prove and use polynomial identities. A polynomial identity is an equation involving polynomial expressions that is true for every value for which the expressions are defined. It is not merely true for one input or a few examples. It is structurally true.

For example,

\[(x + y)^2 = x^2 + 2xy + y^2\]

is a polynomial identity. If \(x = 3\) and \(y = 5\), both sides equal 64. But the identity is not true because it worked for 3 and 5. It is true because expanding \((x + y)(x + y)\) by the distributive property always gives \(x^2 + xy + xy + y^2\), which combines to \(x^2 + 2xy + y^2\).

Another famous identity is the difference of squares:

\[a^2 - b^2 = (a - b)(a + b)\].

This identity explains why \(99^2 - 1^2\) can be computed as \((99 - 1)(99 + 1) = 98 \cdot 100 = 9800\). It also explains why \(x^2 - 25\) factors as \((x - 5)(x + 5)\). One identity applies to infinitely many cases.

The objective asks students to prove identities. In high-school algebra, proof often means transforming one side of the equation into the other using valid algebraic properties. Students may expand, factor, combine like terms, or rearrange expressions. The point is not to test a few values. Testing values can suggest an identity, but it does not prove it. A proof must show why the relationship is always true.

The objective also asks students to use identities to solve or describe numerical relationships. This is the “why” behind the proof work. Polynomial identities are reusable machines. They can simplify mental arithmetic, factor expressions, reveal patterns, prove claims about numbers, support geometry formulas, and prepare students for later algebra.

Why students should learn this math

Students should learn polynomial identities because identities turn patterns into proof. Without identities, students may notice that some number tricks work but not know why. With identities, they can explain the pattern once and apply it broadly.

For example, the square of a number ending in 5 has a pattern:

\(25^2 = 625\), \(35^2 = 1225\), \(45^2 = 2025\).

This can be explained algebraically. A number ending in 5 can be written as \(10n + 5\). Its square is

\[(10n + 5)^2 = 100n^2 + 100n + 25 = 100n(n + 1) + 25\].

This identity explains the mental trick: multiply the tens digit by the next integer and append 25. The pattern is not magic; it is algebra.

Polynomial identities also help with efficient computation. To calculate \(103^2\), use

\[(100 + 3)^2 = 10000 + 600 + 9 = 10609\].

To calculate \(52 \cdot 48\), use difference of squares:

\[52 \cdot 48 = (50 + 2)(50 - 2) = 50^2 - 2^2 = 2500 - 4 = 2496\].

These examples matter because they show algebra as a thinking tool, not just a worksheet task.

Identities also prepare students for advanced math. Factoring identities are used to solve equations. Trigonometric identities are central in Math III and beyond. Calculus uses algebraic identities to simplify expressions before taking limits or derivatives. Computer algebra systems use identities to rewrite expressions. Engineering formulas often depend on algebraic equivalence.

The deeper reason is that identities teach students reusable reasoning. A solved numerical problem gives one answer. A proved identity explains infinitely many numerical relationships. That is a major mathematical upgrade.

The historical machinery: identities as compressed proof

Polynomial identities have been used for centuries because they compress recurring patterns. Ancient geometric algebra often represented identities visually. For example, \((a + b)^2 = a^2 + 2ab + b^2\) can be shown as the area of a square with side length \(a + b\), decomposed into two smaller squares and two rectangles. The algebraic identity and the geometric area model tell the same story.

As symbolic algebra developed, identities became easier to write and manipulate. Instead of drawing a diagram every time, mathematicians could write general expressions and prove equivalence by transformation. This allowed algebra to become a general-purpose language for proof.

Identities also became central in number theory. Many claims about evenness, divisibility, sums, and products can be proved using polynomial identities. For example, the difference of squares identity explains why the difference between consecutive squares is odd:

\[(n + 1)^2 - n^2 = 2n + 1\].

This is always odd because it is one more than an even number.

The historical lesson is that identities are not decoration. They are mathematical infrastructure. They let people see why patterns are true.

Where this fits in the big map of mathematics

This objective follows polynomial graphing and precedes the Binomial Theorem. That placement is logical. Students have learned to operate on polynomials and read factors. Now they learn to prove general polynomial relationships.

It connects backward to earlier expression structure. Students have already used identities like difference of squares and perfect-square trinomials. This objective makes the proof aspect explicit.

It connects to complex numbers. Objective 117 extended polynomial identities to complex numbers. The same identity may operate across different number systems, which shows the power of structure.

It connects forward to the Binomial Theorem. The expansions of \((x + y)^2\), \((x + y)^3\), and \((x + y)^n\) are polynomial identities. The Binomial Theorem generalizes a whole family of identities.

It connects to proof. Algebraic proof is one of the main bridges from calculation to mathematical reasoning.

It connects to modeling because equivalent forms reveal different features. One identity may show area, another may show factors, another may show a numerical shortcut.

The big-map role is reusable algebraic truth. Students learn that proving a structure once gives power over infinitely many examples.

How to execute the skill technically

To prove a polynomial identity, use valid algebraic transformations. A common strategy is to start with the more complicated side and transform it into the simpler side.

Example: prove

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

Start with the left side:

\[(x + 3)(x - 3)\].

Distribute:

\[x^2 - 3x + 3x - 9\].

Combine like terms:

\[x^2 - 9\].

This matches the right side, so the identity is proved.

Another example: prove

\[(x + 2)^2 - (x - 2)^2 = 8x\].

Expand both squares:

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

Distribute the subtraction:

\[x^2 + 4x + 4 - x^2 + 4x - 4\].

Combine like terms:

8x.

So the identity is true for all \(x\).

Students can also use identities to describe numerical patterns. For example, the difference between squares of two numbers that differ by 2:

\[(n + 1)^2 - (n - 1)^2 = 4n\].

This says that the difference is four times the middle number. For \(n = 10\), \(11^2 - 9^2 = 121 - 81 = 40\), which is \(4(10)\).

Worked example: proving a number pattern

Claim: The product of two numbers equally spaced from a center \(n\) is \(n^2 - d^2\).

The two numbers are \(n + d\) and \(n - d\). Their product is

\[(n + d)(n - d)\].

Using difference of squares:

\[(n + d)(n - d) = n^2 - d^2\].

This explains mental arithmetic like

\[47 \cdot 53 = (50 - 3)(50 + 3) = 50^2 - 3^2 = 2500 - 9 = 2491\].

The identity describes the relationship generally. Any two numbers equally spaced around a center multiply to the square of the center minus the square of the distance.

Identity versus equation

Students must distinguish identities from ordinary equations. The equation \(x^2 - 9 = 0\) is true only for certain values of \(x\), namely \(x = 3\) and \(x = -3\). The identity \(x^2 - 9 = (x - 3)(x + 3)\) is true for every value of \(x\).

This distinction matters. Solving an equation finds values that make a statement true. Proving an identity shows two expressions are always equivalent. Confusing these two leads to weak algebraic reasoning.

Geometric proof of a polynomial identity

The identity

\[(a + b)^2 = a^2 + 2ab + b^2\]

can be proved visually with area. Draw a square whose side length is \(a + b\). Its total area is \((a + b)^2\). Now split each side into lengths \(a\) and \(b\). The square breaks into four pieces: an \(a\) by \(a\) square with area \(a^2\), two rectangles each with area \(ab\), and a \(b\) by \(b\) square with area \(b^2\). The total area is therefore

\[a^2 + ab + ab + b^2 = a^2 + 2ab + b^2\].

This proof is valuable because it shows that polynomial identities are not only symbolic. They can represent geometry. When students see the diagram, the middle term 2ab stops feeling mysterious. It is the two rectangular regions created by splitting the square.

A website or app should absolutely include this as an interactive tile model. Let students drag the values of \(a\) and \(b\) and watch the four regions resize. The identity becomes visible.

Identities as error detectors

Polynomial identities also help students detect common mistakes. A frequent error is writing

\[(x + y)^2 = x^2 + y^2\].

The area model shows why this is wrong: it leaves out the two rectangles with total area 2xy. Algebraically, expanding also shows the missing term:

\[(x + y)(x + y) = x^2 + xy + xy + y^2\].

This kind of identity knowledge protects students from false shortcuts. In advanced math, many errors come from applying invalid “rules” that look plausible. Identities give students tested structures they can trust.

Using identities in proof-style number reasoning

Polynomial identities are also useful for divisibility and parity arguments. For example, prove that the difference between the squares of consecutive integers is odd:

\[(n + 1)^2 - n^2 = n^2 + 2n + 1 - n^2 = 2n + 1\].

Since 2n is even, \(2n + 1\) is odd. The identity proves the claim for every integer \(n\).

Or prove that the sum of the first \(n\) odd numbers is \(n^2\). This can be shown visually with square growth, but it is also connected to the fact that consecutive square differences are odd. Polynomial identities are a bridge between algebra and number theory.

Why proving identities matters for later trigonometry

Math III later includes trigonometric identities. Students who learn polynomial identities only as expansion exercises are not ready for trig identity proof. The habit is the same: transform one side into another using known equivalences. The expressions change, but the reasoning structure continues. Polynomial identities are a safer training ground because the algebraic rules are familiar.

Common misconceptions and how to avoid them

One common mistake is proving an identity by checking a few numbers. Examples can support a pattern, but they do not prove it for all values.

Another mistake is performing illegal operations on only one side without preserving equivalence. In identity proof, each transformation must be justified.

A third mistake is confusing an identity with an equation to solve. Identities are always true; equations may be true only for some values.

A fourth mistake is expanding everything when factoring would reveal the identity faster. Choose the form that shows the structure.

A fifth mistake is losing signs when subtracting expressions in parentheses.

The big takeaway

Polynomial identities are always-true algebraic relationships. Proving them shows why numerical patterns work, and using them gives efficient ways to factor, compute, and reason. Identities are one of the clearest examples of algebra as reusable proof rather than one-problem calculation.

Problem Library

Problems in the App From This Objective

198 problems across 15 archetypes in the app.

expand both sides and compare.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Verify the polynomial identity by expansion: (x+2)^2=x^2+4x+4.

Problem 2

Verify the polynomial identity by expansion: (a-b)(a+b)=a^2-b^2.

Problem 3

Verify the polynomial identity by expansion: (x+1)^3=x^3+3x^2+3x+1.

Problem 4

Verify the polynomial identity by expansion: two sides of proposed identity.

Problem 5

Verify the polynomial identity by expansion: (2x-3)^2=4x^2-12x+9.

Problem 6

Verify the polynomial identity by expansion: (x-5)(x+3)=x^2-2x-15.

Open in simulator
Problem 7

Verify the polynomial identity by expansion: (a+b)^2=a^2+2ab+b^2.

Problem 8

Verify the polynomial identity by expansion: (x-y)^3=x^3-3x^2y+3xy^2-y^3.

Problem 9

Verify the polynomial identity by expansion: (x+2)(x^2-2x+4)=x^3+8.

Problem 10

Verify the polynomial identity by expansion: (3x+1)(2x-5)=6x^2-13x-5.

Problem 11

Verify the polynomial identity by expansion: (x^2+4)(x^2-4)=x^4-16.

Problem 12

Verify the polynomial identity by expansion: (x+y+1)^2=x^2+y^2+1+2xy+2x+2y.

multiply `(a+b)^2` or `(a-b)^2`.
15 problems Warmup Practice Mixed Review Assessment
Problem 13

Prove the binomial square identity: (a+b)^2.

Problem 14

Prove the binomial square identity: (a-b)^2.

Problem 15

Prove the binomial square identity: (x+3)^2.

Problem 16

Prove the binomial square identity: (u-v)^2.

Problem 17

Prove the binomial square identity: (x+y)^2.

Problem 18

Prove the binomial square identity: (p-q)^2.

Problem 19

Prove the binomial square identity: (m+n)^2.

Problem 20

Prove the binomial square identity: (k-l)^2.

Problem 21

Prove the binomial square identity: (x+5)^2.

Problem 22

Prove the binomial square identity: (y-2)^2.

Problem 23

Prove the binomial square identity: (2a+b)^2.

Problem 24

Prove the binomial square identity: (x-3y)^2.

Problem 25

Prove the binomial square identity: (3m+2n)^2.

Problem 26

Prove the binomial square identity: (4p-q)^2.

Problem 27

Prove the binomial square identity: (5x+1)^2.

Open in simulator
multiply conjugates.
15 problems Warmup Practice Mixed Review Assessment
Problem 28

Prove the difference-of-squares identity for (a-b)(a+b).

Problem 29

Prove the difference-of-squares identity for x^2-16.

Problem 30

Prove the difference-of-squares identity for 9y^2-25.

Problem 31

Prove the difference-of-squares identity for A^2-B^2.

Problem 32

Prove the difference-of-squares identity for (p-q)(p+q).

Problem 33

Prove the difference-of-squares identity for (2x-3)(2x+3).

Problem 34

Prove the difference-of-squares identity for m^4-n^4.

Problem 35

Prove the difference-of-squares identity for (5u-v)(5u+v).

Problem 36

Prove the difference-of-squares identity for 1-y^2.

Problem 37

Prove the difference-of-squares identity for (x-1)(x+1).

Problem 38

Prove the difference-of-squares identity for 49-z^2.

Problem 39

Prove the difference-of-squares identity for 36a^2-49b^2.

Open in simulator
Problem 40

Prove the difference-of-squares identity for (x^2-y^2)(x^2+y^2).

Problem 41

Prove the difference-of-squares identity for 100x^2-1.

Problem 42

Prove the difference-of-squares identity for (3k-4j)(3k+4j).

multiply candidate factors.
15 problems Warmup Practice Mixed Review Assessment
Problem 43

Prove the sum or difference of cubes identity: a^3+b^3=(a+b)(a^2-ab+b^2).

Problem 44

Prove the sum or difference of cubes identity: a^3-b^3=(a-b)(a^2+ab+b^2).

Problem 45

Prove the sum or difference of cubes identity: x^3+8.

Problem 46

Prove the sum or difference of cubes identity: 27y^3-1.

Problem 47

Prove the sum or difference of cubes identity: p^3+q^3=(p+q)(p^2-pq+q^2).

Problem 48

Prove the sum or difference of cubes identity: m^3-n^3=(m-n)(m^2+mn+n^2).

Problem 49

Prove the sum or difference of cubes identity: (u+v)(u^2-uv+v^2)=u^3+v^3.

Problem 50

Prove the sum or difference of cubes identity: (c-d)(c^2+cd+d^2)=c^3-d^3.

Problem 51

Prove the sum or difference of cubes identity: x^3+27.

Problem 52

Prove the sum or difference of cubes identity: 8z^3+1.

Open in simulator
Problem 53

Prove the sum or difference of cubes identity: 64-y^3.

Problem 54

Prove the sum or difference of cubes identity: 125a^3-8b^3.

Problem 55

Prove the sum or difference of cubes identity: 1+64k^3.

Problem 56

Prove the sum or difference of cubes identity: 27x^3-8y^3.

Problem 57

Prove the sum or difference of cubes identity: 1000+p^3.

rewrite numbers around convenient bases.
12 problems Warmup Practice Mixed Review Assessment
Problem 58

Use a polynomial identity for mental computation: 101^2.

Problem 59

Use a polynomial identity for mental computation: 99*101.

Problem 60

Use a polynomial identity for mental computation: 52^2.

Problem 61

Use a polynomial identity for mental computation: 203^2-197^2.

Problem 62

Use a polynomial identity for mental computation: 98^2.

Problem 63

Use a polynomial identity for mental computation: 31^2.

Problem 64

Use a polynomial identity for mental computation: 48*52.

Problem 65

Use a polynomial identity for mental computation: 75^2-25^2.

Problem 66

Use a polynomial identity for mental computation: 19^2.

Problem 67

Use a polynomial identity for mental computation: 101^3.

Problem 68

Use a polynomial identity for mental computation: 99^3.

Problem 69

Use a polynomial identity for mental computation: 105^2-95^2.

Open in simulator
recognize structure and apply identity.
12 problems Warmup Practice Mixed Review Assessment
Problem 70

Use an identity to factor polynomial x^2-25.

Problem 71

Use an identity to factor polynomial 8x^3+27.

Problem 72

Use an identity to factor polynomial x^4-16.

Open in simulator
Problem 73

Use an identity to factor polynomial a perfect square trinomial.

Problem 74

Use an identity to factor polynomial 4y^2 - 49.

Problem 75

Use an identity to factor polynomial y^3 - 64.

Problem 76

Use an identity to factor polynomial x^2 + 10x + 25.

Problem 77

Use an identity to factor polynomial 9m^2 - 12m + 4.

Problem 78

Use an identity to factor polynomial 125a^3 + 8b^3.

Problem 79

Use an identity to factor polynomial 16x^2 - 81y^2.

Problem 80

Use an identity to factor polynomial 27x^3 - 1.

Problem 81

Use an identity to factor polynomial x^6 - y^6.

factor via identity and apply zero-product property.
12 problems Warmup Practice Mixed Review Assessment
Problem 82

Use an identity to solve polynomial equation x^2-49=0.

Problem 83

Use an identity to solve polynomial equation x^3+8=0.

Problem 84

Use an identity to solve polynomial equation (x+1)^2-16=0.

Problem 85

Use an identity to solve polynomial equation a^2-b^2=0 form.

Problem 86

Use an identity to solve polynomial equation x^2-100=0.

Problem 87

Use an identity to solve polynomial equation 4x^2-25=0.

Problem 88

Use an identity to solve polynomial equation x^3+27=0.

Problem 89

Use an identity to solve polynomial equation x^3-64=0.

Problem 90

Use an identity to solve polynomial equation (x-2)^2-9=0.

Problem 91

Use an identity to solve polynomial equation 9x^2-(x+1)^2=0.

Open in simulator
Problem 92

Use an identity to solve polynomial equation 8x^3+1=0.

Problem 93

Use an identity to solve polynomial equation 27x^3-8=0.

connect algebraic identity to area or volume model.
12 problems Warmup Practice Mixed Review Assessment
Problem 94

Use an identity to describe the geometric relationship: square side a+b.

Open in simulator
Problem 95

Use an identity to describe the geometric relationship: difference of two square areas.

Problem 96

Use an identity to describe the geometric relationship: cube side a+b.

Problem 97

Use an identity to describe the geometric relationship: difference of cube volumes.

Problem 98

Use an identity to describe the geometric relationship: square side a-b.

Problem 99

Use an identity to describe the geometric relationship: cube side a-b.

Problem 100

Use an identity to describe the geometric relationship: sum of cube volumes.

Problem 101

Use an identity to describe the geometric relationship: square side a+b+c.

Problem 102

Use an identity to describe the geometric relationship: rectangle with sides (x+a) and (x+b).

Problem 103

Use an identity to describe the geometric relationship: rectangle with sides (a+b) and (c+d).

Problem 104

Use an identity to describe the geometric relationship: difference between areas of squares with sides (a+b) and (a-b).

Problem 105

Use an identity to describe the geometric relationship: difference between volumes of cubes with sides (a+b) and (a-b).

infer coefficients and structure.
12 problems Warmup Practice Mixed Review Assessment
Problem 106

Complete missing terms in the polynomial identity: (x+5)^2=x^2+__x+25.

Problem 107

Complete missing terms in the polynomial identity: a^3-b^3=(a-b)(a^2+__+b^2).

Problem 108

Complete missing terms in the polynomial identity: (2x-3)^2=4x^2+__+9.

Problem 109

Complete missing terms in the polynomial identity: a^3+b^3=(a+b)(a^2-__+b^2).

Problem 110

Complete missing terms in the polynomial identity: x^2-9=(x-3)(x+__).

Problem 111

Complete missing terms in the polynomial identity: (3y+1)^2=9y^2+__y+1.

Problem 112

Complete missing terms in the polynomial identity: (x+2)^3=x^3+6x^2+__x+8.

Problem 113

Complete missing terms in the polynomial identity: (y-1)^3=y^3-3y^2+__y-1.

Problem 114

Complete missing terms in the polynomial identity: __-49=(z-7)(z+7).

Open in simulator
Problem 115

Complete missing terms in the polynomial identity: x^3+27=(x+3)(x^2-3x+__).

Problem 116

Complete missing terms in the polynomial identity: __-20x+25=(2x-5)^2.

Problem 117

Complete missing terms in the polynomial identity: (2m+n)^3=8m^3+__m^2n+6mn^2+n^3.

test expansion or counterexample.
12 problems Warmup Practice Mixed Review Assessment
Problem 118

Determine whether the proposed equation is an identity: (x+1)^2=x^2+2x+1.

Problem 119

Determine whether the proposed equation is an identity: (x+1)^2=x^2+1.

Open in simulator
Problem 120

Determine whether the proposed equation is an identity: x^2=4.

Problem 121

Determine whether the proposed equation is an identity: (a-b)(a+b)=a^2-b^2.

Problem 122

Determine whether the proposed equation is an identity: 2(x+3) = 2x+6.

Problem 123

Determine whether the proposed equation is an identity: (x-3)^2 = x^2-6x+9.

Problem 124

Determine whether the proposed equation is an identity: x+5 = 10.

Problem 125

Determine whether the proposed equation is an identity: x^2 = x.

Problem 126

Determine whether the proposed equation is an identity: (x+y)^2 = x^2+y^2.

Problem 127

Determine whether the proposed equation is an identity: 3x-x = 2x.

Problem 128

Determine whether the proposed equation is an identity: sqrt(x^2) = x.

Problem 129

Determine whether the proposed equation is an identity: (x+4)(x-4) = x^2-16.

transform one side structurally.
15 problems Warmup Practice Mixed Review Assessment
Problem 130

Prove the identity using factoring instead of expansion: x^2-9=(x-3)(x+3).

Problem 131

Prove the identity using factoring instead of expansion: x^3+8=(x+2)(x^2-2x+4).

Problem 132

Prove the identity using factoring instead of expansion: a^2+2ab+b^2=(a+b)^2.

Problem 133

Prove the identity using factoring instead of expansion: common-factor identity.

Problem 134

Prove the identity using factoring instead of expansion: 4y^2-25=(2y-5)(2y+5).

Problem 135

Prove the identity using factoring instead of expansion: y^3-27=(y-3)(y^2+3y+9).

Problem 136

Prove the identity using factoring instead of expansion: m^2-6m+9=(m-3)^2.

Problem 137

Prove the identity using factoring instead of expansion: 3x+6y=3(x+2y).

Problem 138

Prove the identity using factoring instead of expansion: xy+xz+wy+wz=(x+w)(y+z).

Problem 139

Prove the identity using factoring instead of expansion: x^2+7x+10=(x+2)(x+5).

Problem 140

Prove the identity using factoring instead of expansion: 2x^2+7x+3=(2x+1)(x+3).

Open in simulator
Problem 141

Prove the identity using factoring instead of expansion: (a+b)^2-c^2=(a+b-c)(a+b+c).

Problem 142

Prove the identity using factoring instead of expansion: 8a^3+b^3=(2a+b)(4a^2-2ab+b^2).

Problem 143

Prove the identity using factoring instead of expansion: 2x^2-18=2(x-3)(x+3).

Problem 144

Prove the identity using factoring instead of expansion: 3y^2-12y+12=3(y-2)^2.

factor numerator/denominator using identity.
15 problems Warmup Practice Mixed Review Assessment
Problem 145

Use an identity to simplify rational expression (x^2-9)/(x-3).

Problem 146

Use an identity to simplify rational expression (a^3-b^3)/(a-b).

Problem 147

Use an identity to simplify rational expression (x^2+2x+1)/(x+1).

Problem 148

Use an identity to simplify rational expression difference of squares over one factor.

Problem 149

Use an identity to simplify rational expression (x^2 - 16) / (x+4).

Problem 150

Use an identity to simplify rational expression (4y^2 - 25) / (2y-5).

Problem 151

Use an identity to simplify rational expression (9m^2 - 1) / (3m+1).

Problem 152

Use an identity to simplify rational expression (1 - p^2) / (1-p).

Problem 153

Use an identity to simplify rational expression (x^3 + 8) / (x+2).

Problem 154

Use an identity to simplify rational expression (y^3 - 27) / (y-3).

Problem 155

Use an identity to simplify rational expression (8a^3 + 1) / (2a+1).

Problem 156

Use an identity to simplify rational expression (64 - b^3) / (4-b).

Open in simulator
Problem 157

Use an identity to simplify rational expression (x^2 - 4x + 4) / (x-2).

Problem 158

Use an identity to simplify rational expression (y^2 - 10y + 25) / (y-5).

Problem 159

Use an identity to simplify rational expression (4m^2 + 4m + 1) / (2m+1).

distinguish identity from equation with limited solutions.
12 problems Warmup Practice Mixed Review Assessment
Problem 160

Interpret identity validity for all variable values: (x+2)^2=x^2+4x+4.

Problem 161

Interpret identity validity for all variable values: x^2=9.

Problem 162

Interpret identity validity for all variable values: a^2-b^2=(a-b)(a+b).

Problem 163

Interpret identity validity for all variable values: two expressions match after simplification.

Problem 164

Interpret identity validity for all variable values: (x+1)^3 = x^3+3x^2+3x+1.

Problem 165

Interpret identity validity for all variable values: 2x+5=11.

Problem 166

Interpret identity validity for all variable values: 3(y-4) = 3y-12.

Problem 167

Interpret identity validity for all variable values: (x-5)^2=0.

Open in simulator
Problem 168

Interpret identity validity for all variable values: x^3-y^3 = (x-y)(x^2+xy+y^2).

Problem 169

Interpret identity validity for all variable values: x/x = 1.

Problem 170

Interpret identity validity for all variable values: (a+b)(a^2-ab+b^2) = a^3+b^3.

Problem 171

Interpret identity validity for all variable values: sqrt(x)=2.

identify square, cube, conjugate, or grouping structure.
12 problems Warmup Practice Mixed Review Assessment
Problem 172

Choose the identity that fits expression x^2-36.

Problem 173

Choose the identity that fits expression 8a^3+27.

Problem 174

Choose the identity that fits expression x^2+10x+25.

Open in simulator
Problem 175

Choose the identity that fits expression (2x-1)(2x+1).

Problem 176

Choose the identity that fits expression 4y^2 - 49.

Problem 177

Choose the identity that fits expression y^3 + 64.

Problem 178

Choose the identity that fits expression 27m^3 - 8.

Problem 179

Choose the identity that fits expression x^2 - 12x + 36.

Problem 180

Choose the identity that fits expression 9x^2 + 24x + 16.

Problem 181

Choose the identity that fits expression (3b+5)(3b-5).

Problem 182

Choose the identity that fits expression 64x^3 - 125y^3.

Problem 183

Choose the identity that fits expression 4y^2 - 20y + 25.

catch expansion, sign, coefficient, and all-values reasoning mistakes.
15 problems Warmup Practice Mixed Review Assessment
Problem 184

Correct the polynomial-identity proof error: A proof expands (a+b)^2 as a^2+b^2.

Problem 185

Correct the polynomial-identity proof error: A proof uses a^3+b^3=(a+b)(a^2+ab+b^2).

Problem 186

Correct the polynomial-identity proof error: A proof checks only x=1 to prove an identity.

Problem 187

Correct the polynomial-identity proof error: A proof cancels terms across addition in a rational expression.

Problem 188

Correct the polynomial-identity proof error: A proof expands (a-b)^2 as a^2-b^2.

Problem 189

Correct the polynomial-identity proof error: A proof expands (x+y)(x-y) as x^2-2xy-y^2.

Problem 190

Correct the polynomial-identity proof error: A proof simplifies -(x-y) to -x-y.

Problem 191

Correct the polynomial-identity proof error: A proof factors x^2-4 as (x-2)(x-2).

Problem 192

Correct the polynomial-identity proof error: A proof factors x^2+6x+9 as (x-3)^2.

Problem 193

Correct the polynomial-identity proof error: A proof expands (x+y)^3 as x^3+y^3.

Problem 194

Correct the polynomial-identity proof error: A proof simplifies (x^2+x)/x to x^2.

Problem 195

Correct the polynomial-identity proof error: A proof starts by assuming the identity is true and manipulates both sides simultaneously.

Open in simulator
Problem 196

Correct the polynomial-identity proof error: A proof combines x^2+x as 2x^2.

Problem 197

Correct the polynomial-identity proof error: A proof uses a^3-b^3=(a-b)(a^2-ab+b^2).

Problem 198

Correct the polynomial-identity proof error: A proof combines 1/x + 1/y as 1/(x+y).