A manufacturer of a certain type of screw rejects any screw whose length is less than 2.5 — 0.03 centimeters or greater than 2.5 + 0.03 centimeters. If k represents the length of a screw, in centimeters, which of the following inequalities specifies all the lengths of screws that are acceptable?
A. |k + 0.03| > 2.5
B. |k — 0.03| <= 2.5
C. |k — 2.5| > 0.03
D. |k — 2.5| >= 0.06
E. |k — 2.5| <= 0.03
So, let's go through this step by step:
"rejects any screw whose length is less than 2.5 — 0.03 centimeters or greater than 2.5 + 0.03 centimeters."In other words, any screw that is less than: 2.50 - 0.03 =
2.47 or greater than 2.50 + 0.03 =
2.53 will be rejected.
If k represents the length of a screwIn other words, "K" is an acceptable screw that must fall within the acceptable range of 2.47 to 2.53, So:
2.47 ≤ K ≤ 2.53
You can rule out answers with < or > as opposed to ≤ or ≥ because the length cannot be LESS than 2.47 or GREATER than 2.53. In other words, 2.47 and 2.53 are acceptable lengths.
Let's look at (E):
|k — 2.5| <= 0.03
For the positive case: k - 2.5 ≤ 0.03 ===>
k ≤ 2.53For the negative case: -(k - 2.5) ≤ 0.03 ===> -k +2.5 ≤ 0.03 ===> - k ≤ -2.47 ===>
k ≥ 2.472.47 ≤ k ≤ 2.53
(E)