Multiple choice Which of the following expressions is true? (10 > 14) AND ("ABLE" > "BEE") (10 > 14) OR ("ABLE" > "BEE") NOT ("X" > "M") OR (14 = 10) NOT (15 > 15) Reveal answer Fill a bubble to check yourself D Correct answer Explanation Option D evaluates NOT (15 > 15). Since 15 > 15 is false (not greater than), NOT false = true. The other options all evaluate to false.