Question 1122800: Solve each inequality and graph its solution. 5-6|8n+8|>-91 Thanks! Found 3 solutions by solver91311, ikleyn, MathTherapy:Answer by solver91311(24713) (Show Source):
5 - 6|8n+8| > -91 ====> add 6|8n+8| to both sides ====>
5 > -91 + 6|8n+8| ====> add 91 to bot sides
5 + 91 > 6|8n+8| ====> rewrite it in this form
6|8n+8| < 96 ====> divide both sides by 6 ====>
|8n+8| < 16 ====> equivalent to
8*|n+1| < 16 ====> divide both sides by 8 ====>
|n+1| < 2 ====> is equivalent to
|n - (-1)| < 2 ====>
the solutions to the last inequality are those values of n that are remoted from (-1) to the distance less than 2, i.e.
(-1) - 2 < n < (-1) + 2, which is equivalent to
- 3 < n < 1.
It is your ANSWER: - 3 < n < 1, or, in the interval notation, the interval set (-3,1).