How do you graph and solve abs[2-x/2]-1<=12x211?

1 Answer
May 16, 2018

0<=x<=80x8 or x in[0,8]x[0,8]

Explanation:

Add one to both sides to get:
abs(2-x/2)<=12x21

Now since we have abs()|| we ca take the positive or negative of the function:

2-x/2<=22x22
-x/2<=0x20
-x<=0x0
x>=0x0

or

x/2-2<=2x222
x/2<=4x24
x<=8x8

Combining these gives us:
0<=x<=80x8 or x in[0,8]x[0,8]