Solving Polynomial Inequalities

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
eleventhxhour
Messages
73
Reaction score
0
Solve the following inequality:

6e) $(x - 3)(x + 1) + (x - 3)(x + 2) \ge 0$

So, I created an interval table with the zeros x-3, x+1, x-3 and x+2 but I keep getting the wrong answer. Could someone help? (this is grade 12 math - so please don't be too complicated).

Thanks.
 
Mathematics news on Phys.org
I would start with factoring the LHS:
$$(x-3)[(x+1)+(x+2)] \geq 0$$
$$\Leftrightarrow (x-3)(2x+3) \geq 0$$

Now create an interval table and look where the function $f(x)=(x-3)(2x+3)$ which has two zeros at $x=3$ and $x=\frac{-3}{2}$ is positive. That will give you the answer.