Which expression is the Dual of (P∧Q)∨(R∧True)(P \land Q) \lor (R \land \text{True})(P∧Q)∨(R∧True)?
(P∨Q)∧(R∨False)(P \lor Q) \land (R \lor \text{False})(P∨Q)∧(R∨False)
(P∧Q)∨(R∧False)(P \land Q) \lor (R \land \text{False})(P∧Q)∨(R∧False)
(P∨Q)∧(R∨True)(P \lor Q) \land (R \lor \text{True})(P∨Q)∧(R∨True)
(¬P∧¬Q)∨(¬R∧False)(\neg P \land \neg Q) \lor (\neg R \land \text{False})(¬P∧¬Q)∨(¬R∧False)