Exam-style question
Try this first
Which expression is equivalent to NOT(A OR B)?.
- A.NOT A OR NOT B
- B.A AND B
- C.NOT A AND NOT B
- D.A OR B
Model answer
What a good answer should say
- NOT A AND NOT B
Explanation
Why this works
De Morgan’s law states that NOT(A OR B) is equivalent to NOT A AND NOT B.
Common mistake
No common mistake is linked to this question yet.
