snipertrader Wrote:So we are looking for finite values of X
A. x^4 >= 1
x >= 1 OR x <= -1 - wrong
B. x^3 <= 27
x <= 3 - x could take any negative no less than/equal to 3 - wrong
C. x^2 >= 16
x >= 4 OR x <= -4 wrong
D. 2<= |x| <= 5
2 <= x <= 5
OR
-2 >= x >= -5 - two options/line segments, wrong
Stop, Now E has to be the answer...but lets solve it to check
E. 2 <= 3x+4 <= 6
-2 <= 3x <= 2
-2/3 <= x <= 2/3 (dividing by 3)
So E it is
yes.
note that (e) is the easiest of these equations to solve (it's a routine linear inequality).
as soon as you figure out its solution set, you're done, since it's a single line segment of finite length.