- #1
mathdad
- 1,283
- 1
Rewrite each statement using absolute values.
1. The distance between x and 4 is at least 8.
Work:
| x - 4 | > or = 8
Correct?
Why must we write greater than or equal to for AT LEAST statements?
2. The distance between x^3 and -1 is at most 0.001.
Work:
| x^3 - (-1) | < or = 0.001
Correct?
Why must we write less than or equal to for AT MOST statements?
1. The distance between x and 4 is at least 8.
Work:
| x - 4 | > or = 8
Correct?
Why must we write greater than or equal to for AT LEAST statements?
2. The distance between x^3 and -1 is at most 0.001.
Work:
| x^3 - (-1) | < or = 0.001
Correct?
Why must we write less than or equal to for AT MOST statements?