Given |x - 2| <= 4, which of the following is true?

a. x - 2 <= 4 && x - 2 >= 4
b. x - 2 <= 4 && x - 2 > -4
c. x - 2 <= 4 && x - 2 >= -4
d. x - 2 <= 4 || x - 2 >= -4

c |x - 2| <= 4 means x - 2 <= 4 and x - 2 > -4 . So the correct answer is C.

Computer Science & Information Technology

You might also like to view...

Describe the process of exporting data from a query in Access to Microsoft Office Excel.

What will be an ideal response?

Computer Science & Information Technology

The statement, when executed in a loop, terminates the loop.

a) Continue b) Break c) Skip d) Exit

Computer Science & Information Technology