SOLUTION: /k/ lessthan or equal to 3

Algebra ->  Graphs -> SOLUTION: /k/ lessthan or equal to 3      Log On


   



Question 260385: /k/ lessthan or equal to 3
Answer by drk(1908) About Me  (Show Source):
You can put this solution on YOUR website!
abs%28k%29+%3C=3
split and solve
first,
k <= 3
second
k>=-3
put together,
-3<=k <= 3
graph if needed.