To solve the quadratic inequality \(2x^2 + 7x - 30 \geq 0\) by factoring, we first need to factor the quadratic expression.
-
Start by factoring the quadratic \(2x^2 + 7x - 30\).
We are looking for two numbers that multiply to \(2 \times -30 = -60\) and add to \(7\). The two numbers that satisfy these conditions are \(12\) and \(-5\).
-
Rewrite the middle term (the term with \(x\)):
\[ 2x^2 + 12x - 5x - 30 \]
-
Group the terms:
\[ (2x^2 + 12x) + (-5x - 30) \]
-
Factor by grouping:
\[ 2x(x + 6) - 5(x + 6) \]
This gives us:
\[ (2x - 5)(x + 6) \]
-
Set the factored expression greater than or equal to zero:
\[ (2x - 5)(x + 6) \geq 0 \]
-
Find the roots by setting each factor to zero:
\[ 2x - 5 = 0 \quad \Rightarrow \quad x = \frac{5}{2} \]
\[ x + 6 = 0 \quad \Rightarrow \quad x = -6 \]
-
The critical points are \(x = -6\) and \(x = \frac{5}{2}\). These points divide the number line into intervals:
- \( (-\infty, -6) \)
- \( (-6, \frac{5}{2}) \)
- \( (\frac{5}{2}, \infty) \)
-
We will test each interval to determine where the inequality holds.
- Test an x-value from all three intervals:
- For \(x = -7\) (in \((- \infty, -6)\)): \[ (2(-7) - 5)((-7) + 6) = (-14 - 5)(-1) = -19 \cdot (-1) > 0 \quad \Rightarrow \quad \text{True} \]
- For \(x = 0\) (in \((-6, \frac{5}{2}) \)): \[ (2(0) - 5)(0 + 6) = (-5)(6) < 0 \quad \Rightarrow \quad \text{False} \]
- For \(x = 3\) (in \((\frac{5}{2}, \infty)\)): \[ (2(3) - 5)(3 + 6) = (6 - 5)(9) = 1 \cdot 9 > 0 \quad \Rightarrow \quad \text{True} \]
- Test an x-value from all three intervals:
-
The intervals where the inequality holds true are:
- \( (-\infty, -6] \) (because we include \(-6\) where the expression equals zero),
- \([ \frac{5}{2}, \infty) \) (because we include \(\frac{5}{2}\) where the expression equals zero).
So the solution to the inequality is:
\[ (-\infty, -6] \cup \left[\frac{5}{2}, \infty\right) \]
Thus, the correct answer is:
\[ (-\infty, -6] \cup \left[\frac{5}{2}, \infty\right) \]
Final Answer: \((- \infty, -6] \cup \left[\frac{5}{2}, \infty\right)\)