Solving quadratic equations

Kevin Lee
8 min read
Listen to this study note
Study Guide Overview
This guide covers solving quadratic equations for the AP SAT (Digital) exam using factoring, the quadratic formula, and completing the square. It explains the discriminant for analyzing roots and includes practice questions. Key topics are factoring techniques, applying the quadratic formula, and the completing the square process. The guide also provides exam tips, memory aids, and last-minute advice.
#Quadratic Equations: Your Ultimate Guide 🚀
Hey there, future math whiz! Quadratic equations might seem intimidating, but they're just puzzles waiting to be solved. This guide is your go-to resource for mastering them, especially for the AP SAT (Digital) exam. Let's dive in!
#Why Quadratics Matter? 🤔
Quadratic equations are everywhere! From figuring out projectile motion in physics to modeling growth in finance, they're a fundamental tool. Mastering them not only boosts your SAT score but also sets you up for success in higher-level math and science courses.
#Overview of Solving Methods
There are three main ways to solve quadratic equations:
- Factoring: Great for equations that break down nicely.
- Quadratic Formula: Your trusty backup for any quadratic equation.
- Completing the Square: A bit more involved, but powerful for understanding the structure of quadratics.
Let's explore each method in detail!
#Solving Quadratics by Factoring
#
Factoring Techniques
- Standard Form: A quadratic equation is written as , where a, b, and c are real numbers and .
- Zero Product Property: If the product of two factors is zero, at least one of the factors must be zero. This is the key to solving by factoring.
- Finding the Right Numbers: Look for two numbers that multiply to and add up to .
- Factoring with : For equations like , factor as , where and are factors of that add up to .
- Factoring with : Factor out the greatest common factor (GCF) first, then factor the remaining quadratic expression.
#Solving Process
- Factor the Quadratic Equation: Use the techniques above.
- Set Each Factor to Zero: Apply the zero product property.
- Solve for the Variable: Find the roots or solutions of the equation.
#Examples
- Example 1: Solve
- Factors:
- Solutions: or
- Example 2: Solve
- Factor:
- Solutions: or
Practice Question
json
{
"multiple_choice": [
{
"question": "What are the solutions to the equation <math-inline>x^2 - 5x + 6 = 0</math-inline>?",
"options": [
"x = 2 and x = 3",
"x = -2 and x = -3",
"x = 2 and x = -3",
"x = -2 and x = 3"
],
"answer": "x = 2 and x = 3"
},
{
"question": "Solve for x: $3x^2 + 10x - 8 = 0$",
"options...

How are we doing?
Give us your feedback and let us know how we can improve