marie wrote:as part of a ds problem I had to resolve:
x^2 > 2x i.e., {x squared is greater than 2x}
is the answer: x>2 and x<0 or x>2 and x<-2??
thxs,
please show all steps!
As JeffB notes, we can simplify to:
x(x-2)>0
Let's see how we get from there to the final answer.
First, we recognize that to obtain a positive product, either both terms are positive or both are negative. Accordingly, we can set up two pairs of inequalities.
The positive case gives us:
x>0 AND x-2>0
x>0 AND x>2
When we have two inequalities pointing in the same direction, we must satisfy the more limiting inequality. In this case, that means that x>2.
The negative case gives us:
x<0 AND x-2<0
x<0 AND x<2
Again choosing the more limiting inequality, we get x<0.
So, to satisfy the original inequality, either:
x<0 OR x>2.