Welcome to Westonci.ca, where you can find answers to all your questions from a community of experienced professionals. Our Q&A platform provides quick and trustworthy answers to your questions from experienced professionals in different areas of expertise. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

An inspector counts the number of bad apples in a crate.
A crate with fewer than 3 bad apples is marked excellent.
A crate with three to 7 bad apples is marked questionable.
A crate with more than 7 bad apples is marked spoiled.

Which of the AP exam expressions evaluates to true for questionable crates and false otherwise?

(NOT(bad < 3)) AND (NOT(bad > 7))

(bad ≥ 3) AND (bad ≤ 7)

(NOT(bad < 3)) AND (NOT(bad > 7)), (bad ≥ 3) AND (bad ≤ 7)

(NOT(bad < 3)) AND (NOT(bad > 7)), (NOT(bad < 3)) OR (NOT(bad > 7))