
David W. answered 08/30/16
Tutor
4.7
(90)
Experienced Prof
"The speed limit on the road is 30 miles per hour. Drivers on this road typically vary as much as 5 miles per hour. Represent this with an absolute value inequality."
First, read and re-read the problem until you can put it into your own words. How's this:
"The typical speed of drivers varies less than or equal to 5 miles per hour from the speed limit of 30 mph."
Let x = typical speed of drivers
so,
absolute value of (speed x difference from 30) is less than or equal to 5
|x - 30| <= 5
To remove the absolute value symbol, you must evaluate two inequalities:
either
(x-30) <= 5
or
-(x-30) <= 5 which also is (x-30) >= -5
[when multiply by (-1) the sense of the inequality reverses]
Combining those, we have:
-5 <= (x-30) <= 5
When we add 30, the sense of the inequality remains the same:
25 <= x <= 35