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 && 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...

Stacked shapes and objects are often used to create a(n) ________

A) WordArt B) SmartArt C) logo D) Photo Album

Computer Science & Information Technology

Decision tables:

a. Are used for developing company policies to include in a solution. b. Are used for the developer to communicate the solution to the client. c. Are rarely used. d. All of the above. e. a and b. f. b and c.

Computer Science & Information Technology