You can put this solution on YOUR website! |4a+3| <= 5
divide into 2 equations:
positive side:
4a+3 <=5
and
negative side:
4a+3 >= -5
-----
4a+3<=5 becomes:
4a<=2
a<=.5
-----
4a+3>=-5 becomes:
4a>=-8
a>=-2
-----
you have:
a<=.5
a>=-2
rewritten, this is:
-2<=a<=.5
-----
to prove:
let a = -2
|4a+3| = |-8+3| = |-5| = 5 <= 5
let a = .5
|4a+3| = |2+3| = 5 <= 5
we're good on the limits.
take one within the limits
let a = 0
|4a+3| = |3| = 3 <= 5 (ok)
take one below the limits.
let a = -3
|4a+3| = |-12+3| = |-9| = 9 NOT <= 5 (not ok)
take one above the limits.
let a = 1
|4a+3| = |4+3| = |7| = 7 NOT <= 5 (not ok).
-----
looks like the values of:
-2<=a<=.5
are good.
that's your answer.
check this website out for a fuller explanation.
http://www.purplemath.com/modules/absineq.htm