Free. Exclusive. Just for you.
Four unique services that make learning easier, faster, and smarter - only on our website.

Quadratic Inequalities worksheet with ten problems for solving, featuring algebraic expressions and inequalities.

Worksheet titled "Quadratic Inequalities" with ten problems to solve, including equations like x² - 2x - 3 ≥ 0 and x² + 9x + 13 > -7, from Math Monks.

Worksheet titled "Quadratic Inequalities" with ten problems to solve, including equations like x² - 2x - 3 ≥ 0 and x² + 9x + 13 > -7, from Math Monks.

JPG 742×1050 67.8 KB Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #372538
Show Answer Key & Explanations Step-by-step solution for: Quadratic Inequalities Worksheets with Answer Key
To solve the given quadratic inequalities, we will follow a systematic approach for each problem. The general steps are:

1. Rewrite the inequality in standard form (if necessary).
2. Solve the corresponding quadratic equation to find the critical points.
3. Determine the intervals defined by the critical points.
4. Test points in each interval to determine where the inequality holds.
5. Write the solution set in interval notation.

Let's solve each inequality step by step.

---

Problem 1: \( x^2 - 2x - 3 \geq 0 \)



#### Step 1: Solve the quadratic equation
\[ x^2 - 2x - 3 = 0 \]
Factorize:
\[ (x - 3)(x + 1) = 0 \]
So, the roots are:
\[ x = 3 \quad \text{and} \quad x = -1 \]

#### Step 2: Determine the intervals
The roots divide the real number line into three intervals:
\[ (-\infty, -1), \quad (-1, 3), \quad (3, \infty) \]

#### Step 3: Test points in each interval
- For \( x \in (-\infty, -1) \), choose \( x = -2 \):
\[ (-2)^2 - 2(-2) - 3 = 4 + 4 - 3 = 5 \geq 0 \] (True)
- For \( x \in (-1, 3) \), choose \( x = 0 \):
\[ 0^2 - 2(0) - 3 = -3 \not\geq 0 \] (False)
- For \( x \in (3, \infty) \), choose \( x = 4 \):
\[ 4^2 - 2(4) - 3 = 16 - 8 - 3 = 5 \geq 0 \] (True)

#### Step 4: Include the critical points
Since the inequality is \( \geq 0 \), we include the roots \( x = -1 \) and \( x = 3 \).

#### Solution:
\[ (-\infty, -1] \cup [3, \infty) \]

---

Problem 2: \( x^2 + 9x + 13 > -7 \)



#### Step 1: Rewrite the inequality
\[ x^2 + 9x + 13 + 7 > 0 \]
\[ x^2 + 9x + 20 > 0 \]

#### Step 2: Solve the quadratic equation
\[ x^2 + 9x + 20 = 0 \]
Factorize:
\[ (x + 4)(x + 5) = 0 \]
So, the roots are:
\[ x = -4 \quad \text{and} \quad x = -5 \]

#### Step 3: Determine the intervals
The roots divide the real number line into three intervals:
\[ (-\infty, -5), \quad (-5, -4), \quad (-4, \infty) \]

#### Step 4: Test points in each interval
- For \( x \in (-\infty, -5) \), choose \( x = -6 \):
\[ (-6)^2 + 9(-6) + 20 = 36 - 54 + 20 = 2 > 0 \] (True)
- For \( x \in (-5, -4) \), choose \( x = -4.5 \):
\[ (-4.5)^2 + 9(-4.5) + 20 = 20.25 - 40.5 + 20 = -0.25 \not> 0 \] (False)
- For \( x \in (-4, \infty) \), choose \( x = 0 \):
\[ 0^2 + 9(0) + 20 = 20 > 0 \] (True)

#### Step 5: Exclude the critical points
Since the inequality is \( > 0 \), we exclude the roots \( x = -5 \) and \( x = -4 \).

#### Solution:
\[ (-\infty, -5) \cup (-4, \infty) \]

---

Problem 3: \( x^2 > 4(8 - x) \)



#### Step 1: Rewrite the inequality
\[ x^2 > 32 - 4x \]
\[ x^2 + 4x - 32 > 0 \]

#### Step 2: Solve the quadratic equation
\[ x^2 + 4x - 32 = 0 \]
Factorize:
\[ (x + 8)(x - 4) = 0 \]
So, the roots are:
\[ x = -8 \quad \text{and} \quad x = 4 \]

#### Step 3: Determine the intervals
The roots divide the real number line into three intervals:
\[ (-\infty, -8), \quad (-8, 4), \quad (4, \infty) \]

#### Step 4: Test points in each interval
- For \( x \in (-\infty, -8) \), choose \( x = -9 \):
\[ (-9)^2 + 4(-9) - 32 = 81 - 36 - 32 = 13 > 0 \] (True)
- For \( x \in (-8, 4) \), choose \( x = 0 \):
\[ 0^2 + 4(0) - 32 = -32 \not> 0 \] (False)
- For \( x \in (4, \infty) \), choose \( x = 5 \):
\[ 5^2 + 4(5) - 32 = 25 + 20 - 32 = 13 > 0 \] (True)

#### Step 5: Exclude the critical points
Since the inequality is \( > 0 \), we exclude the roots \( x = -8 \) and \( x = 4 \).

#### Solution:
\[ (-\infty, -8) \cup (4, \infty) \]

---

Problem 4: \( 2x^2 + 9x + 10 > 0 \)



#### Step 1: Solve the quadratic equation
\[ 2x^2 + 9x + 10 = 0 \]
Use the quadratic formula:
\[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]
Here, \( a = 2 \), \( b = 9 \), \( c = 10 \):
\[ x = \frac{-9 \pm \sqrt{81 - 80}}{4} = \frac{-9 \pm 1}{4} \]
So, the roots are:
\[ x = \frac{-9 + 1}{4} = -2 \quad \text{and} \quad x = \frac{-9 - 1}{4} = -\frac{5}{2} \]

#### Step 2: Determine the intervals
The roots divide the real number line into three intervals:
\[ (-\infty, -\frac{5}{2}), \quad (-\frac{5}{2}, -2), \quad (-2, \infty) \]

#### Step 3: Test points in each interval
- For \( x \in (-\infty, -\frac{5}{2}) \), choose \( x = -3 \):
\[ 2(-3)^2 + 9(-3) + 10 = 18 - 27 + 10 = 1 > 0 \] (True)
- For \( x \in (-\frac{5}{2}, -2) \), choose \( x = -2.2 \):
\[ 2(-2.2)^2 + 9(-2.2) + 10 = 2(4.84) - 19.8 + 10 = 9.68 - 19.8 + 10 = -0.12 \not> 0 \] (False)
- For \( x \in (-2, \infty) \), choose \( x = 0 \):
\[ 2(0)^2 + 9(0) + 10 = 10 > 0 \] (True)

#### Step 4: Exclude the critical points
Since the inequality is \( > 0 \), we exclude the roots \( x = -\frac{5}{2} \) and \( x = -2 \).

#### Solution:
\[ (-\infty, -\frac{5}{2}) \cup (-2, \infty) \]

---

Final Answers


1. \( (-\infty, -1] \cup [3, \infty) \)
2. \( (-\infty, -5) \cup (-4, \infty) \)
3. \( (-\infty, -8) \cup (4, \infty) \)
4. \( (-\infty, -\frac{5}{2}) \cup (-2, \infty) \)

For the remaining problems, the same approach can be applied. If you need solutions for the rest, please let me know!

Boxed Final Answer for Problems 1-4:
\[
\boxed{
\begin{aligned}
1. & \quad (-\infty, -1] \cup [3, \infty) \\
2. & \quad (-\infty, -5) \cup (-4, \infty) \\
3. & \quad (-\infty, -8) \cup (4, \infty) \\
4. & \quad (-\infty, -\frac{5}{2}) \cup (-2, \infty)
\end{aligned}
}
\]
Parent Tip: Review the logic above to help your child master the concept of quadratic inequalities worksheet answers.
Print Download

How to use

Click Print to open a print-ready version directly in your browser, or use Download to save the file to your device. The ⭐ Answer button generates an AI answer key instantly - useful for teachers who need a quick reference. Need a different version? Our AI Worksheet Generator lets you create a custom worksheet on any topic in seconds.

(view all quadratic inequalities worksheet answers)

Solve Quadratic Inequalities Worksheets
quadratic inequalities Interactive Worksheet – Edform
Quadratic Inequalities - GCSE Maths - Steps, Examples & Worksheet
Solve Quadratic Inequalities worksheets
imath - Grade 11 exercises re. solving quadratic inequalities
Solving Quadratic Inequalities Textbook Exercise – Corbettmaths
Math Exercises & Math Problems: Quadratic Equations and Inequalities
Graphing Solutions of Quadratic Inequalities Worksheet
Quadratic Inequalities Worksheets with Answer Key
Functions - Solving Quadratic Inequalities in One Variable by We ...