st

Showing posts with label SAT Algebra. Show all posts
Showing posts with label SAT Algebra. Show all posts

Friday, July 10, 2026

Solving Quadratic Equations by Completing the Square The Digital SAT Math Guide to Quadratic Equations (Part 2)

 

The  Digital SAT Math Guide to Quadratic Equations (Part 2)

Solving Quadratic Equations by Completing the Square

In the previous chapter, you learned how to solve quadratic equations by factoring. Factoring is often the quickest method, but many quadratic equations on the Digital SAT cannot be factored easily. Some have large coefficients, some produce fractional values, and others have no integer factors at all.

For these equations, completing the square provides a systematic method that always works. Unlike factoring, you do not have to guess factor pairs or recognize patterns. Instead, you follow the same sequence of algebraic steps every time.

Before learning the procedure, remember one important rule.

The coefficient of x² should be 1 before you begin completing the square.

A quadratic equation whose coefficient of x² is 1 is called a monic quadratic equation.

If the equation is not monic, divide every term on both sides of the equation by the coefficient of x². This makes the remaining steps much easier and reduces mistakes.


Universal Method for Completing the Square

Always follow these steps.

  1. Write the equation in standard form.

  2. If the coefficient of x² is not 1, divide every term on both sides by that coefficient.

  3. Move the constant term to the opposite side.

  4. Take half of the coefficient of x.

  5. Square that number.

  6. Add the squared value to both sides.

  7. Rewrite the left side as the square of a binomial.

  8. Take the square root of both sides.

  9. Remember both the positive and negative square roots.

  10. Solve the resulting linear equations.

  11. Check every solution in the original equation.


Example 1

Solve

2x² + 12x + 4 = 0

Step 1

The coefficient of x² is 2.

Divide every term on both sides by 2.

2x² ÷ 2 + 12x ÷ 2 + 4 ÷ 2 = 0 ÷ 2

Simplify.

x² + 6x + 2 = 0

The equation is now monic.

Step 2

Subtract 2 from both sides.

x² + 6x + 2 − 2 = 0 − 2

Simplify.

x² + 6x = −2

Step 3

Take half of 6.

6 ÷ 2 = 3

Square it.

3² = 9

Step 4

Add 9 to both sides.

x² + 6x + 9 = −2 + 9

Simplify.

x² + 6x + 9 = 7

Step 5

Rewrite the left side.

(x + 3)² = 7

Step 6

Take square roots.

√((x + 3)²) = ±√7

Simplify.

x + 3 = ±√7

Step 7

Subtract 3 from both sides.

Positive solution:

x = −3 + √7

Negative solution:

x = −3 − √7


Example 2

Now solve a question that produces fractions immediately after making the quadratic monic.

4x² + 10x − 3 = 0

Step 1

The coefficient of x² is 4.

Divide every term by 4.

4x² ÷ 4 + 10x ÷ 4 − 3 ÷ 4 = 0 ÷ 4

Simplify.

x² + ⁵⁄₂x − ³⁄₄ = 0

Notice that fractions are perfectly acceptable. Do not convert them to decimals because exact fractions make later calculations more accurate.

Step 2

Move the constant term.

Add ³⁄₄ to both sides.

x² + ⁵⁄₂x = ³⁄₄

Step 3

Take half of the coefficient of x.

The coefficient is ⁵⁄₂.

Half of ⁵⁄₂ is

⁵⁄₂ ÷ 2 = ⁵⁄₄

Now square the result.

(⁵⁄₄)² = ²⁵⁄₁₆

Step 4

Add ²⁵⁄₁₆ to both sides.

x² + ⁵⁄₂x + ²⁵⁄₁₆ = ³⁄₄ + ²⁵⁄₁₆

Convert ³⁄₄ to sixteenths.

³⁄₄ = ¹²⁄₁₆

Now add.

¹²⁄₁₆ + ²⁵⁄₁₆ = ³⁷⁄₁₆

The equation becomes

x² + ⁵⁄₂x + ²⁵⁄₁₆ = ³⁷⁄₁₆

Step 5

Rewrite the left side.

(x + ⁵⁄₄)² = ³⁷⁄₁₆

Step 6

Take square roots.

√((x + ⁵⁄₄)²) = ±√(³⁷⁄₁₆)

Simplify.

x + ⁵⁄₄ = ±√37⁄4

Step 7

Subtract ⁵⁄₄ from both sides.

x = −⁵⁄₄ ± √37⁄4

These are the exact solutions.


Notice that completing the square works just as well with fractions as it does with whole numbers. On the Digital SAT, leaving answers in exact fractional or radical form is often the correct approach unless the question specifically asks for a decimal approximation.


Thursday, July 9, 2026

The Digital SAT Math Guide to Quadratic Equations (Part 1)

 

The Digital SAT Math Guide to Quadratic Equations (Part 1)

Master Quadratic Equations for the Digital SAT with Step-by-Step Explanations

Quadratic equations are one of the most important algebra topics on the Digital SAT. They appear in many forms, from straightforward equation-solving questions to graph interpretation, mathematical modeling, and real-world word problems. A strong understanding of quadratics also makes it much easier to learn functions, parabolas, coordinate geometry, and polynomial expressions.

Unlike linear equations, which produce straight lines when graphed, quadratic equations create curved graphs called parabolas. Learning how these equations behave will help you answer a wide variety of SAT Math questions quickly and accurately.

This guide is written for students who want to build a solid understanding of quadratics from the ground up. Every solution is explained one step at a time, with no skipped steps or unexplained shortcuts. By the time you finish this chapter, you'll understand what quadratic equations are, how to recognize them, and how to solve many of them by factoring.


Learning Goals

In this chapter, you will learn how to:

  • Recognize a quadratic equation.

  • Understand why quadratic equations are different from linear equations.

  • Identify the standard form of a quadratic equation.

  • Understand quadratic expressions and quadratic functions.

  • Solve simple quadratic equations by factoring.

  • Apply the Zero Product Property.

  • Check your answers correctly.

  • Avoid common mistakes made on the Digital SAT.

These concepts form the foundation for more advanced methods such as completing the square and using the quadratic formula, which will be covered in later chapters.


What Is a Quadratic Equation?

A quadratic equation is an equation in which the highest exponent of the variable is 2.

Examples include:

x² = 49

x² + 5x + 6 = 0

2x² − 7x + 3 = 0

4x² = 100

Notice that each equation contains .

That squared variable is what makes the equation quadratic.

Compare these two equations.

Linear equation:

2x + 7 = 13

Highest exponent = 1

Quadratic equation:

x² + 2x − 15 = 0

Highest exponent = 2

The difference may seem small, but it changes how the equation behaves. A linear equation usually has one solution, while a quadratic equation can have two solutions, one solution, or no real solutions.


The Standard Form of a Quadratic Equation

Most quadratic equations on the SAT are written in standard form:

ax² + bx + c = 0

Each letter has a meaning.

a is the coefficient of x².

b is the coefficient of x.

c is the constant term.

For example,

3x² + 8x − 11 = 0

Here,

a = 3

b = 8

c = −11

Learning to identify these three values is important because later methods, especially the quadratic formula, use them directly.


Understanding the Parts of a Quadratic Equation

Consider

2x² + 9x − 18 = 0

This equation has three terms.

First term:

2x²

This is called the quadratic term because it contains x².

Second term:

9x

This is called the linear term because it contains x.

Third term:

−18

This is the constant term because it contains no variable.

Recognizing these parts helps you identify which solving method to use.


What Does It Mean to Solve a Quadratic Equation?

Solving a quadratic equation means finding every value of the variable that makes the equation true.

For example,

x² = 25

Which numbers produce 25 when squared?

5² = 25

(−5)² = 25

Therefore,

x = 5

and

x = −5

Unlike linear equations, quadratic equations often have more than one correct answer.


Why Are There Two Answers?

Many students are surprised to discover that one equation can have two solutions.

The reason is simple.

Squaring removes the negative sign.

Positive example:

5 × 5 = 25

Negative example:

−5 × −5 = 25

Both calculations produce the same answer.

Whenever you solve an equation involving x², always ask yourself whether both a positive and a negative solution are possible.


Introduction to Factoring


Factoring  x² + bx + c   type  when a = 1

Factoring is one of the fastest methods for solving many quadratic equations on the Digital SAT.

Factoring means rewriting an expression as the product of two smaller expressions.

Example:

x² + 5x + 6

can be written as

(x + 2)(x + 3)

When multiplied together,

(x + 2)(x + 3)

= x² + 3x + 2x + 6

= x² + 5x + 6

The original expression and its factored form are mathematically identical.


The Zero Product Property

Factoring works because of an important algebra rule.

If

A × B = 0

then

A = 0

or

B = 0

or both.

This rule is called the Zero Product Property.

Example:

(x + 4)(x − 7) = 0

Either

x + 4 = 0

or

x − 7 = 0

Solve each equation separately.

First equation:

x + 4 = 0

Subtract 4 from both sides.

x + 4 − 4 = 0 − 4

Simplify.

x = −4

Second equation:

x − 7 = 0

Add 7 to both sides.

x − 7 + 7 = 0 + 7

Simplify.

x = 7

Therefore,

the two solutions are

x = −4

and

x = 7


Example 1

Solve

x² + 7x + 12 = 0

Step 1

Write the equation.

x² + 7x + 12 = 0

Step 2

Find two numbers whose product is 12 and whose sum is 7.

Possible factor pairs of 12 are

1 and 12

2 and 6

3 and 4

Only

3 and 4

add to 7.

Step 3

Write the factors.

(x + 3)(x + 4) = 0

Step 4

Apply the Zero Product Property.

Either

x + 3 = 0

or

x + 4 = 0

Step 5

Solve the first equation.

Subtract 3 from both sides.

x + 3 − 3 = 0 − 3

Simplify.

x = −3

Step 6

Solve the second equation.

Subtract 4 from both sides.

x + 4 − 4 = 0 − 4

Simplify.

x = −4

Final Answer

x = −3

x = −4


Example 2

Solve

x² − 9x + 20 = 0

Step 1

Find two numbers whose product is 20.

1 and 20

2 and 10

4 and 5

Step 2

Which pair adds to −9?

Since the product is positive and the sum is negative,

both numbers must be negative.

−4 and −5

Step 3

Write the factors.

(x − 4)(x − 5) = 0

Step 4

Set each factor equal to zero.

x − 4 = 0

x − 5 = 0

Step 5

Solve.

Add 4 to both sides.

x = 4

Add 5 to both sides.

x = 5

Check

4² − 9(4) + 20

16 − 36 + 20

0

Correct.

Now check 5.

25 − 45 + 20

0

Correct.

Both answers satisfy the equation.


Example 3

Solve

x² + x − 12 = 0

Step 1

Find two numbers whose product is −12.

Possible pairs include

1 and −12

2 and −6

3 and −4

Step 2

Find the pair whose sum equals 1.

4 and −3

Step 3

Write the factors.

(x + 4)(x − 3) = 0

Step 4

Set each factor equal to zero.

x + 4 = 0

x − 3 = 0

Step 5

Solve.

Subtract 4 from both sides.

x = −4

Add 3 to both sides.

x = 3

Final Answer

x = −4

x = 3


A Quick Factoring Strategy

Whenever you see

x² + bx + c

ask yourself two questions.

Question 1

Which two numbers multiply to give c?

Question 2

Do those same numbers add to give b?

If the answer is yes,

you have found the correct factors.

With practice, this process becomes much faster.




Forgetting to Check

Substitute every solution back into the original equation.

If the equation balances,

your solution is correct.


Practice Questions

Solve by factoring.

  1. x² + 5x + 6 = 0

  2. x² − 8x + 15 = 0

  3. x² + 9x + 20 = 0

  4. x² − 7x + 10 = 0

  5. x² + 2x − 15 = 0

  6. x² − x − 12 = 0

  7. x² + 11x + 24 = 0

  8. x² − 10x + 24 = 0


Answers

  1. x = −2, −3

  2. x = 3, 5

  3. x = −4, −5

  4. x = 2, 5

  5. x = 3, −5

  6. x = 4, −3

  7. x = −3, −8

  8. x = 4, 6



A quadratic equation is an equation whose highest exponent is two. Before attempting to solve it, identify whether it is already in standard form and determine the values of a, b, and c. When the equation can be factored, rewriting it as the product of two binomials often provides the quickest solution. The Zero Product Property then allows each factor to be solved separately, producing all possible solutions. As you continue practicing, you'll begin to recognize common factor patterns quickly, an essential skill for success on the Digital SAT Math section.


Tuesday, July 7, 2026

SAT Math Formula Cheat Sheet for Quick Reference

 

SAT Math Formulas

The Digital SAT includes a reference sheet with some geometry formulas, but it does not include everything you'll need. Knowing the most common formulas before test day helps you solve problems more quickly and reduces the chance of making simple mistakes.


Exponent Rules

For any nonzero number a:

a⁰ = 1

a¹ = a

aᵐ × aⁿ = aᵐ⁺ⁿ

aᵐ ÷ aⁿ = aᵐ⁻ⁿ

(aᵐ)ⁿ = aᵐⁿ

(ab)ⁿ = aⁿbⁿ

(a/b)ⁿ = aⁿ/bⁿ

a⁻ⁿ = 1/aⁿ

Remember

  • Multiply → add exponents.

  • Divide → subtract exponents.

  • A negative exponent means take the reciprocal.


Radicals

√a × √b = √(ab)

√a ÷ √b = √(a/b)

Examples

√49 = 7

√81 = 9

∛125 = 5

Perfect squares worth memorizing:

1, 4, 9, 16, 25, 36, 49, 64, 81, 100

121, 144, 169, 196, 225, 256, 289, 324, 361, 400


Linear Equations

Slope

m = (y₂ − y₁)/(x₂ − x₁)

Slope-intercept form

y = mx + b

Point-slope form

y − y₁ = m(x − x₁)

Standard form

Ax + By = C

Parallel lines have the same slope.

Perpendicular lines have negative reciprocal slopes.


Coordinate Geometry

Distance Formula

d = √[(x₂ − x₁)² + (y₂ − y₁)²]

Midpoint Formula

((x₁ + x₂)/2, (y₁ + y₂)/2)


Quadratic Equations

Standard form

ax² + bx + c = 0

Quadratic Formula

x = (−b ± √(b² − 4ac))/2a

Discriminant

b² − 4ac

Positive → two real solutions

Zero → one real solution

Negative → no real solutions

Vertex

x = −b/(2a)


Factoring Identities

Difference of Squares

a² − b² = (a + b)(a − b)

Perfect Square Trinomials

a² + 2ab + b² = (a + b)²

a² − 2ab + b² = (a − b)²


Circle Formulas

Circumference

C = 2πr

Area

A = πr²

Arc Length

(θ/360) × 2πr

Sector Area

(θ/360) × πr²

Diameter = 2r


Rectangles and Squares

Rectangle

Area = length × width

Perimeter = 2(length + width)

Square

Area = side²

Perimeter = 4 × side

Diagonal = side√2


Triangles

Area

½ × base × height

Pythagorean Theorem

a² + b² = c²

The angles inside every triangle add up to 180°.

An exterior angle equals the sum of the two opposite interior angles.


Special Right Triangles

45°–45°–90°

1 : 1 : √2

30°–60°–90°

1 : √3 : 2

These ratios are tested regularly.


Trigonometry

SOH CAH TOA

sin θ = opposite/hypotenuse

cos θ = adjacent/hypotenuse

tan θ = opposite/adjacent

tan θ = sin θ/cos θ


Polygons

Interior Angle Sum

(n − 2) × 180°

Each Interior Angle of a Regular Polygon of n vertics

[(n − 2) × 180°]/n


Volume

Cube

Rectangular Prism

lwh

Cylinder

πr²h

Cone

⅓πr²h

Sphere

⁴⁄₃πr³


Surface Area

Cube

6s²

Cylinder

2πr² + 2πrh

Sphere

4πr²


Mean

Mean

Sum of all values ÷ Number of values

Weighted Mean

Σ(value × weight) ÷ Σ(weights)


Probability

P(Event)

Number of Favorable Outcomes ÷ Total number of Outcomes

Complement Rule

P(complement event ) =1 − P(Event)

A probability is always between 0 and 1.


Percents

Increase

Original × (1 + rate)

Decrease

Original × (1 − rate)

Percent Change

(New − Original)/Original × 100%


Simple Interest

I = Prt

P = Principal

r = Interest Rate

t = Time


Exponential Growth and Decay

Growth

A = P(1 + r)ᵗ

Decay

A = P(1 − r)ᵗ


Functions

Example

f(x) = 2x + 3

f(5) = 13

Replace x with the given value.


Useful Constants

π ≈ 3.14

√2 ≈ 1.414

√3 ≈ 1.732



Learn Function Notation, Inputs and Outputs for Digital SAT Math

  Guide to Functions for Digital SAT Math, GCSE, IGCSE, ACT, and High School Mathematics Part 1 — Understanding Functions from First Princip...