You can put this solution on YOUR website! Solve the inequality and graph the solution.
|y-8|<_7
---------------
If you mean less than or equal, use <=
---
|y-8| <= 7
Case 1
y-8 <= 7
y <= 15
-----
Case 2
-(y-8) <= 7
y-8 >= -7
y >= 1
=============
1 <= y <= 15