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


b |x - 2| >= 4 means x - 2 >= 4and x - 2 <= -4 . So B is correct.

Computer Science & Information Technology

You might also like to view...

Which function would be the most useful for determining if a certain word is contained in a string representing a sentence?

a. strcspn. b. strchr. c. strstr. d. strrchr.

Computer Science & Information Technology

Solve the following equations with one variable for an explicit value (or values) of the unknown:

4 2 /x=x/2

Computer Science & Information Technology

Graphics and images included with Microsoft Office are examples of ________

A) styles. B) themes. C) formatting marks. D) clip art.

Computer Science & Information Technology

What will happen when users attempt to connect via Telnet or SSH for enable mode when neither the enable secret password command nor the enable password password command have been configured?

A) The user will immediately access enable mode without a password. B) The user will be prompted to configure a password for access. C) The system default password will be needed to access enable mode. D) The user will be rejected with no prompt to enter a password.

Computer Science & Information Technology