meshackb
I've never been that great with inequalities, and I feel I'm missing something here. Some rule or something that I don't know about.
When I take statement 1 and break it down I get:
x^2 > 9
(x^2) - 9 > 0
(x - 3)(x + 3) > 0So the roots are
x > 3 , x > -3
But this is incorrect. According to the book it should be:
x > 3 , x < -3
What am I doing wrong?
Till the coloured part you're right and then you went wrong.
When \((x+3)(x-3) > 0\), it's only possible if both the factors are negative or both positive to have \(>0\)
1) when both terms are positive :
ignore \((x+3)\) since it's going to be > 0, but \((x-3) > 0\) so \(x>3\)
2) when both are negative :
ignore \((x-3)\) , but \((x+3) > 0\), and since \(x\) is negative , this gives \(x < -3\)