SOLUTION: x-2/x+6 >= 3 Please help me solve this equation

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: x-2/x+6 >= 3 Please help me solve this equation      Log On


   



Question 30039: x-2/x+6 >= 3
Please help me solve this equation

Answer by Fermat(136) About Me  (Show Source):
You can put this solution on YOUR website!
Multiply everything by x
giving,
x² - 2 + 6x >= 3x (assuming x is positive)
rearrange,
x² + 3x - 2 >= 0
use the quadratic formula,
x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
a = 1, b = 3, c = -2
x+=+%28-3+%2B-+sqrt%28+3%5E2-4%2A1%2A-2+%29%29%2F%282%2A1%29+
x+=+%28-3+%2B-+sqrt%28+17+%29%29%2F%282%29+
x = 0.5616, x = -3.5616
(x-0.5616)(x+3.5616) >= 0
=========================
Since the product of the two terms is positive (>=0), then the terms must be both positive or both negative (negative times negative = positive).
So,
x >= 0.5616 and x >= -3.5616
i.e. x >= 0.5616
================
or
x =< 0.5616 and x =< -3.5616
i.e. x =< -3.5616
================
But x was assumed to be positive (see third line). So the last solution (x =< -3.5616) is invalid since it requires x to be negative)
In fact, if you assume x to be negative, you get,
x² - 2 + 6x <= 3x (notice the change in the inequality sign)
rearrange,
x² + 3x - 2 <= 0
giving,
(x-0.5616)(x+3.5616) <= 0
==========================
This requires one term to be positive and the other term to be negative - at the same time.
So,
x =< 0.5616 and x >= -3.5616
or
-3.5616 =< x =< 0.5616
but x requires to be negative, so this becomes,
-3.5616 =< x =< 0
=================
The two solutions are,
x >= 0.5616
===========
and
-3.5616 =< x =< 0
=================