Math II · A-REI.4.a

Completing the Square and Deriving the Quadratic Formula

This objective shows students where the quadratic formula comes from and why quadratic equations can be solved systematically. It turns a memorized formula into a logical machine.

Concept Algebra
Domain Reasoning with Equations and Inequalities
Read time 8 minutes

What this learning objective is really asking you to learn

This objective asks students to understand the internal structure of quadratic equations. A quadratic equation contains a squared variable, usually in a form like \(ax^2 + bx + c = 0\). Students may have solved some quadratics by factoring or by taking square roots. But factoring does not always work cleanly, and not every quadratic is already written as a perfect square. Completing the square is the method that turns a general quadratic into a form where square roots can be used.

The target form is \((x - p)^2 = q\). This form is powerful because it says a square equals a number. Once a quadratic is written this way, the solutions are visible: \(x - p = \sqrt{q}\) or \(x - p = -\sqrt{q}\), when \(q\) is nonnegative in the real number system. If \(q\) is negative, the equation has no real solutions, and later complex numbers provide a way to describe the solutions. The main point is that the messy quadratic has been reorganized into a simpler squared expression.

Completing the square is based on a pattern. The expression \(x^2 + bx\) can be turned into a perfect square trinomial by adding \((b/2)^2\). For example, \(x^2 + 10x\) becomes \(x^2 + 10x + 25\), which factors as \((x + 5)^2\). The number added is half the coefficient of \(x\), squared. Why half? Because \((x + h)^2 = x^2 + 2hx + h^2\). The coefficient of \(x\) is 2h, so \(h\) must be half that coefficient.

For equations, the added amount must be balanced. If we add 25 to one side, we add 25 to the other side. The equation remains equivalent because both sides receive the same operation. For example, \(x^2 + 10x = 14\) becomes \(x^2 + 10x + 25 = 39\), so \((x + 5)^2 = 39\). Then \(x + 5 = ±\sqrt{39}\), so \(x = -5 ± \sqrt{39}\).

When the leading coefficient is not 1, students must handle it first. For \(2x^2 + 12x + 7 = 0\), one approach is to move the constant and divide by 2: \(x^2 + 6x = -7/2\). Then add \((6/2)^2 = 9\) to both sides: \(x^2 + 6x + 9 = 11/2\). This gives \((x + 3)^2 = 11/2\), so \(x = -3 ± \sqrt{11/2}\). Another approach factors out the leading coefficient from the quadratic and linear terms. Either way, the goal is to create a perfect square.

The second half of the objective is derivation of the quadratic formula. Students often memorize \(x = (-b ± \sqrt{b^2 - 4ac})/(2a)\) without knowing where it comes from. Completing the square shows that the formula is not magic. It is what happens when you complete the square on the general equation \(ax^2 + bx + c = 0\).

The derivation goes like this. Start with \(ax^2 + bx + c = 0\), where \(a \ne 0\). Move the constant: \(ax^2 + bx = -c\). Divide by \(a\): \(x^2 + (b/a)x = -c/a\). Complete the square by adding \((b/(2a))^2\) to both sides. The left side becomes \((x + b/(2a))^2\). The right side becomes \(-c/a + b^2/(4a^2)\), which can be combined as \((b^2 - 4ac)/(4a^2)\). Taking square roots gives \(x + b/(2a) = ±\sqrt{b^2 - 4ac}/(2a)\). Subtracting \(b/(2a)\) gives \(x = (-b ± \sqrt{b^2 - 4ac})/(2a)\).

That formula is a compressed version of completing the square. It works for every quadratic equation with \(a \ne 0\). It also reveals the discriminant \(b^2 - 4ac\), which tells whether the equation has two real solutions, one real repeated solution, or no real solutions. This objective therefore does more than teach a procedure. It gives students the blueprint of quadratic solving.

Why students should learn this math

Students should learn completing the square because it explains quadratic behavior at a deeper level than factoring alone. Factoring is useful when a quadratic splits nicely. But many quadratics do not factor cleanly over the integers or rational numbers. Completing the square works systematically. It gives students a method that does not depend on guessing factors.

Completing the square also reveals the geometry of a quadratic. The expression \((x - p)^2 = q\) is a statement about distance from \(p\). It says that \(x\) is a certain distance from the center value \(p\). This connects quadratics to symmetry. A quadratic function in vertex form, such as \(y = a(x - h)^2 + k\), has vertex \((h, k)\) and axis of symmetry \(x = h\). Completing the square is the algebraic path from standard form to vertex form. That matters for graphing, optimization, projectile motion, and any situation involving maximum or minimum values.

For example, a business revenue model might be quadratic. Factored form might show break-even points, but vertex form shows the price that maximizes revenue. A projectile model might be quadratic. Standard form may show initial height, but vertex form reveals maximum height and the time it occurs. A geometry problem may involve minimizing distance or maximizing area. Completing the square exposes the turning point.

The derivation of the quadratic formula is also important because it changes the student's relationship with formulas. Many students experience formulas as mysterious commands from authority. Derivation shows that formulas are built. They come from reasoning. When students see the quadratic formula emerge from legal algebraic steps, they gain trust in the formula and in their own ability to reconstruct mathematics rather than merely memorize it.

This objective also strengthens precision. Completing the square demands careful attention to equality, balance, coefficients, fractions, and signs. Those details are not busywork. They are how algebra preserves truth. A small sign mistake can change the equation's solutions. A missing square can destroy equivalence. Students who master completing the square become more controlled algebraic thinkers.

There is a real-life modeling reason as well. Quadratics are everywhere: area, projectile motion, revenue, braking distance, light reflectors, satellite dishes, bridge arches, and optimization problems. To use quadratic models responsibly, students need more than a button for the formula. They need to understand what the structure means. Completing the square tells them where the center of symmetry is, where the maximum or minimum occurs, and how solutions relate to distance from that center.

The historical machinery behind this idea

Completing the square has deep historical roots. Ancient Babylonian mathematicians solved problems involving squares and rectangles that are recognizably quadratic. Their methods were often geometric and numerical rather than symbolic. They reasoned about completing a missing part of a square in order to solve for an unknown length. The language was different, but the underlying idea was remarkably similar.

In the Islamic Golden Age, al-Khwarizmi organized methods for solving quadratic equations. His explanations were often geometric. A problem equivalent to \(x^2 + bx = c\) could be pictured as a square of side \(x\) plus rectangles attached to its sides. To solve it, one completes a larger square by adding the missing corner pieces. This is the geometric heart of completing the square.

Modern notation makes the procedure shorter, but also more abstract. When students write \(x^2 + 6x + 9 = (x + 3)^2\), they are compressing a geometric transformation into symbols. The square \(x^2\) and the rectangular pieces represented by 6x are being reorganized into a perfect square. The added 9 completes the area.

The quadratic formula itself emerged from centuries of work on equations. Different cultures developed methods for solving specific quadratic cases before a fully general symbolic formula became standard. Once algebraic notation matured, the formula could be written compactly and applied universally. Completing the square remained the proof behind it.

This historical context matters for students because it shows that completing the square is not an arbitrary school ritual. It is one of the oldest algebraic ideas humanity has used to solve nonlinear problems. It began as geometry, became algebra, and now supports graphing, physics, engineering, and advanced mathematics.

Technical execution: completing the square step by step

For a monic quadratic, meaning the coefficient of \(x^2\) is 1, the process is direct. Start with a quadratic equation such as \(x^2 + 8x - 3 = 0\). Move the constant: \(x^2 + 8x = 3\). Take half of 8, which is 4, and square it, giving 16. Add 16 to both sides: \(x^2 + 8x + 16 = 19\). Factor the left side as \((x + 4)^2 = 19\). Then take square roots: \(x + 4 = ±\sqrt{19}\). Subtract 4: \(x = -4 ± \sqrt{19}\).

For a quadratic with a leading coefficient other than 1, divide first or factor the coefficient from the quadratic and linear terms. Consider \(3x^2 - 12x + 5 = 0\). Move the constant: \(3x^2 - 12x = -5\). Divide by 3: \(x^2 - 4x = -5/3\). Take half of -4, which is -2, and square it, giving 4. Add 4 to both sides: \(x^2 - 4x + 4 = -5/3 + 4\). The right side is \(7/3\). The left side is \((x - 2)^2\), so \((x - 2)^2 = 7/3\). Then \(x = 2 ± \sqrt{7/3}\).

The same process can rewrite a function in vertex form. For \(y = x^2 - 6x + 11\), complete the square on the expression: \(x^2 - 6x + 9 + 2\), so \(y = (x - 3)^2 + 2\). This shows the vertex is \((3, 2)\) and the minimum value is 2. No graphing calculator is needed to see the turning point.

When deriving the quadratic formula, the key is not to skip the fraction logic. Start with \(ax^2 + bx + c = 0\). Because the equation is quadratic, \(a\) cannot be zero. Move \(c\): \(ax^2 + bx = -c\). Divide by \(a\): \(x^2 + (b/a)x = -c/a\). Half of \(b/a\) is \(b/(2a)\), and its square is \(b^2/(4a^2)\). Add that to both sides:

\[x^2 + (b/a)x + b^2/(4a^2) = -c/a + b^2/(4a^2)\].

The left side is \((x + b/(2a))^2\). Combine the right side using common denominator \(4a^2\): \((-4ac + b^2)/(4a^2)\), or \((b^2 - 4ac)/(4a^2)\). Then take square roots:

\[x + b/(2a) = ±\sqrt{b^2 - 4ac}/(2a)\].

Subtract \(b/(2a)\) and combine over the common denominator 2a:

\[x = (-b ± \sqrt{b^2 - 4ac})/(2a)\].

This is the quadratic formula. Students should understand that every piece has a source. The -b comes from moving the center term. The 2a comes from the half-coefficient and scaling by \(a\). The discriminant \(b^2 - 4ac\) comes from combining the constant side after completing the square.

Where this fits in the big map of mathematics

Completing the square is a major connector. In algebra, it solves quadratics and derives the quadratic formula. In functions, it converts standard form into vertex form. In geometry, it comes from area completion. In coordinate geometry, it helps identify circles and other conic sections by rewriting equations. In physics, it helps analyze projectile motion. In calculus, the idea of rewriting expressions to reveal minima and maxima continues in more advanced forms.

It also connects to complex numbers. When the completed-square form gives \((x - p)^2 = q\) with \(q < 0\), there are no real solutions. This motivates the extension to complex numbers, where square roots of negative values can be described using \(i\). The next objective includes that idea through the quadratic formula.

Common student traps and how to avoid them

One common trap is adding the completion number to only one side of the equation. Whatever is added to one side must be added to the other side to preserve equality.

A second trap is using the full coefficient instead of half the coefficient. For \(x^2 + 10x\), students sometimes add \(10^2\) instead of \((10/2)^2\). The perfect-square pattern is controlled by half the linear coefficient.

A third trap is forgetting to divide by the leading coefficient before completing the square. The shortcut only works directly when the coefficient of \(x^2\) is 1.

A fourth trap is treating the quadratic formula as separate from completing the square. The formula is completing the square applied to the general quadratic. Students who understand that are less likely to misremember it.

Problem Library

Problems in the App From This Objective

207 problems across 15 archetypes in the app.

add and subtract `(b/2)^2`.
15 problems Warmup Practice Mixed Review Assessment
Problem 1

Complete the square for x^2+8x+5.

Problem 2

Complete the square for x^2-6x+2.

Problem 3

Complete the square for x^2+5x-1.

Problem 4

Complete the square for x^2-9x+4.

Problem 5

Complete the square for x^2+10x+3.

Problem 6

Complete the square for x^2+4x-7.

Open in simulator
Problem 7

Complete the square for x^2-2x+10.

Problem 8

Complete the square for x^2-12x-5.

Problem 9

Complete the square for x^2+3x+1.

Problem 10

Complete the square for x^2+7x-2.

Problem 11

Complete the square for x^2-x+6.

Problem 12

Complete the square for x^2-11x-3.

Problem 13

Complete the square for x^2+6x.

Problem 14

Complete the square for x^2-5x.

Problem 15

Complete the square for x^2+4x+4.

factor leading coefficient before completing square.
15 problems Warmup Practice Mixed Review Assessment
Problem 16

Complete the square for 2x^2+8x+1, where the leading coefficient is not 1.

Problem 17

Complete the square for 3x^2-12x+5, where the leading coefficient is not 1.

Open in simulator
Problem 18

Complete the square for -2x^2+12x-4, where the leading coefficient is not 1.

Problem 19

Complete the square for 4x^2+8x+9, where the leading coefficient is not 1.

Problem 20

Complete the square for 5x^2+20x+3, where the leading coefficient is not 1.

Problem 21

Complete the square for -3x^2-18x+10, where the leading coefficient is not 1.

Problem 22

Complete the square for 0.5x^2+4x-1, where the leading coefficient is not 1.

Problem 23

Complete the square for -0.5x^2+6x+2, where the leading coefficient is not 1.

Problem 24

Complete the square for 6x^2-24x+15, where the leading coefficient is not 1.

Problem 25

Complete the square for -4x^2+16x-7, where the leading coefficient is not 1.

Problem 26

Complete the square for 2x^2-12x+10, where the leading coefficient is not 1.

Problem 27

Complete the square for 3x^2+6x-2, where the leading coefficient is not 1.

Problem 28

Complete the square for -5x^2+20x+1, where the leading coefficient is not 1.

Problem 29

Complete the square for 10x^2-40x+7, where the leading coefficient is not 1.

Problem 30

Complete the square for -1.5x^2-9x+4, where the leading coefficient is not 1.

complete square and identify vertex.
15 problems Warmup Practice Mixed Review Assessment
Problem 31

Rewrite x^2+10x+18 in vertex form and identify the vertex.

Open in simulator
Problem 32

Rewrite x^2-4x+9 in vertex form and identify the vertex.

Problem 33

Rewrite 2x^2-8x+3 in vertex form and identify the vertex.

Problem 34

Rewrite -x^2-6x+1 in vertex form and identify the vertex.

Problem 35

Rewrite x^2+6x+11 in vertex form and identify the vertex.

Problem 36

Rewrite x^2-8x+10 in vertex form and identify the vertex.

Problem 37

Rewrite x^2+5 in vertex form and identify the vertex.

Problem 38

Rewrite x^2-12x+36 in vertex form and identify the vertex.

Problem 39

Rewrite 2x^2+12x+20 in vertex form and identify the vertex.

Problem 40

Rewrite 3x^2-18x+20 in vertex form and identify the vertex.

Problem 41

Rewrite -x^2+4x-8 in vertex form and identify the vertex.

Problem 42

Rewrite -2x^2-16x-25 in vertex form and identify the vertex.

Problem 43

Rewrite 4x^2-8x+9 in vertex form and identify the vertex.

Problem 44

Rewrite -3x^2-12x-13 in vertex form and identify the vertex.

Problem 45

Rewrite x^2-10x+20 in vertex form and identify the vertex.

isolate squared binomial and take square roots.
15 problems Warmup Practice Mixed Review Assessment
Problem 46

Solve x^2+6x+5=0 by completing the square.

Problem 47

Solve x^2-4x-1=0 by completing the square.

Problem 48

Solve x^2+2x-7=0 by completing the square.

Problem 49

Solve 2x^2-8x+6=0 by completing the square.

Problem 50

Solve x^2+8x+7=0 by completing the square.

Problem 51

Solve 3x^2+12x-15=0 by completing the square.

Problem 52

Solve 2x^2+10x+8=0 by completing the square.

Problem 53

Solve x^2-6x+2=0 by completing the square.

Problem 54

Solve x^2+4x-6=0 by completing the square.

Problem 55

Solve 3x^2-6x-9=0 by completing the square.

Problem 56

Solve x^2-8x+10=0 by completing the square.

Problem 57

Solve 2x^2+12x+14=0 by completing the square.

Problem 58

Solve x^2-12x+20=0 by completing the square.

Open in simulator
Problem 59

Solve x^2+3x-1=0 by completing the square.

Problem 60

Solve 3x^2-9x+3=0 by completing the square.

connect algebraic square completion to visual square.
15 problems Warmup Practice Mixed Review Assessment
Problem 61

For area expression x^2+10x, identify the added square needed to complete a visual square.

Problem 62

For area expression x^2+6x, identify the added square needed to complete a visual square.

Problem 63

For area expression x^2+7x, identify the added square needed to complete a visual square.

Problem 64

For area expression x^2-8x, identify the added square needed to complete a visual square.

Problem 65

For area expression x^2+2x, identify the added square needed to complete a visual square.

Problem 66

For area expression x^2+12x, identify the added square needed to complete a visual square.

Problem 67

For area expression x^2-2x, identify the added square needed to complete a visual square.

Open in simulator
Problem 68

For area expression x^2-10x, identify the added square needed to complete a visual square.

Problem 69

For area expression x^2+4x, identify the added square needed to complete a visual square.

Problem 70

For area expression x^2-4x, identify the added square needed to complete a visual square.

Problem 71

For area expression x^2+x, identify the added square needed to complete a visual square.

Problem 72

For area expression x^2-x, identify the added square needed to complete a visual square.

Problem 73

For area expression x^2+3x, identify the added square needed to complete a visual square.

Problem 74

For area expression x^2-5x, identify the added square needed to complete a visual square.

Problem 75

For area expression x^2+14x, identify the added square needed to complete a visual square.

compute `(b/2)^2` accurately.
12 problems Warmup Practice Mixed Review Assessment
Problem 76

What value must be added to x^2+12x to complete the square?

Problem 77

What value must be added to x^2-14x to complete the square?

Problem 78

What value must be added to x^2+3x to complete the square?

Problem 79

What value must be added to x^2-5x to complete the square?

Problem 80

What value must be added to x^2+8x to complete the square?

Problem 81

What value must be added to x^2-10x to complete the square?

Problem 82

What value must be added to x^2+2x to complete the square?

Problem 83

What value must be added to x^2-6x to complete the square?

Open in simulator
Problem 84

What value must be added to x^2+x to complete the square?

Problem 85

What value must be added to x^2-7x to complete the square?

Problem 86

What value must be added to x^2+4x to complete the square?

Problem 87

What value must be added to x^2-9x to complete the square?

divide by a, complete square, isolate x.
15 problems Warmup Practice Mixed Review Assessment
Problem 88

Complete the missing algebra in deriving the quadratic formula from ax^2+bx+c=0 at checkpoint x^2+(b/a)x=-c/a.

Problem 89

Complete the missing algebra in deriving the quadratic formula from ax^2+bx+c=0 at checkpoint (x+b/2a)^2=(b^2-4ac)/(4a^2).

Problem 90

Complete the missing algebra in deriving the quadratic formula from ax^2+bx+c=0 at checkpoint x+b/2a=±sqrt(b^2-4ac)/(2a).

Problem 91

Complete the missing algebra in deriving the quadratic formula from ax^2+bx+c=0 at checkpoint x^2+(b/a)x+c/a=0.

Problem 92

Complete the missing algebra in deriving the quadratic formula from ax^2+bx+c=0, a!= 0 at checkpoint ax^2+bx=-c.

Problem 93

Complete the missing algebra in deriving the quadratic formula from ax^2+bx+c=0, a!= 0 at checkpoint x^2+(b/a)x=-c/a.

Problem 94

Complete the missing algebra in deriving the quadratic formula from ax^2+bx+c=0, a!= 0 at checkpoint x^2+(b/a)x+(b/2a)^2=-c/a+(b/2a)^2.

Problem 95

Complete the missing algebra in deriving the quadratic formula from ax^2+bx+c=0, a!= 0 at checkpoint (x+b/2a)^2=(b^2-4ac)/(4a^2).

Open in simulator
Problem 96

Complete the missing algebra in deriving the quadratic formula from ax^2+bx+c=0, a!= 0 at checkpoint x+b/2a=±sqrt(b^2-4ac)/(2a).

Problem 97

Complete the missing algebra in deriving the quadratic formula from ax^2+bx+c=0, a!= 0 at checkpoint x=-b/(2a)±sqrt(b^2-4ac)/(2a).

Problem 98

Complete the missing algebra in deriving the quadratic formula from Ax^2+Bx+C=0, A!= 0 at checkpoint x^2+(B/A)x+C/A=0.

Problem 99

Complete the missing algebra in deriving the quadratic formula from Ax^2+Bx+C=0, A!= 0 at checkpoint x^2+(B/A)x=-C/A.

Problem 100

Complete the missing algebra in deriving the quadratic formula from Ax^2+Bx+C=0, A!= 0 at checkpoint (x+B/2A)^2=(B^2-4AC)/(4A^2).

Problem 101

Complete the missing algebra in deriving the quadratic formula from px^2+qx+r=0, p!= 0 at checkpoint x^2+(q/p)x=-r/p.

Problem 102

Complete the missing algebra in deriving the quadratic formula from px^2+qx+r=0, p!= 0 at checkpoint x+q/2p=±sqrt(q^2-4pr)/(2p).

track algebraic transformations.
15 problems Warmup Practice Mixed Review Assessment
Problem 103

Fill the blank in this quadratic-formula derivation: x^2+(b/a)x= -c/a, add ____ to both sides.

Problem 104

Fill the blank in this quadratic-formula derivation: x^2+(b/a)x+b^2/(4a^2)= ____.

Problem 105

Fill the blank in this quadratic-formula derivation: (x+b/(2a))^2=(b^2-4ac)/(4a^2), so x+b/(2a)= ____.

Problem 106

Fill the blank in this quadratic-formula derivation: x+b/(2a)=±sqrt(b^2-4ac)/(2a), so x= ____.

Problem 107

Fill the blank in this quadratic-formula derivation: ax^2+bx+c=0, so ax^2+bx= ____.

Problem 108

Fill the blank in this quadratic-formula derivation: ax^2+bx=-c, so x^2+(b/a)x= ____.

Problem 109

Fill the blank in this quadratic-formula derivation: x^2+(b/a)x = -c/a, so x^2+(b/a)x+(b/(2a))^2 = ____.

Problem 110

Fill the blank in this quadratic-formula derivation: x^2+(b/a)x+b^2/(4a^2) = -c/a + b^2/(4a^2), so ____ = -c/a + b^2/(4a^2).

Problem 111

Fill the blank in this quadratic-formula derivation: (x+b/(2a))^2 = -c/a + b^2/(4a^2), so (x+b/(2a))^2 = ____.

Problem 112

Fill the blank in this quadratic-formula derivation: (x+b/(2a))^2=(b^2-4ac)/(4a^2), so x+b/(2a)= ±sqrt(____).

Problem 113

Fill the blank in this quadratic-formula derivation: x+b/(2a)= ±sqrt((b^2-4ac)/(4a^2)), so x+b/(2a)= ±sqrt(b^2-4ac)/____.

Problem 114

Fill the blank in this quadratic-formula derivation: x+b/(2a)=±sqrt(b^2-4ac)/(2a), so x= -b/(2a) ____.

Open in simulator
Problem 115

Fill the blank in this quadratic-formula derivation: ax^2+bx+c=0, divide by 'a' to get ____.

Problem 116

Fill the blank in this quadratic-formula derivation: x^2+(b/a)x+c/a=0, move c/a to RHS to get ____.

Problem 117

Fill the blank in this quadratic-formula derivation: x^2+(b/a)x+b^2/(4a^2) = (b^2-4ac)/(4a^2), factor the LHS to get ____.

connect transformation to solving and graphing.
12 problems Warmup Practice Mixed Review Assessment
Problem 118

Explain why completing the square is useful for finding the vertex of x^2+8x+1.

Problem 119

Explain why completing the square is useful for solving x^2-6x-2=0.

Problem 120

Explain why completing the square is useful for deriving the quadratic formula.

Problem 121

Explain why completing the square is useful for finding a maximum or minimum.

Problem 122

Explain why completing the square is useful for converting a quadratic from standard form to vertex form.

Problem 123

Explain why completing the square is useful for finding the center and radius of a circle given its general equation.

Open in simulator
Problem 124

Explain why completing the square is useful for rewriting the equation of an ellipse into standard form.

Problem 125

Explain why completing the square is useful for rewriting the equation of a hyperbola into standard form.

Problem 126

Explain why completing the square is useful for proving that a quadratic function has a minimum or maximum value.

Problem 127

Explain why completing the square is useful for graphing a parabola without a calculator.

Problem 128

Explain why completing the square is useful for solving a quadratic inequality like x^2+4x-5 > 0.

Problem 129

Explain why completing the square is useful for finding the axis of symmetry of a parabola.

choose method and explain tradeoff.
15 problems Warmup Practice Mixed Review Assessment
Problem 130

For x^2+7x+12=0, choose whether factoring or completing the square is more efficient and explain why.

Problem 131

For x^2+6x-1=0, choose whether factoring or completing the square is more efficient and explain why.

Problem 132

For x^2-10x+25=0, choose whether factoring or completing the square is more efficient and explain why.

Problem 133

For x^2+5x+1=0, choose whether factoring or completing the square is more efficient and explain why.

Problem 134

For x^2 - 9 = 0, choose whether factoring or completing the square is more efficient and explain why.

Problem 135

For x^2 + 2x - 15 = 0, choose whether factoring or completing the square is more efficient and explain why.

Problem 136

For 2x^2 + 8x + 6 = 0, choose whether factoring or completing the square is more efficient and explain why.

Problem 137

For 3x^2 - 7x + 2 = 0, choose whether factoring or completing the square is more efficient and explain why.

Problem 138

For x^2 - 16 = 0, choose whether factoring or completing the square is more efficient and explain why.

Problem 139

For x^2 + 8x + 16 = 0, choose whether factoring or completing the square is more efficient and explain why.

Problem 140

For x^2 + 4x + 2 = 0, choose whether factoring or completing the square is more efficient and explain why.

Problem 141

For x^2 - 8x + 3 = 0, choose whether factoring or completing the square is more efficient and explain why.

Problem 142

For x^2 + 3x - 2 = 0, choose whether factoring or completing the square is more efficient and explain why.

Problem 143

For x^2 - 2x - 5 = 0, choose whether factoring or completing the square is more efficient and explain why.

Problem 144

For x^2 + 12x + 1 = 0, choose whether factoring or completing the square is more efficient and explain why.

Open in simulator
read vertex and opening direction.
12 problems Warmup Practice Mixed Review Assessment
Problem 145

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

Open in simulator
Problem 146

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

Problem 147

Use completed-square form h(x)=4(x-5)^2-7 to identify the maximum or minimum value.

Problem 148

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

Problem 149

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

Problem 150

Use completed-square form g(x)=-0.5(x-6)^2-10 to identify the maximum or minimum value.

Problem 151

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

Problem 152

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

Problem 153

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

Problem 154

Use completed-square form r(x)=-1.5(x+2.5)^2+6.1 to identify the maximum or minimum value.

Problem 155

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

Problem 156

Use completed-square form t(x)=-7x^2-5 to identify the maximum or minimum value.

catch half-b, leading coefficient, sign, or balance errors.
12 problems Warmup Practice Mixed Review Assessment
Problem 157

Identify and correct the completing-square error in x^2+8x+3=(x+8)^2+3.

Problem 158

Identify and correct the completing-square error in x^2-6x+1=(x-3)^2+1.

Problem 159

Identify and correct the completing-square error in 2x^2+8x+5=2(x+4)^2+5.

Problem 160

Identify and correct the completing-square error in x^2+5x=(x+5/2)^2.

Open in simulator
Problem 161

Identify and correct the completing-square error in 3x^2+12x+1 = 3(x+2)^2+1.

Problem 162

Identify and correct the completing-square error in x^2-10x+7 = (x+5)^2+7.

Problem 163

Identify and correct the completing-square error in x^2+3x+2 = (x+3/2)^2+2.

Problem 164

Identify and correct the completing-square error in -x^2+4x+5 = -(x+2)^2+5.

Problem 165

Identify and correct the completing-square error in 2x^2-12x+10 = 2(x-3)^2+10.

Problem 166

Identify and correct the completing-square error in 4x^2+10x+1 = 4(x+5/4)^2+1.

Problem 167

Identify and correct the completing-square error in x^2+6x+10 = (x+3)^2-6+10.

Problem 168

Identify and correct the completing-square error in x^2+10x+2 = (x+5)^2-10+2.

handle fractions exactly.
15 problems Warmup Practice Mixed Review Assessment
Problem 169

Complete the square exactly for x^2+(1/2)x+3 with fractional coefficients.

Problem 170

Complete the square exactly for x^2-(3/4)x+2 with fractional coefficients.

Problem 171

Complete the square exactly for x^2+(5/3)x-1 with fractional coefficients.

Problem 172

Complete the square exactly for x^2-(2/5)x+7 with fractional coefficients.

Problem 173

Complete the square exactly for x^2+(1/3)x+1 with fractional coefficients.

Problem 174

Complete the square exactly for x^2-(1/5)x+4 with fractional coefficients.

Problem 175

Complete the square exactly for x^2+(2/3)x-2 with fractional coefficients.

Problem 176

Complete the square exactly for x^2-(3/2)x+5 with fractional coefficients.

Problem 177

Complete the square exactly for x^2+(4/5)x-3 with fractional coefficients.

Open in simulator
Problem 178

Complete the square exactly for x^2-(1/4)x+1 with fractional coefficients.

Problem 179

Complete the square exactly for x^2+(5/2)x with fractional coefficients.

Problem 180

Complete the square exactly for x^2-(7/3)x+1/2 with fractional coefficients.

Problem 181

Complete the square exactly for x^2+(1/6)x-1/3 with fractional coefficients.

Problem 182

Complete the square exactly for x^2-(2/7)x+1/4 with fractional coefficients.

Problem 183

Complete the square exactly for x^2+(3/5)x-1/2 with fractional coefficients.

preserve equality while adding terms.
12 problems Warmup Practice Mixed Review Assessment
Problem 184

Transform x^2+6x=7 into a perfect-square equation.

Problem 185

Transform x^2-10x=-9 into a perfect-square equation.

Problem 186

Transform x^2+4x+1=0 into a perfect-square equation.

Open in simulator
Problem 187

Transform 2x^2+8x=10 into a perfect-square equation.

Problem 188

Transform x^2+8x=9 into a perfect-square equation.

Problem 189

Transform x^2-12x=13 into a perfect-square equation.

Problem 190

Transform x^2+2x=9 into a perfect-square equation.

Problem 191

Transform x^2-14x=-48 into a perfect-square equation.

Problem 192

Transform x^2+10x-11=0 into a perfect-square equation.

Problem 193

Transform x^2-4x-3=0 into a perfect-square equation.

Problem 194

Transform 3x^2+18x=21 into a perfect-square equation.

Problem 195

Transform 2x^2-16x-8=0 into a perfect-square equation.

connect vertex, maximum/minimum, and shifted square to situation.
12 problems Warmup Practice Mixed Review Assessment
Problem 196

Interpret completed-square model h(t)=-16(t-2)^2+80 in context: A ball's height in feet after t seconds.

Problem 197

Interpret completed-square model R(x)=-5(x-12)^2+720 in context: Revenue in dollars for price x.

Problem 198

Interpret completed-square model A(x)=3(x+1)^2+9 in context: Area in square units for side adjustment x.

Problem 199

Interpret completed-square model C(n)=2(n-50)^2+300 in context: Cost in dollars based on order size n.

Problem 200

Interpret completed-square model P(x)=-0.5(x-100)^2+500 in context: Profit in thousands of dollars for units produced x.

Problem 201

Interpret completed-square model T(t)=0.2(t-14)^2+10 in context: Temperature in degrees Celsius after t hours from midnight.

Problem 202

Interpret completed-square model E(s)=-0.02(s-55)^2+35 in context: Fuel efficiency in miles per gallon for speed s in mph.

Problem 203

Interpret completed-square model H(t)=-4.9(t-10)^2+490 in context: The height of a rocket in meters after t seconds.

Problem 204

Interpret completed-square model C(x)=0.1(x-200)^2+1500 in context: Daily production cost in dollars for items manufactured x.

Problem 205

Interpret completed-square model E(c)=0.01(c+5)^2+0.5 in context: Error in measurement in millimeters for calibration setting c.

Problem 206

Interpret completed-square model S(b)=-2(b-20)^2+1500 in context: Monthly sales in units for advertising budget b in hundreds of dollars.

Problem 207

Interpret completed-square model R(c)=0.005(c-150)^2+120 in context: Reaction time in milliseconds for caffeine intake c in mg.

Open in simulator