Ask Uncle Colin: A quadratic inequality
Dear Uncle Colin,
I’ve come across a seemingly simple question I can’t tackle: solve
. I tried factorising to get
, which has the roots 0 and -2, but the book says the answer is or . Where have I gone wrong? -- Running Out Of Time
Hi, ROOT!
First thing to do, when you have a disagreement over an answer, is to check that yours makes sense. If
Also, as a rule (except for a few contrived edge cases), if you’re solving an inequality, you would normally expect a range of answers rather than specific values – and this example isn’t one of the exceptions!
What you’ve done is solve
If I were doing this 1 , I would bring everything to the left:
At this point, I’d sketch the curve
Adding three to each side gives
To find where the expression is at least 0, we need to find the
Hope that helps!
-- Uncle Colin
Footnotes:
1. and what do you know? I am doing this!