dervast said:
No i am not sure if i can make i :(
I don't know when we have for example the -1<t<2 if i mytliply -1 what changes I should apply to the symbols < >
Just change < to >, and vice versa, i.e > to <.
For example, if 1 < t < 2, then -1 > t > -2.
If -1 <= t <= 2, then 1 >= t >= -2.
If you multiply both sides of an inequality by a
negative number, then the signs will change. For example: t > 5 <=> -2t < -10.
However, if you multiply both sides of an inequality by a
positive number, the signs
do not change.
For example: x >= 2 <=> 10x >= 20.
----------
Now, just answer my question, what's the range for \alpha? And since \alpha = -t, what's the range for -t?
Is the second statement correct? From there, is the first statement correct?
Can you go from here? :)