Problema Solution

a carpenter cuts boards that are 2 meters long. It is acceptable for the length to differ from this value by at most 0.05 meters. Write and solve an absolute-value inequality to find the range of acceptable lengths.

Answer provided by our tutors

Let 'x' be the length of the board cut.


Since it is acceptable for the length to differ from 2 m by at most 0.05 meters we the following absolute-value inequality:


|x - 2 | <= 0.5


Lets solve the inequality


1. If x >=2 then |x - 2| = x - 2


x - 2 <= 0.5


x < = 2.5


2. If x < 2 then |x - 2| = 2 - x


2 - x <= 0.5


x > = 1.5


The solution is 1.5 <= x < 2.5 and the range of acceptable lengths is 2.5 - 1.5 = 1