Math II · A-SSE.3.a

Factoring Quadratics to Reveal Zeros of the Functions They Define

This objective teaches students how to find where a quadratic model hits zero. Zero can mean hitting the ground, breaking even, reaching a boundary, having no area left, crossing an axis, or changing from positive to negative. Factoring turns hidden zeros into visible ones.

Concept Algebra
Domain Seeing Structure in Expressions
Read time 7 minutes

What this learning objective is really asking you to learn

This objective asks students to connect three ideas that are often taught separately: expressions, equations, and graphs. A quadratic expression such as \(x^2 - 5x + 6\) can define a function: \(f(x) = x^2 - 5x + 6\). The zeros of the function are the input values that make the output equal to zero. Graphically, they are the x-intercepts of the parabola. Algebraically, they are the solutions to \(x^2 - 5x + 6 = 0\). Factoring rewrites the expression as \((x - 2)(x - 3)\), which makes the zeros visible: \(x = 2\) and \(x = 3\).

The word reveal is the heart of the objective. The zeros were already part of the function when it was written in standard form. Factoring did not create them. Factoring exposed them. This is why equivalent forms matter. Standard form may make the y-intercept easy to see. Vertex form may make the maximum or minimum easy to see. Factored form makes zeros easy to see. A mathematically mature student chooses the form that answers the question.

Zeros matter because zero often represents a boundary or event. In projectile motion, height zero can mean the object is on the ground. In business, profit zero can mean break-even. In geometry, area zero can mean a collapsed dimension or boundary case. In science, zero can mean neutral charge, zero velocity, no remaining concentration, or a transition point. In graphing, zeros mark where a function changes sign or crosses the x-axis. Finding zeros is not a school-only exercise. It is how people locate important thresholds.

Factoring a quadratic means rewriting it as a product of two linear factors, sometimes with a leading coefficient. For example, \(x^2 + 7x + 12\) factors as \((x + 3)(x + 4)\). The zero product property says that if a product equals zero, at least one factor must equal zero. So \((x + 3)(x + 4) = 0\) gives \(x + 3 = 0\) or \(x + 4 = 0\), which gives \(x = -3\) or \(x = -4\). The function has zeros at -3 and -4.

This objective does not say that every quadratic factors nicely over the integers. Some quadratics are not factorable by simple integer methods. Math II includes other methods: completing the square and the quadratic formula. But when factoring is available, it is often the most revealing method. It is fast, exact, and deeply connected to graph interpretation.

A student who understands this objective should be able to explain the difference between an expression being “factored” and an equation being “solved.” Factoring rewrites the expression. Solving uses the factored expression, often through the zero product property, to find input values. For example, rewriting \(x^2 - 9\) as \((x - 3)(x + 3)\) is factoring. Setting \((x - 3)(x + 3) = 0\) and concluding \(x = 3\) or \(x = -3\) is solving.

The historical machinery behind this idea

Quadratic equations have one of the oldest histories in mathematics. Babylonian mathematicians solved quadratic-type problems involving areas and lengths thousands of years ago. Their methods were often geometric and procedural rather than symbolic. They did not use modern factored notation, but they understood relationships that we now express through quadratic equations.

The development of symbolic algebra made factoring possible as a general technique. Once expressions could be written with variables and powers, mathematicians could recognize patterns and rewrite quadratics as products. This made solving more efficient and more general. The zero product property itself is grounded in basic arithmetic: in ordinary real-number arithmetic, a product can equal zero only if at least one factor is zero. That simple property becomes enormously powerful when combined with symbolic factors.

Factoring also connects to geometry. A product like \((x + 2)(x + 5)\) can represent the area of a rectangle with side lengths \(x + 2\) and \(x + 5\). Expanding gives \(x^2 + 7x + 10\); factoring reverses that process. Geometric area models help explain why factoring is not magic. It is decomposition: breaking a quadratic area expression into dimensions or linear components.

In later mathematics, factoring becomes a central method for understanding polynomials. Polynomial roots, graph crossings, multiplicity, identities, and the Fundamental Theorem of Algebra all build on the idea that factors and zeros are linked. Objective 070 is the first strong version of that idea in Math II.

Technical execution: how to factor quadratics and reveal zeros

Start by checking for a greatest common factor. In \(2x^2 + 10x + 12\), every term shares 2, so factor it out: \(2(x^2 + 5x + 6)\). Then factor the trinomial: \(2(x + 2)(x + 3)\). The constant factor 2 does not affect the zeros because it never equals zero. The zeros come from \(x + 2 = 0\) and \(x + 3 = 0\), so \(x = -2\) and \(x = -3\).

For monic quadratics of the form \(x^2 + bx + c\), look for two numbers that multiply to \(c\) and add to \(b\). For \(x^2 - 8x + 15\), the numbers are -3 and -5 because they multiply to 15 and add to -8. So the expression factors as \((x - 3)(x - 5)\), and the zeros are 3 and 5.

For non-monic quadratics of the form \(ax^2 + bx + c\), students can use several methods. One method is grouping. For \(2x^2 + 7x + 3\), multiply \(a*c = 6\) and find numbers that multiply to 6 and add to 7: 6 and 1. Rewrite the middle term: \(2x^2 + 6x + x + 3\). Group: \(2x(x + 3) + 1(x + 3)\). Factor the common binomial: \((2x + 1)(x + 3)\). The zeros are \(x = -1/2\) and \(x = -3\).

Special patterns should be recognized quickly. Difference of squares: \(x^2 - 25 = (x - 5)(x + 5)\). Perfect square trinomials: \(x^2 + 10x + 25 = (x + 5)^2\); \(x^2 - 12x + 36 = (x - 6)^2\). A repeated factor gives a repeated zero. If \(f(x) = (x - 6)^2\), then \(x = 6\) is the only zero, and graphically the parabola touches the x-axis there instead of crossing it.

After factoring, use the zero product property. If \(a(x - r)(x - s) = 0\), then \(x = r\) or \(x = s\). Students should not divide by factors containing variables because that can erase solutions. For example, from \(x(x - 4) = 0\), dividing by \(x\) would lose the solution \(x = 0\). The zero product property protects all solutions.

Always connect the zeros back to the function or situation. If \(h(t) = -16(t - 1)(t - 5)\) models height above ground, the zeros are \(t = 1\) and \(t = 5\). Depending on context, this could mean the object is at ground height at those times. If the object is launched from the ground at \(t = 1\) in a shifted model and lands at \(t = 5\), the time in the air is 4 seconds. The factored form reveals event times directly.

If \(P(q) = -2(q - 100)(q - 500)\) models profit in dollars as a function of quantity sold, then the zeros \(q = 100\) and \(q = 500\) represent break-even quantities. Between those values, the sign of the function can indicate profit or loss depending on the leading coefficient and test values. The graph and the context turn zeros into decisions.

Why students should learn this math

Factoring quadratics is useful whenever the important question is “when does this become zero?” That question appears everywhere. When does height hit zero? When does profit hit zero? When does area vanish? When does a model cross a baseline? When does a physical quantity reach a threshold? When does a positive effect turn negative?

In projectile motion, factored form can reveal launch and landing times. In business, it can reveal break-even points. In environmental modeling, it can represent when a quantity reaches a safe or unsafe boundary. In geometry, it can reveal dimensions that make an area expression equal to a target difference. In graph analysis, zeros divide the number line into intervals where the function may be positive or negative.

Factoring also teaches a broader life skill: important information is often hidden by the form in which data or formulas are presented. A contract, budget, data report, or technical specification may be mathematically equivalent in several forms, but one form may reveal the risk or threshold more clearly. Students who learn to rewrite expressions are learning not to accept the first form as the final truth.

Where this fits in the big map of mathematics

Objective 070 is a central node in algebra. It depends on Objective 069 because factoring is a useful rewrite. It supports Objective 065 because factoring is one method for solving quadratics. It supports Objective 066 because linear–quadratic systems often produce quadratic equations whose solutions are intersections. It supports later function work because zeros are key graph features. It supports Math III polynomial work because higher-degree polynomial graphs are understood through factors and zeros.

In the full map, zeros are one of the main features of functions. Intercepts, solutions, roots, factors, and sign changes are all connected. Factoring is the bridge from expression structure to those features. When students see \((x - r)\) as a factor, they should immediately think \(r\) is a zero. When they see a zero on a graph, they should wonder whether a corresponding factor exists. That two-way connection is a major algebra milestone.

Common student traps and how to avoid them

One trap is forgetting the greatest common factor. Always look for a common factor before using trinomial methods.

A second trap is mixing up signs. If the factor is \((x - 7)\), the zero is 7; if the factor is \((x + 7)\), the zero is -7. The zero is the value that makes the factor equal zero.

A third trap is factoring but not interpreting. In this standard, the point is not only to factor. The point is to reveal zeros and explain properties of the represented quantity.

A fourth trap is expecting every quadratic to factor nicely. When factoring is not efficient or possible over the intended number set, use completing the square or the quadratic formula. Method choice is part of mastery.

A fifth trap is canceling variable factors while solving. From \(x(x - 5) = 0\), do not divide by \(x\); that loses \(x = 0\). Use the zero product property.

Problem Library

Problems in the App From This Objective

210 problems across 15 archetypes in the app.

find factors and use zero-product property.
15 problems Warmup Practice Mixed Review Assessment
Problem 1

Factor monic quadratic x^2-7x+12 and identify its zeros.

Problem 2

Factor monic quadratic x^2+5x-14 and identify its zeros.

Problem 3

Factor monic quadratic x^2-x-20 and identify its zeros.

Problem 4

Factor monic quadratic x^2+9x+20 and identify its zeros.

Problem 5

Factor monic quadratic x^2+6x+8 and identify its zeros.

Problem 6

Factor monic quadratic x^2+3x-10 and identify its zeros.

Open in simulator
Problem 7

Factor monic quadratic x^2-8x+15 and identify its zeros.

Problem 8

Factor monic quadratic x^2-2x-15 and identify its zeros.

Problem 9

Factor monic quadratic x^2+11x+28 and identify its zeros.

Problem 10

Factor monic quadratic x^2+2x-24 and identify its zeros.

Problem 11

Factor monic quadratic x^2-10x+24 and identify its zeros.

Problem 12

Factor monic quadratic x^2-3x-28 and identify its zeros.

Problem 13

Factor monic quadratic x^2+4x+3 and identify its zeros.

Problem 14

Factor monic quadratic x^2-x-12 and identify its zeros.

Problem 15

Factor monic quadratic x^2-5x+4 and identify its zeros.

factor with leading coefficient not 1.
15 problems Warmup Practice Mixed Review Assessment
Problem 16

Factor non-monic quadratic 2x^2+5x+2 and identify its zeros.

Problem 17

Factor non-monic quadratic 3x^2-7x+2 and identify its zeros.

Problem 18

Factor non-monic quadratic 4x^2-12x+9 and identify its zeros.

Open in simulator
Problem 19

Factor non-monic quadratic 6x^2-x-2 and identify its zeros.

Problem 20

Factor non-monic quadratic 2x^2+7x+3 and identify its zeros.

Problem 21

Factor non-monic quadratic 3x^2+10x+3 and identify its zeros.

Problem 22

Factor non-monic quadratic 5x^2-16x+3 and identify its zeros.

Problem 23

Factor non-monic quadratic 2x^2-5x+3 and identify its zeros.

Problem 24

Factor non-monic quadratic 4x^2+4x+1 and identify its zeros.

Problem 25

Factor non-monic quadratic 6x^2+7x+2 and identify its zeros.

Problem 26

Factor non-monic quadratic 2x^2-x-3 and identify its zeros.

Problem 27

Factor non-monic quadratic 3x^2+2x-1 and identify its zeros.

Problem 28

Factor non-monic quadratic 5x^2-4x-1 and identify its zeros.

Problem 29

Factor non-monic quadratic 4x^2-11x-3 and identify its zeros.

Problem 30

Factor non-monic quadratic 7x^2+9x+2 and identify its zeros.

apply conjugate-factor pattern.
15 problems Warmup Practice Mixed Review Assessment
Problem 31

Factor difference of squares x^2-36 and identify zeros.

Problem 32

Factor difference of squares 9x^2-25 and identify zeros.

Problem 33

Factor difference of squares (x-2)^2-9 and identify zeros.

Problem 34

Factor difference of squares 4x^2-1 and identify zeros.

Problem 35

Factor difference of squares x^2-49 and identify zeros.

Problem 36

Factor difference of squares x^2-1 and identify zeros.

Problem 37

Factor difference of squares 16x^2-9 and identify zeros.

Problem 38

Factor difference of squares 25x^2-4 and identify zeros.

Problem 39

Factor difference of squares (x+3)^2-16 and identify zeros.

Problem 40

Factor difference of squares (x-5)^2-4 and identify zeros.

Problem 41

Factor difference of squares 9(x-1)^2-4 and identify zeros.

Problem 42

Factor difference of squares 4(x+2)^2-9 and identify zeros.

Open in simulator
Problem 43

Factor difference of squares x^2-144 and identify zeros.

Problem 44

Factor difference of squares 36x^2-49 and identify zeros.

Problem 45

Factor difference of squares (x+4)^2-36 and identify zeros.

recognize double root structure.
15 problems Warmup Practice Mixed Review Assessment
Problem 46

Factor perfect-square trinomial x^2-8x+16 and identify its repeated zero.

Problem 47

Factor perfect-square trinomial x^2+12x+36 and identify its repeated zero.

Problem 48

Factor perfect-square trinomial 4x^2+20x+25 and identify its repeated zero.

Problem 49

Factor perfect-square trinomial 9x^2-6x+1 and identify its repeated zero.

Open in simulator
Problem 50

Factor perfect-square trinomial x^2+2x+1 and identify its repeated zero.

Problem 51

Factor perfect-square trinomial x^2-2x+1 and identify its repeated zero.

Problem 52

Factor perfect-square trinomial x^2+4x+4 and identify its repeated zero.

Problem 53

Factor perfect-square trinomial x^2-4x+4 and identify its repeated zero.

Problem 54

Factor perfect-square trinomial 4x^2-12x+9 and identify its repeated zero.

Problem 55

Factor perfect-square trinomial 9x^2+12x+4 and identify its repeated zero.

Problem 56

Factor perfect-square trinomial 25x^2-10x+1 and identify its repeated zero.

Problem 57

Factor perfect-square trinomial 16x^2+24x+9 and identify its repeated zero.

Problem 58

Factor perfect-square trinomial x^2+x+1/4 and identify its repeated zero.

Problem 59

Factor perfect-square trinomial x^2-2/3x+1/9 and identify its repeated zero.

Problem 60

Factor perfect-square trinomial 4x^2+2x+1/4 and identify its repeated zero.

identify common binomial factor.
12 problems Warmup Practice Mixed Review Assessment
Problem 61

Factor by grouping to reveal zeros for x^3+2x^2-9x-18=0.

Problem 62

Factor by grouping to reveal zeros for x^3-4x^2+x-4=0.

Problem 63

Factor by grouping to reveal zeros for 2x^3+x^2-8x-4=0.

Problem 64

Factor by grouping to reveal zeros for x^3+5x^2-4x-20=0.

Problem 65

Factor by grouping to reveal zeros for x^3-3x^2-4x+12=0.

Problem 66

Factor by grouping to reveal zeros for x^3+6x^2-x-6=0.

Open in simulator
Problem 67

Factor by grouping to reveal zeros for x^3-5x^2+9x-45=0.

Problem 68

Factor by grouping to reveal zeros for 3x^3-2x^2+12x-8=0.

Problem 69

Factor by grouping to reveal zeros for x^3+4x^2-25x-100=0.

Problem 70

Factor by grouping to reveal zeros for 2x^3-3x^2-18x+27=0.

Problem 71

Factor by grouping to reveal zeros for x^3-7x^2+16x-112=0.

Problem 72

Factor by grouping to reveal zeros for 5x^3+2x^2-45x-18=0.

separate common factor and solve remaining factors.
12 problems Warmup Practice Mixed Review Assessment
Problem 73

Factor out the GCF in 2x^2-10x=0 before finding zeros.

Problem 74

Factor out the GCF in 3x^2+12x+12=0 before finding zeros.

Open in simulator
Problem 75

Factor out the GCF in 5x^2-45=0 before finding zeros.

Problem 76

Factor out the GCF in 4x^2+8x=0 before finding zeros.

Problem 77

Factor out the GCF in 6x^2+18x=0 before finding zeros.

Problem 78

Factor out the GCF in 9x^2-3x=0 before finding zeros.

Problem 79

Factor out the GCF in 2x^2-12x+18=0 before finding zeros.

Problem 80

Factor out the GCF in 7x^2+14x+7=0 before finding zeros.

Problem 81

Factor out the GCF in 2x^2-50=0 before finding zeros.

Problem 82

Factor out the GCF in 6x^2-24=0 before finding zeros.

Problem 83

Factor out the GCF in 2x^2+14x+24=0 before finding zeros.

Problem 84

Factor out the GCF in 3x^2-3x-18=0 before finding zeros.

connect zeros to graph crossings.
12 problems Warmup Practice Mixed Review Assessment
Problem 85

Interpret factored form y=(x-2)(x+5) as x-intercepts of a graph.

Problem 86

Interpret factored form y=3(x-1)(x-4) as x-intercepts of a graph.

Problem 87

Interpret factored form y=-(x+3)^2 as x-intercepts of a graph.

Problem 88

Interpret factored form y=2x(x-6) as x-intercepts of a graph.

Problem 89

Interpret factored form y=(x-7)(x-1) as x-intercepts of a graph.

Problem 90

Interpret factored form y=(x+4)(x+9) as x-intercepts of a graph.

Problem 91

Interpret factored form y=(x-10)(x+2) as x-intercepts of a graph.

Problem 92

Interpret factored form y=-2(x+5)(x-3) as x-intercepts of a graph.

Problem 93

Interpret factored form y=4(x-8)^2 as x-intercepts of a graph.

Problem 94

Interpret factored form y=5x(x+11) as x-intercepts of a graph.

Open in simulator
Problem 95

Interpret factored form y=(x+6)(x-6) as x-intercepts of a graph.

Problem 96

Interpret factored form y=-5(x+1)^2 as x-intercepts of a graph.

build factors from roots and include scale factor.
15 problems Warmup Practice Mixed Review Assessment
Problem 97

Write a quadratic function with zeros 2, 5 and scale factor 1.

Problem 98

Write a quadratic function with zeros -3, 4 and scale factor 2.

Problem 99

Write a quadratic function with zeros 1 and scale factor -1.

Problem 100

Write a quadratic function with zeros 0, 6 and scale factor 3.

Problem 101

Write a quadratic function with zeros 1, 3 and scale factor -2.

Problem 102

Write a quadratic function with zeros -1, -5 and scale factor 4.

Problem 103

Write a quadratic function with zeros -2 and scale factor 5.

Problem 104

Write a quadratic function with zeros 3 and scale factor -3.

Problem 105

Write a quadratic function with zeros 0, -4 and scale factor 1.

Open in simulator
Problem 106

Write a quadratic function with zeros -5, 5 and scale factor 1.

Problem 107

Write a quadratic function with zeros 0 and scale factor 7.

Problem 108

Write a quadratic function with zeros 0 and scale factor -6.

Problem 109

Write a quadratic function with zeros 7, 8 and scale factor 1.

Problem 110

Write a quadratic function with zeros -2, -7 and scale factor -1.

Problem 111

Write a quadratic function with zeros 4 and scale factor 1.

compare equivalent expressions and root information.
15 problems Warmup Practice Mixed Review Assessment
Problem 112

Choose the factored form that reveals the zeros of x^2-3x-10.

Problem 113

Choose the factored form that reveals the zeros of 2x^2-8x.

Problem 114

Choose the factored form that reveals the zeros of x^2+6x+9.

Problem 115

Choose the factored form that reveals the zeros of x^2-25.

Problem 116

Choose the factored form that reveals the zeros of x^2+7x+10.

Open in simulator
Problem 117

Choose the factored form that reveals the zeros of x^2+2x-15.

Problem 118

Choose the factored form that reveals the zeros of 3x^2+12x.

Problem 119

Choose the factored form that reveals the zeros of x^2-10x+25.

Problem 120

Choose the factored form that reveals the zeros of 4x^2-9.

Problem 121

Choose the factored form that reveals the zeros of 2x^2+5x+3.

Problem 122

Choose the factored form that reveals the zeros of 3x^2-7x-6.

Problem 123

Choose the factored form that reveals the zeros of 2x^2-2x-24.

Problem 124

Choose the factored form that reveals the zeros of 3x^2-18x+27.

Problem 125

Choose the factored form that reveals the zeros of x^2-x-12.

Problem 126

Choose the factored form that reveals the zeros of 5x^2-45.

connect roots to time, length, revenue, or area events.
15 problems Warmup Practice Mixed Review Assessment
Problem 127

Solve the context quadratic by factoring and interpret the zeros: A ball height is h=-16t(t-3). Interpret the zeros.

Open in simulator
Problem 128

Solve the context quadratic by factoring and interpret the zeros: Profit is P=(q-4)(q-10). Interpret the zeros.

Problem 129

Solve the context quadratic by factoring and interpret the zeros: A rectangle area model is A=x(x+6). When is area zero?.

Problem 130

Solve the context quadratic by factoring and interpret the zeros: Revenue is R=p(30-p). Interpret the zeros.

Problem 131

Solve the context quadratic by factoring and interpret the zeros: The height of a projectile is given by h = -5t(t-10), where t is time in seconds and h is height in meters. Interpret the zeros.

Problem 132

Solve the context quadratic by factoring and interpret the zeros: A company's profit P is modeled by P = (q-7)(q-15), where q is the quantity of items sold. Interpret the zeros.

Problem 133

Solve the context quadratic by factoring and interpret the zeros: The daily revenue R from selling an item is R = -2p(p-25), where p is the price. Interpret the zeros.

Problem 134

Solve the context quadratic by factoring and interpret the zeros: A rectangular plot has a length L and a width L-8. The area is A = L(L-8). When is the area zero?.

Problem 135

Solve the context quadratic by factoring and interpret the zeros: The height of a toy rocket is given by h = -16t(t-4), where t is time in seconds. Interpret the zeros.

Problem 136

Solve the context quadratic by factoring and interpret the zeros: A small business's profit P is modeled by P = -3(q-2)(q-8), where q is the quantity of units sold. Interpret the zeros.

Problem 137

Solve the context quadratic by factoring and interpret the zeros: A vendor's daily revenue R is R = p(40-p), where p is the price in dollars. Interpret the zeros.

Problem 138

Solve the context quadratic by factoring and interpret the zeros: A side length x of a figure results in an area A = x(x+9). When is the area zero?.

Problem 139

Solve the context quadratic by factoring and interpret the zeros: A population growth model is P = t(20-t), where t is time in years. Interpret the zeros.

Problem 140

Solve the context quadratic by factoring and interpret the zeros: The profit P from selling an item is P = (x-6)(x-14), where x is the number of items. Interpret the zeros.

Problem 141

Solve the context quadratic by factoring and interpret the zeros: The height of a thrown object is h = -16t(t-7). Interpret the zeros.

test factor pairs and recognize when another method is needed.
15 problems Warmup Practice Mixed Review Assessment
Problem 142

Determine whether x^2+5x+6 is factorable over the integers and explain.

Problem 143

Determine whether x^2+x+1 is factorable over the integers and explain.

Problem 144

Determine whether 2x^2+7x+3 is factorable over the integers and explain.

Open in simulator
Problem 145

Determine whether x^2-2x-7 is factorable over the integers and explain.

Problem 146

Determine whether x^2+2x-8 is factorable over the integers and explain.

Problem 147

Determine whether x^2-3x-10 is factorable over the integers and explain.

Problem 148

Determine whether x^2-7x+12 is factorable over the integers and explain.

Problem 149

Determine whether x^2+3x+5 is factorable over the integers and explain.

Problem 150

Determine whether x^2+4x+2 is factorable over the integers and explain.

Problem 151

Determine whether 3x^2+10x+8 is factorable over the integers and explain.

Problem 152

Determine whether 2x^2-5x-3 is factorable over the integers and explain.

Problem 153

Determine whether 4x^2+2x+1 is factorable over the integers and explain.

Problem 154

Determine whether 5x^2-11x+3 is factorable over the integers and explain.

Problem 155

Determine whether x^2-9 is factorable over the integers and explain.

Problem 156

Determine whether 3x^2+9x+6 is factorable over the integers and explain.

use zeros and interval signs.
15 problems Warmup Practice Mixed Review Assessment
Problem 157

Use the factored form of f(x)=(x-2)(x-5) to identify where the quadratic is positive or negative.

Problem 158

Use the factored form of g(x)=-(x+1)(x-4) to identify where the quadratic is positive or negative.

Problem 159

Use the factored form of h(x)=2(x+3)^2 to identify where the quadratic is positive or negative.

Problem 160

Use the factored form of p(x)=-3x(x-6) to identify where the quadratic is positive or negative.

Problem 161

Use the factored form of (x+3)(x-1) to identify where the quadratic is positive or negative.

Problem 162

Use the factored form of x(x-7) to identify where the quadratic is positive or negative.

Problem 163

Use the factored form of -(x+2)(x-5) to identify where the quadratic is positive or negative.

Open in simulator
Problem 164

Use the factored form of -x(x+6) to identify where the quadratic is positive or negative.

Problem 165

Use the factored form of 5x^2 to identify where the quadratic is positive or negative.

Problem 166

Use the factored form of -(x-2)^2 to identify where the quadratic is positive or negative.

Problem 167

Use the factored form of (2x-1)(x-3) to identify where the quadratic is positive or negative.

Problem 168

Use the factored form of -(3x+1)(x-2) to identify where the quadratic is positive or negative.

Problem 169

Use the factored form of (x+4)(x-4) to identify where the quadratic is positive or negative.

Problem 170

Use the factored form of -2(x+5)^2 to identify where the quadratic is positive or negative.

Problem 171

Use the factored form of 3(x-1)^2 to identify where the quadratic is positive or negative.

interpret each factor as a side length.
12 problems Warmup Practice Mixed Review Assessment
Problem 172

Connect the factors in area expression A=(x+4)(x+9) to rectangle dimensions.

Problem 173

Connect the factors in area expression A=(2x+1)(x+5) to rectangle dimensions.

Problem 174

Connect the factors in area expression A=x(x+7) to rectangle dimensions.

Problem 175

Connect the factors in area expression A=(x-3)(x+8) to rectangle dimensions.

Problem 176

Connect the factors in area expression A=(x+2)(x+3) to rectangle dimensions.

Problem 177

Connect the factors in area expression A=(3x+2)(x+4) to rectangle dimensions.

Problem 178

Connect the factors in area expression A=(x-5)(x-2) to rectangle dimensions.

Open in simulator
Problem 179

Connect the factors in area expression A=(x+6)(x-1) to rectangle dimensions.

Problem 180

Connect the factors in area expression A=5(x+10) to rectangle dimensions.

Problem 181

Connect the factors in area expression A=x(x-12) to rectangle dimensions.

Problem 182

Connect the factors in area expression A=(4x+3)(2x+5) to rectangle dimensions.

Problem 183

Connect the factors in area expression A=(2x-3)(3x+4) to rectangle dimensions.

use factor form and expand or compare coefficients.
15 problems Warmup Practice Mixed Review Assessment
Problem 184

Find the missing coefficient in quadratic x^2+bx+12 given zeros -3, -4.

Problem 185

Find the missing coefficient in quadratic x^2-5x+c given zeros 2, 3.

Problem 186

Find the missing coefficient in quadratic a x^2-6x+8 given zeros 2, 4.

Problem 187

Find the missing coefficient in quadratic 2x^2+bx-12 given zeros 2, -3.

Problem 188

Find the missing coefficient in quadratic x^2+7x+c given zeros -2, -5.

Problem 189

Find the missing coefficient in quadratic x^2+bx-10 given zeros 2, -5.

Open in simulator
Problem 190

Find the missing coefficient in quadratic a x^2-10x+16 given zeros 2, 8.

Problem 191

Find the missing coefficient in quadratic x^2-x+c given zeros 1/2, 1/2.

Problem 192

Find the missing coefficient in quadratic 3x^2+bx-6 given zeros 1, -2.

Problem 193

Find the missing coefficient in quadratic a x^2+12x+20 given zeros -2, -10.

Problem 194

Find the missing coefficient in quadratic 2x^2+2x+c given zeros -2, 1.

Problem 195

Find the missing coefficient in quadratic 4x^2+bx+1 given zeros 1/2, 1/2.

Problem 196

Find the missing coefficient in quadratic a x^2+5x given zeros 0, -5.

Problem 197

Find the missing coefficient in quadratic x^2-3x+c given zeros 0, 3.

Problem 198

Find the missing coefficient in quadratic x^2+bx-9 given zeros 3, -3.

catch sign, factor-pair, zero-product, and interpretation mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 199

Diagnose the factoring-to-zeros error in x^2-7x+12=(x-3)(x-4), so zeros are -3 and -4.

Problem 200

Diagnose the factoring-to-zeros error in 2x(x-5)=0, so zeros are 2 and 5.

Problem 201

Diagnose the factoring-to-zeros error in (x+6)(x-2)=0, so x=6 and x=2.

Open in simulator
Problem 202

Diagnose the factoring-to-zeros error in (x-4)^2=0, so zeros are -4 and 4.

Problem 203

Diagnose the factoring-to-zeros error in (x+1)(x+5)=0, so zeros are 1 and 5.

Problem 204

Diagnose the factoring-to-zeros error in (2x+4)(x-3)=0, so zeros are 4 and -3.

Problem 205

Diagnose the factoring-to-zeros error in x(x+7)=0, so zeros are 1 and 7.

Problem 206

Diagnose the factoring-to-zeros error in 5(x-2)(x+3)=0, so zeros are 5, -2, and 3.

Problem 207

Diagnose the factoring-to-zeros error in (x+8)(x-1)=0, so zeros are 8 and 1.

Problem 208

Diagnose the factoring-to-zeros error in (-3x+9)(x+2)=0, so zeros are 9 and 2.

Problem 209

Diagnose the factoring-to-zeros error in x^2(x-6)=0, so zeros are 0 and -6.

Problem 210

Diagnose the factoring-to-zeros error in (x/2 - 1)(x+4)=0, so zeros are 1 and 4.