Match the statements defined below with the letters labeling
Match the statements defined below with the letters labeling their equivalent expressions. 1. x is less than or equal to 5 A. |x - 5| > 3 2. x is less than 5 B. |x - 5| lessthanorequalto 3. 3. x is greater than or equal to 5 c. x
Solution
Solution:
1. x is less than or equal to 5 = x 5 ( option E is correct)
2. x is less than 5 = x<5 ( option C is correct )
3. x is greater than or equal to 5 = x5 ( option D is correct )
4. the distance from x to 5 is more than 3 = mod(x-5) >3 ( option A is correct)
5. the distance from x to 5 is less than or most 3 = mod(x-5) 3 ( option B is correct)
