How to solve this quadratic...please help

smelius

New member
Joined
Jul 4, 2005
Messages
4
12x^2 +11x+2/x-6>0

I just need to know if anyone knows how to solve... 8-)
 
Do you mean (12x^2 + 11x + 2) / (x - 6) > 0? Parentheses are important there.

(12x<sup>2</sup> + 11x + 2) / (x - 6) > 0

<==> (12x<sup>2</sup> + 11x + 2 > 0 and x - 6 > 0) or (12x<sup>2</sup> + 11x + 2 < 0 and x - 6 < 0)

<==> ((3x + 2)(4x + 1) > 0 and x - 6 > 0) or ((3x + 2)(4x + 1) < 0 and x - 6 < 0)

<==> (((3x + 2 > 0 and 4x + 1 > 0) or (3x + 2 < 0 and 4x + 1 < 0)) and x - 6 > 0) or (((3x + 2 > 0 and 4x + 1 < 0) or (3x + 2 < 0 and 4x + 1 > 0)) and x - 6 < 0)

<==> (((3x > -2 and 4x > -1) or (3x < -2 and 4x < -1)) and x > 6) or (((3x > -2 and 4x < -1) or (3x < -2 and 4x > -1)) and x < 6)

<==> (((x > -2/3 and x > -1/4) or (x < -2/3 and x < -1/4)) and x > 6) or (((x > -2/3 and x < -1/4) or (x < -2/3 and x > -1/4)) and x < 6)

<==> ((x > -1/4 or x < -2/3) and x > 6) or (x > -2/3 and x < -1/4 and x < 6)

<==> x > 6 or -2/3 < x < -1/4
 
Top