Math II · F-IF.8.a

Rewriting Quadratics to Reveal Zeros, Extremes, and Symmetry

This objective teaches students that the same quadratic relationship can be written in different forms, and each form reveals a different truth. Some forms show where the graph crosses the x-axis. Some show the maximum or minimum. Some show the line of symmetry.

Concept Functions
Domain Interpreting Functions
Read time 8 minutes

What this learning objective is really asking you to learn

This objective asks students to stop treating algebraic form as decoration. A quadratic expression can be written in more than one equivalent way, and each version tells a different story. The function \(f(x)=x^2-6x+8\) can be written in standard form as \(x^2-6x+8\), factored form as \((x-2)(x-4)\), or vertex form as \((x-3)^2-1\). These expressions are equivalent because they produce the same output for every input. But they do not reveal the same information equally well.

Standard form, \(ax^2+bx+c\), displays the leading coefficient and y-intercept quickly. If \(f(x)=2x^2-5x+3\), the coefficient 2 tells the parabola opens upward and is vertically stretched compared with \(y=x^2\). The constant term 3 tells \(f(0)=3\), so the y-intercept is \((0,3)\). Standard form is often the form produced by expanding or combining expressions, and it is useful for applying the quadratic formula.

Factored form, \(a(x-r)(x-s)\), reveals zeros. If \(f(x)=2(x-1)(x-3)\), then the outputs are zero at \(x=1\) and \(x=3\), because one factor becomes zero at each of those inputs. This is the zero product property turned into graph interpretation. Zeros are not just algebra answers; they are x-intercepts. In context, they may represent break-even points, times when an object is on the ground, dimensions that make an area zero, or values where a profit changes sign.

Vertex form, \(a(x-h)^2+k\), reveals the vertex \((h,k)\) and the axis of symmetry \(x=h\). If \(f(x)=2(x-3)^2-5\), the vertex is \((3,-5)\), the minimum value is -5, and the graph is symmetric around the vertical line \(x=3\). This form is powerful because many quadratic contexts ask for a maximum or minimum: maximum height, minimum cost, maximum area, minimum distance, maximum profit, or lowest point.

Completing the square is the algebraic process that changes standard form into vertex form. For example, start with \(f(x)=x^2-6x+8\). Group the quadratic and linear parts: \(x^2-6x\). Half of -6 is -3, and the square of -3 is 9. So \(x^2-6x\) becomes \((x-3)^2-9\). Then \(x^2-6x+8=(x-3)^2-9+8=(x-3)^2-1\). The vertex is \((3,-1)\). This tells us the graph's minimum output is -1 and the graph is symmetric around \(x=3\).

The objective also asks students to interpret these features in context. A zero may mean “the object hits the ground,” not merely “x equals something.” A maximum may mean “the highest height,” not just “the y-coordinate of the vertex.” A line of symmetry may mean “the time halfway between launch and landing” or “the price halfway between two break-even prices.” The mathematical feature becomes useful when it is translated back into the situation.

Why students should learn this math

Students should learn this math because the world rarely hands them information in the most useful form. A formula might be correct but not yet meaningful. Rewriting is the act of making the formula speak. This is one of the most important reasons students learn algebra at all: algebra is not only about finding \(x\); it is about changing the shape of information so the important feature becomes visible.

Imagine a student studying a business problem. A small school club sells shirts. Its profit can be modeled by a quadratic because increasing the price may increase profit at first, but eventually fewer people buy the shirts. The profit formula might be expanded as \(P(p)=-2p^2+60p-250\). In standard form, the formula is hard to interpret. It tells the y-intercept and opening direction, but not the best price. If the student rewrites the formula in vertex form, the maximum profit and price that produces it become visible. That is not a math trick. It is decision support.

Projectile motion gives another strong reason. A height function such as \(h(t)=-16t^2+64t+5\) gives height over time. Standard form may be what physics produces from the model, but students often need to know maximum height or when the object returns to the ground. Vertex form reveals the maximum height and when it occurs. Factored form, if available or approximated, reveals the times when the object is at a specified height or at ground level. The different forms answer different physical questions.

Area optimization is another example. Suppose a farmer has a fixed amount of fencing and wants to enclose a rectangular area. The area as a function of one side length is often quadratic. The vertex tells the maximum possible area. A student who only knows how to plug in numbers might test a few possibilities, but a student who understands vertex form can reason about the best possible design. That is the beginning of optimization, a huge theme in engineering, economics, computer science, and calculus.

The “why” also includes intellectual honesty. Many students think algebra is arbitrary because they see teachers rewriting expressions without understanding why. This objective gives the reason. We rewrite to reveal. Factoring reveals roots. Completing the square reveals the vertex. Expanding may reveal combined terms or a y-intercept. The best form depends on the question.

This is how technical adults actually use mathematics. An engineer might rewrite a formula to see stability. A physicist might complete a square to interpret energy. A data scientist might transform a model to expose parameters. An economist might factor an expression to find break-even points. A programmer might refactor code for readability; algebraic rewriting is the mathematical cousin of that same idea. The goal is not change for its own sake. The goal is a clearer structure.

The historical machinery: quadratics as geometry, algebra, and optimization

Quadratics are among the oldest studied algebraic forms because they arise naturally from area. Any time two lengths multiply and one length depends on another, a squared term can appear. Ancient mathematicians solved quadratic problems geometrically before modern symbolic notation existed. The phrase “completing the square” is not just a metaphor. It comes from a geometric idea: rearranging an area expression into a literal square plus or minus leftover pieces.

In geometric terms, the expression \(x^2+bx\) can be imagined as a square of side \(x\) plus rectangular strips. To make it a perfect square, one adds a smaller square of side \(b/2\). This geometric picture explains why the completed square uses \((b/2)^2\). The modern symbolic move comes from an older spatial move. Students often memorize completing the square as an algorithm, but the name contains the history: create a complete square so the expression's structure becomes visible.

The quadratic formula also comes from completing the square. Starting from \(ax^2+bx+c=0\), divide by \(a\), move the constant, complete the square, take square roots, and solve. The formula is not magic. It is the general result of completing the square for every quadratic. This connection helps students see that factoring, completing the square, and the quadratic formula are not separate worlds. They are different tools for the same kind of relationship.

Quadratics also became central because they model motion under constant acceleration. In classical mechanics, position under constant acceleration is quadratic in time. That means parabolas are not merely graphing exercises; they describe thrown objects, falling bodies, braking distances, and many physical systems. The vertex of a downward-opening parabola may represent maximum height. The roots may represent launch or landing times. The axis of symmetry may reflect the time halfway between equal heights.

In modern mathematics, rewriting quadratics is a small example of a larger practice: choosing a normal form. Mathematicians and scientists often rewrite objects into forms that reveal invariants, symmetries, extremes, or roots. This objective is an early, concrete version of that habit.

The technical machinery: standard, factored, and vertex forms

The three main quadratic forms are standard form, factored form, and vertex form. Students should be able to move among them when possible and explain why one form is more useful for a particular question.

Standard form is \(f(x)=ax^2+bx+c\). It reveals the vertical intercept \(c\) and the opening direction through \(a\). If \(a>0\), the parabola opens upward and has a minimum. If \(a<0\), it opens downward and has a maximum. The larger the absolute value of \(a\), the narrower the graph compared with \(y=x^2\). Standard form is also the form used directly in the quadratic formula.

Factored form is \(f(x)=a(x-r)(x-s)\). It reveals zeros \(r\) and \(s\), when they are real. The axis of symmetry is halfway between the zeros: \(x=(r+s)/2\). This is a powerful connection. If a parabola crosses the x-axis at 2 and 8, the axis of symmetry is \(x=5\). The vertex occurs on that line. Factored form therefore gives not only intercepts but also a route toward the vertex.

Vertex form is \(f(x)=a(x-h)^2+k\). It reveals the vertex \((h,k)\), the axis of symmetry \(x=h\), and the extreme value \(k\). If \(a>0\), \(k\) is the minimum output. If \(a<0\), \(k\) is the maximum output. Vertex form is the most direct form for optimization questions.

Completing the square is easiest when \(a=1\), but it also works when \(a\) is not 1. For \(f(x)=2x^2-12x+7\), factor 2 from the quadratic and linear terms: \(2(x^2-6x)+7\). Complete the square inside: \(x^2-6x=(x-3)^2-9\). Then \(f(x)=2[(x-3)^2-9]+7=2(x-3)^2-18+7=2(x-3)^2-11\). The vertex is \((3,-11)\).

Students should also know how to interpret in context. If \(h(t)=-16(t-2)^2+69\), then the maximum height is 69 at \(t=2\), assuming time is measured in seconds and height in feet. If \(P(x)=-(x-4)(x-10)\), then break-even points occur at \(x=4\) and \(x=10\), and profit is positive between them if the leading structure supports that interpretation. If \(A(w)=w(40-2w)\), factoring may reveal impossible zero-area widths, while vertex form reveals the width that maximizes area.

Where this fits into the big map of math

This objective is a turning point in algebraic maturity. Earlier algebra often asks students to simplify or solve. Here students learn to rewrite strategically. That skill becomes essential later with polynomials, rational expressions, trigonometric identities, logarithms, and calculus. In Math III, students will analyze higher-degree polynomials by using factored form and zeros. In calculus, they will optimize functions and interpret critical points. In statistics and modeling, they will choose forms that make parameters interpretable.

The lesson also connects to representation. A graph, table, equation, and verbal description can all describe the same function, but different representations highlight different features. The same is true within algebraic equations: different equivalent forms of the same expression highlight different features. This is why the objective belongs in Interpreting Functions, not just in algebraic manipulation.

Common student traps and how to avoid them

The first trap is thinking equivalent forms mean identical-looking forms. Equivalent expressions can look very different while producing the same outputs. Students should verify by expanding, factoring, graphing, or substituting test values.

The second trap is completing the square mechanically and losing the balance of the expression. Adding inside parentheses after factoring out \(a\) changes the expression by \(a\) times that added amount. Careful bookkeeping matters.

The third trap is interpreting zeros without context. A zero may be outside the meaningful domain, or it may represent a time, price, length, or input value rather than an abstract point.

The fourth trap is assuming every quadratic factors nicely. Many do not. Completing the square and the quadratic formula still work when factoring over integers is not convenient.

Problem Library

Problems in the App From This Objective

207 problems across 15 archetypes in the app.

read roots from factors.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Use factored form f(x)=(x-2)(x+5) to identify zeros.

Problem 2

Use factored form g(x)=3(x-1)(x-7) to identify zeros.

Problem 3

Use factored form h(x)=-2x(x+4) to identify zeros.

Open in simulator
Problem 4

Use factored form p(x)=(x-6)^2 to identify zeros.

Problem 5

Use factored form y=(x-1)(x+2)(x-3) to identify zeros.

Problem 6

Use factored form f(x)=(2x-1)(x+3) to identify zeros.

Problem 7

Use factored form k(x)=-(x+5)^2 to identify zeros.

Problem 8

Use factored form m(x)=5(x-8) to identify zeros.

Problem 9

Use factored form q(x)=x(x+1)(x-4) to identify zeros.

Problem 10

Use factored form r(x)=(3x+2)(x-5) to identify zeros.

Problem 11

Use factored form s(x)=(x+1)(x+2)(x+3) to identify zeros.

Problem 12

Use factored form t(x)=4(x-1/2)(x+3/4) to identify zeros.

average zeros.
15 problems Warmup Practice Mixed Review Assessment
Problem 13

Use factored form f(x)=(x-2)(x-8) to identify the axis of symmetry.

Problem 14

Use factored form g(x)=-(x+3)(x-1) to identify the axis of symmetry.

Problem 15

Use factored form h(x)=2x(x-6) to identify the axis of symmetry.

Problem 16

Use factored form p(x)=(x-4)^2 to identify the axis of symmetry.

Problem 17

Use factored form f(x)=(x-1)(x-5) to identify the axis of symmetry.

Problem 18

Use factored form f(x)=(x+2)(x+6) to identify the axis of symmetry.

Problem 19

Use factored form f(x)=(x-5)(x+3) to identify the axis of symmetry.

Problem 20

Use factored form y=3(x-1)(x-7) to identify the axis of symmetry.

Open in simulator
Problem 21

Use factored form y=-2(x+1)(x+5) to identify the axis of symmetry.

Problem 22

Use factored form y=0.5(x-6)(x+2) to identify the axis of symmetry.

Problem 23

Use factored form f(x)=(x+5)^2 to identify the axis of symmetry.

Problem 24

Use factored form f(x)=-4(x-3)^2 to identify the axis of symmetry.

Problem 25

Use factored form f(x)=(x-0.5)(x-2.5) to identify the axis of symmetry.

Problem 26

Use factored form f(x)=(x+1.5)(x-3.5) to identify the axis of symmetry.

Problem 27

Use factored form f(x)=2(x+0.5)(x-1.5) to identify the axis of symmetry.

find axis then evaluate.
12 problems Warmup Practice Mixed Review Assessment
Problem 28

Use factored form f(x)=(x-1)(x-5) to find the vertex.

Problem 29

Use factored form g(x)=-(x+2)(x-4) to find the vertex.

Open in simulator
Problem 30

Use factored form h(x)=2x(x-6) to find the vertex.

Problem 31

Use factored form p(x)=(x+3)^2 to find the vertex.

Problem 32

Use factored form f(x)=(x-2)(x-8) to find the vertex.

Problem 33

Use factored form f(x)=-(x-3)(x-7) to find the vertex.

Problem 34

Use factored form f(x)=(x+1)(x-5) to find the vertex.

Problem 35

Use factored form f(x)=-2(x+3)(x-1) to find the vertex.

Problem 36

Use factored form f(x)=3x(x+4) to find the vertex.

Problem 37

Use factored form f(x)=-x(x-10) to find the vertex.

Problem 38

Use factored form f(x)=(x-4)^2 to find the vertex.

Problem 39

Use factored form f(x)=-1/2(x+6)^2 to find the vertex.

read `(h,k)`.
12 problems Warmup Practice Mixed Review Assessment
Problem 40

Use completed-square form f(x)=2(x-3)^2+5 to identify the vertex.

Problem 41

Use completed-square form g(x)=-(x+4)^2-2 to identify the vertex.

Problem 42

Use completed-square form h(x)=0.5(x-7)^2+1 to identify the vertex.

Problem 43

Use completed-square form p(x)=-3(x+1/2)^2+9 to identify the vertex.

Problem 44

Use completed-square form f(x)=(x)^2 to identify the vertex.

Problem 45

Use completed-square form g(x)=-(x-5)^2-3 to identify the vertex.

Problem 46

Use completed-square form h(x)=4(x+2)^2+7 to identify the vertex.

Open in simulator
Problem 47

Use completed-square form p(x)=0.25(x-10)^2-1.5 to identify the vertex.

Problem 48

Use completed-square form q(x)=-2/3(x+1/4)^2+6 to identify the vertex.

Problem 49

Use completed-square form r(x)=(x-8)^2 to identify the vertex.

Problem 50

Use completed-square form s(x)=5x^2-1 to identify the vertex.

Problem 51

Use completed-square form t(x)=-0.7(x+6)^2-2.5 to identify the vertex.

use vertex and sign of coefficient.
12 problems Warmup Practice Mixed Review Assessment
Problem 52

Use completed-square form f(x)=(x-2)^2-6 to identify maximum or minimum.

Problem 53

Use completed-square form g(x)=-4(x+1)^2+12 to identify maximum or minimum.

Problem 54

Use completed-square form h(x)=0.25(x-5)^2+3 to identify maximum or minimum.

Open in simulator
Problem 55

Use completed-square form p(x)=-(x-8)^2 to identify maximum or minimum.

Problem 56

Use completed-square form f(x)=2(x+3)^2+5 to identify maximum or minimum.

Problem 57

Use completed-square form g(x)=-0.5(x-1)^2-7 to identify maximum or minimum.

Problem 58

Use completed-square form h(x)=3x^2+10 to identify maximum or minimum.

Problem 59

Use completed-square form p(x)=-x^2-4 to identify maximum or minimum.

Problem 60

Use completed-square form q(x)=5(x-6)^2 to identify maximum or minimum.

Problem 61

Use completed-square form r(x)=-2(x+7)^2 to identify maximum or minimum.

Problem 62

Use completed-square form s(x)=(x-1/2)^2+3/4 to identify maximum or minimum.

Problem 63

Use completed-square form t(x)=-3(x+1/3)^2-2/5 to identify maximum or minimum.

identify constant term.
12 problems Warmup Practice Mixed Review Assessment
Problem 64

Use standard form f(x)=x^2-5x+6 to reveal the y-intercept.

Problem 65

Use standard form g(x)=-2x^2+3x-8 to reveal the y-intercept.

Problem 66

Use standard form h(x)=4x^2+x to reveal the y-intercept.

Problem 67

Use standard form p(x)=0.5x^2-7 to reveal the y-intercept.

Problem 68

Use standard form y = 3x + 2 to reveal the y-intercept.

Problem 69

Use standard form f(x) = x^2 + 2x + 1 to reveal the y-intercept.

Problem 70

Use standard form y = -3x^2 - 4x - 5 to reveal the y-intercept.

Problem 71

Use standard form f(x) = -x^2 + 5x to reveal the y-intercept.

Problem 72

Use standard form y = 10 to reveal the y-intercept.

Problem 73

Use standard form f(x) = x^3 - 2x^2 + 3x - 4 to reveal the y-intercept.

Open in simulator
Problem 74

Use standard form y = 2x^3 + x^2 - 7x to reveal the y-intercept.

Problem 75

Use standard form f(x) = (1/2)x^2 + (3/4)x + 1/5 to reveal the y-intercept.

match standard/factored/vertex form to feature.
15 problems Warmup Practice Mixed Review Assessment
Problem 76

Choose the quadratic form that best reveals zeros from choices x^2-7x+10, (x-2)(x-5), (x-3.5)^2-2.25.

Problem 77

Choose the quadratic form that best reveals vertex from choices x^2+6x+5, (x+1)(x+5), (x+3)^2-4.

Problem 78

Choose the quadratic form that best reveals y-intercept from choices x^2-4x+9, (x-2)^2+5, (x-1)(x-3)+6.

Problem 79

Choose the quadratic form that best reveals axis of symmetry from zeros from choices (x+4)(x-2), x^2+2x-8, (x+1)^2-9.

Problem 80

Choose the quadratic form that best reveals zeros from choices x^2-9x+18, (x-3)(x-6), (x-4.5)^2-2.25.

Problem 81

Choose the quadratic form that best reveals vertex from choices x^2-8x+12, (x-2)(x-6), (x-4)^2-4.

Problem 82

Choose the quadratic form that best reveals y-intercept from choices x^2+5x+6, (x+2)(x+3), (x+2.5)^2-0.25.

Problem 83

Choose the quadratic form that best reveals axis of symmetry from choices x^2+10x+21, (x+3)(x+7), (x+5)^2-4.

Problem 84

Choose the quadratic form that best reveals zeros from choices x^2+x-6, (x+3)(x-2), (x+0.5)^2-6.25.

Open in simulator
Problem 85

Choose the quadratic form that best reveals vertex from choices x^2+4x+3, (x+1)(x+3), (x+2)^2-1.

Problem 86

Choose the quadratic form that best reveals y-intercept from choices x^2-2x-3, (x-3)(x+1), (x-1)^2-4.

Problem 87

Choose the quadratic form that best reveals axis of symmetry from zeros from choices x^2-6x+8, (x-2)(x-4), (x-3)^2-1.

Problem 88

Choose the quadratic form that best reveals zeros from choices 2x^2+5x-3, (2x-1)(x+3), 2(x+1.25)^2-6.125.

Problem 89

Choose the quadratic form that best reveals vertex from choices -x^2+6x-5, -(x-1)(x-5), -(x-3)^2+4.

Problem 90

Choose the quadratic form that best reveals y-intercept from choices 2x^2-12x+10, 2(x-1)(x-5), 2(x-3)^2-8.

factor and interpret.
15 problems Warmup Practice Mixed Review Assessment
Problem 91

Convert standard form x^2-7x+12 to factored form and identify zeros.

Problem 92

Convert standard form x^2+2x-15 to factored form and identify zeros.

Problem 93

Convert standard form 2x^2-8x to factored form and identify zeros.

Problem 94

Convert standard form x^2-25 to factored form and identify zeros.

Problem 95

Convert standard form x^2+5x+6 to factored form and identify zeros.

Problem 96

Convert standard form x^2-x-6 to factored form and identify zeros.

Open in simulator
Problem 97

Convert standard form x^2-49 to factored form and identify zeros.

Problem 98

Convert standard form x^2+6x+9 to factored form and identify zeros.

Problem 99

Convert standard form 3x^2+9x to factored form and identify zeros.

Problem 100

Convert standard form 2x^2+7x+3 to factored form and identify zeros.

Problem 101

Convert standard form 3x^2-10x-8 to factored form and identify zeros.

Problem 102

Convert standard form 4x^2-12x+8 to factored form and identify zeros.

Problem 103

Convert standard form 5x^2-13x+6 to factored form and identify zeros.

Problem 104

Convert standard form 2x^2-32 to factored form and identify zeros.

Problem 105

Convert standard form -x^2+x+12 to factored form and identify zeros.

complete square or use vertex formula.
15 problems Warmup Practice Mixed Review Assessment
Problem 106

Convert standard form x^2-6x+2 to vertex form and identify the extremum.

Problem 107

Convert standard form -x^2+8x-5 to vertex form and identify the extremum.

Problem 108

Convert standard form 2x^2+8x+1 to vertex form and identify the extremum.

Open in simulator
Problem 109

Convert standard form x^2+5x+1 to vertex form and identify the extremum.

Problem 110

Convert standard form x^2+4x+5 to vertex form and identify the extremum.

Problem 111

Convert standard form -x^2-6x to vertex form and identify the extremum.

Problem 112

Convert standard form 3x^2+12x+10 to vertex form and identify the extremum.

Problem 113

Convert standard form x^2+7 to vertex form and identify the extremum.

Problem 114

Convert standard form -2x^2+4x+3 to vertex form and identify the extremum.

Problem 115

Convert standard form x^2+3x+1 to vertex form and identify the extremum.

Problem 116

Convert standard form -x^2+5x to vertex form and identify the extremum.

Problem 117

Convert standard form 4x^2-16x+1 to vertex form and identify the extremum.

Problem 118

Convert standard form -3x^2+18x+2 to vertex form and identify the extremum.

Problem 119

Convert standard form x^2-2x to vertex form and identify the extremum.

Problem 120

Convert standard form -x^2-4x+1 to vertex form and identify the extremum.

explain what each form makes visible.
15 problems Warmup Practice Mixed Review Assessment
Problem 121

Compare equivalent quadratic forms x^2-6x+8, (x-2)(x-4), (x-3)^2-1 by what each reveals.

Problem 122

Compare equivalent quadratic forms -x^2+10x-16, -(x-2)(x-8), -(x-5)^2+9 by what each reveals.

Problem 123

Compare equivalent quadratic forms 2x^2+8x+6, 2(x+1)(x+3), 2(x+2)^2-2 by what each reveals.

Problem 124

Compare equivalent quadratic forms x^2+4x+4, (x+2)^2, (x+2)(x+2) by what each reveals.

Problem 125

Compare equivalent quadratic forms x^2-2x+1, (x-1)(x-1), (x-1)^2 by what each reveals.

Problem 126

Compare equivalent quadratic forms x^2-4, (x-2)(x+2), x^2-4 by what each reveals.

Problem 127

Compare equivalent quadratic forms -x^2+2x+3, -(x-3)(x+1), -(x-1)^2+4 by what each reveals.

Problem 128

Compare equivalent quadratic forms 3x^2+6x, 3x(x+2), 3(x+1)^2-3 by what each reveals.

Problem 129

Compare equivalent quadratic forms 0.5x^2-2x+2, 0.5(x-2)(x-2), 0.5(x-2)^2 by what each reveals.

Problem 130

Compare equivalent quadratic forms 2x^2-4x-6, 2(x-3)(x+1), 2(x-1)^2-8 by what each reveals.

Problem 131

Compare equivalent quadratic forms -2x^2-8x-6, -2(x+1)(x+3), -2(x+2)^2+2 by what each reveals.

Problem 132

Compare equivalent quadratic forms x^2-6x+5, (x-1)(x-5), (x-3)^2-4 by what each reveals.

Problem 133

Compare equivalent quadratic forms -0.5x^2+2, -0.5(x-2)(x+2), -0.5x^2+2 by what each reveals.

Problem 134

Compare equivalent quadratic forms x^2+8x+16, (x+4)(x+4), (x+4)^2 by what each reveals.

Open in simulator
Problem 135

Compare equivalent quadratic forms 4x^2-4x, 4x(x-1), 4(x-0.5)^2-1 by what each reveals.

choose features and graph efficiently.
15 problems Warmup Practice Mixed Review Assessment
Problem 136

Sketch quadratic y=(x-1)(x-5) using the form that reveals its features.

Open in simulator
Problem 137

Sketch quadratic y=-(x+2)(x-4) using the form that reveals its features.

Problem 138

Sketch quadratic y=2(x-3)^2-8 using the form that reveals its features.

Problem 139

Sketch quadratic y=x^2-4 using the form that reveals its features.

Problem 140

Sketch quadratic y=(x+1)(x+3) using the form that reveals its features.

Problem 141

Sketch quadratic y=-2(x-1)(x-3) using the form that reveals its features.

Problem 142

Sketch quadratic y=3(x-2)^2+1 using the form that reveals its features.

Problem 143

Sketch quadratic y=-(x+1)^2-2 using the form that reveals its features.

Problem 144

Sketch quadratic y=x(x-4) using the form that reveals its features.

Problem 145

Sketch quadratic y=-2x^2+5 using the form that reveals its features.

Problem 146

Sketch quadratic y=-0.5(x-3)(x+3) using the form that reveals its features.

Problem 147

Sketch quadratic y=(x-4)^2 using the form that reveals its features.

Problem 148

Sketch quadratic y=-3(x+2)^2 using the form that reveals its features.

Problem 149

Sketch quadratic y=0.5(x+4)(x-2) using the form that reveals its features.

Problem 150

Sketch quadratic y=0.25(x+6)^2-1 using the form that reveals its features.

connect features to events, optimum, and paired inputs.
15 problems Warmup Practice Mixed Review Assessment
Problem 151

Interpret zeros, extrema, and symmetry for context model h(t)=-16t(t-4).

Problem 152

Interpret zeros, extrema, and symmetry for context model R(p)=-(p-5)(p-15).

Problem 153

Interpret zeros, extrema, and symmetry for context model A(x)=-2(x-3)^2+18.

Problem 154

Interpret zeros, extrema, and symmetry for context model P(q)=(q-2)(q-8).

Problem 155

Interpret zeros, extrema, and symmetry for context model h(t) = -5t^2 + 20t.

Problem 156

Interpret zeros, extrema, and symmetry for context model P(x) = -0.5x^2 + 5x - 8.

Open in simulator
Problem 157

Interpret zeros, extrema, and symmetry for context model A(w) = w(10-w).

Problem 158

Interpret zeros, extrema, and symmetry for context model R(x) = -10x^2 + 120x.

Problem 159

Interpret zeros, extrema, and symmetry for context model H(x) = -0.01x^2 + x.

Problem 160

Interpret zeros, extrema, and symmetry for context model T(h) = -(h-12)^2 + 30.

Problem 161

Interpret zeros, extrema, and symmetry for context model Pop(t) = -0.1(t-5)^2 + 2.5.

Problem 162

Interpret zeros, extrema, and symmetry for context model S(p) = -20(p-3)^2 + 180.

Problem 163

Interpret zeros, extrema, and symmetry for context model d(t) = (t-7)^2.

Problem 164

Interpret zeros, extrema, and symmetry for context model F(m) = -3(m-10)(m-20).

Problem 165

Interpret zeros, extrema, and symmetry for context model E(x) = 0.5x^2 - 3x + 4.5.

use zero, vertex, or symmetry information.
12 problems Warmup Practice Mixed Review Assessment
Problem 166

Find the missing parameter in f(x)=a(x-2)(x-6) from feature y-intercept is 12.

Open in simulator
Problem 167

Find the missing parameter in f(x)=(x-h)^2+5 from feature axis of symmetry x=3.

Problem 168

Find the missing parameter in f(x)=a(x+1)^2+4 from feature passes through (1,12).

Problem 169

Find the missing parameter in f(x)=x^2+bx+9 from feature axis of symmetry x=2.

Problem 170

Find the missing parameter in f(x) = a(x-1)(x+3) from feature y-intercept is -9.

Problem 171

Find the missing parameter in f(x) = 2x^2 + bx + 8 from feature axis of symmetry x = -1.

Problem 172

Find the missing parameter in f(x) = a(x-2)^2 + 3 from feature passes through (1, 5).

Problem 173

Find the missing parameter in f(x) = a(x-3)(x+2) from feature passes through (1, -12).

Problem 174

Find the missing parameter in f(x) = x^2 - 4x + c from feature minimum value is 1.

Problem 175

Find the missing parameter in f(x) = ax^2 + 6x - 1 from feature vertex has x-coordinate -3.

Problem 176

Find the missing parameter in f(x) = x^2 + bx + 5 from feature passes through (-2, 1).

Problem 177

Find the missing parameter in f(x) = a(x+2)^2 - 3 from feature y-intercept is 1.

catch sign, root, vertex, and symmetry mistakes.
15 problems Warmup Practice Mixed Review Assessment
Problem 178

Diagnose the quadratic feature-reading error in For y=(x-3)(x+5), zeros are -3 and 5.

Problem 179

Diagnose the quadratic feature-reading error in For y=(x+2)^2-7, vertex is (2,-7).

Problem 180

Diagnose the quadratic feature-reading error in For y=x^2+4x+9, y-intercept is 4.

Problem 181

Diagnose the quadratic feature-reading error in For y=-(x-1)^2+6, the graph has a minimum of 6.

Problem 182

Diagnose the quadratic feature-reading error in For y=(2x-4)(x+1), the zeros are 4 and -1.

Problem 183

Diagnose the quadratic feature-reading error in For y=3(x-1)^2+5, the vertex is (5,1).

Problem 184

Diagnose the quadratic feature-reading error in For y=(x-2)^2+3, the y-intercept is (0,3).

Problem 185

Diagnose the quadratic feature-reading error in For y=(x+4)^2-1, the axis of symmetry is x=4.

Problem 186

Diagnose the quadratic feature-reading error in For y=2(x-3)^2+5, the minimum value is 3.

Problem 187

Diagnose the quadratic feature-reading error in For y=x^2-16, the zero is 4.

Problem 188

Diagnose the quadratic feature-reading error in For y=x^2-6x+8, the vertex is (3,8).

Problem 189

Diagnose the quadratic feature-reading error in For y=(x+2)(x-5), the y-intercept is (0,-5).

Open in simulator
Problem 190

Diagnose the quadratic feature-reading error in For y=2x^2+8x-3, the axis of symmetry is x=4.

Problem 191

Diagnose the quadratic feature-reading error in For y=3x^2-12x+7, the graph has a maximum.

Problem 192

Diagnose the quadratic feature-reading error in For y=(x-1)(x-7), the x-intercepts are 1 and 7.

expand, factor, or compare feature sets.
15 problems Warmup Practice Mixed Review Assessment
Problem 193

Decide whether forms x^2-6x+8 and (x-2)(x-4) represent the same quadratic and same features.

Problem 194

Decide whether forms (x-3)^2-1 and x^2-6x+8 represent the same quadratic and same features.

Problem 195

Decide whether forms (x+2)^2 and x^2+4 represent the same quadratic and same features.

Problem 196

Decide whether forms -(x-1)(x-5) and -x^2+6x-5 represent the same quadratic and same features.

Problem 197

Decide whether forms x^2+5x+6 and (x+1)(x+3) represent the same quadratic and same features.

Problem 198

Decide whether forms (x+1)^2+2 and x^2+2x+1 represent the same quadratic and same features.

Problem 199

Decide whether forms 2(x-1)(x+2) and 2x^2+2x-4 represent the same quadratic and same features.

Problem 200

Decide whether forms (x-2)^2-9 and (x+1)(x-5) represent the same quadratic and same features.

Problem 201

Decide whether forms x^2-4x+3 and 2x^2-8x+6 represent the same quadratic and same features.

Problem 202

Decide whether forms (x-1)^2+3 and (x+1)^2+3 represent the same quadratic and same features.

Problem 203

Decide whether forms 3(x-1)(x+2) and (x-1)(x+2) represent the same quadratic and same features.

Problem 204

Decide whether forms -x^2-x+6 and -(x+3)(x-2) represent the same quadratic and same features.

Problem 205

Decide whether forms 2(x-1)^2+3 and 2x^2-4x+5 represent the same quadratic and same features.

Problem 206

Decide whether forms 3x^2+2x-1 and 3x^2+2x-1 represent the same quadratic and same features.

Open in simulator
Problem 207

Decide whether forms (x-1)(x-2) and (x-1)(x-3) represent the same quadratic and same features.