Discrete Math Quiz: Logical Equivalences
20 questions · exam conditions
0:00
Logical EquivalencesQuestion 1 of 20

Consider the nested implication: P(QR)P \rightarrow (Q \rightarrow R). Which expression is equivalent when all implications are converted to their disjunctive forms?

(PQ)R(P \land Q) \rightarrow R
(¬P¬Q)R(\neg P \lor \neg Q) \lor R
¬P(QR)\neg P \lor (Q \land R)
¬P(¬QR)\neg P \lor (\neg Q \lor R)
← Back to quizzes

Discrete Math Quiz

Discrete Math Quiz: Logical Equivalences

Practice Logical Equivalences in Discrete Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Logical Equivalences, giving you a quick way to practice the rules, question types, and explanations that matter most for Discrete Math.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Consider the nested implication: P(QR)P \rightarrow (Q \rightarrow R). Which expression is equivalent when all implications are converted to their disjunctive forms?

  1. (PQ)R(P \land Q) \rightarrow R
  2. (¬P¬Q)R(\neg P \lor \neg Q) \lor R
  3. ¬P(QR)\neg P \lor (Q \land R)
  4. ¬P(¬QR)\neg P \lor (\neg Q \lor R) (correct answer)
Explanation: When you encounter nested implications like this, you need to systematically convert each implication to its disjunctive form using the equivalence PQ¬PQP \rightarrow Q \equiv \neg P \lor Q. Starting with P(QR)P \rightarrow (Q \rightarrow R), work from the inside out. First, convert the inner implication: QRQ \rightarrow R becomes ¬QR\neg Q \lor R. Now you have P(¬QR)P \rightarrow (\neg Q \lor R). Apply the conversion rule again: this becomes ¬P(¬QR)\neg P \lor (\neg Q \lor R). The correct answer is D because it preserves the exact logical structure after both conversions. The parentheses maintain the proper grouping from the original nested structure. Option A represents (PQ)R(P \land Q) \rightarrow R, which would convert to ¬(PQ)R\neg(P \land Q) \lor R, or equivalently (¬P¬Q)R(\neg P \lor \neg Q) \lor R. This changes the logical meaning entirely. Option B is exactly that incorrect conversion of A, treating the original as if it were (PQ)R(P \land Q) \rightarrow R rather than the nested form given. Option C, ¬P(QR)\neg P \lor (Q \land R), incorrectly uses conjunction instead of disjunction in the second part, which would represent P(QR)P \rightarrow (Q \land R)—a completely different statement. Remember this key strategy: when converting nested implications, always work from the innermost parentheses outward, and double-check by converting your answer back to implication form. If it doesn't match the original structure, you've made an error in the conversion process.

Question 2

Given the equivalences for implications, which expression is NOT equivalent to ¬(PQ)\neg(P \rightarrow Q)?

  1. P¬QP \land \neg Q
  2. ¬(¬PQ)\neg(\neg P \lor Q)
  3. ¬Q¬P\neg Q \rightarrow \neg P (correct answer)
  4. P(Q)P \land (Q \rightarrow \perp)
Explanation: ¬(PQ)P¬Q\neg(P \rightarrow Q) \equiv P \land \neg Q. Choice A is the standard form. Choice B uses the disjunctive form of implication. Choice D represents PP and QQ being false (contradiction). Choice C represents the contrapositive of the original implication, which is equivalent to PQP \rightarrow Q, not its negation.

Question 3

In a logic circuit, the output expression is AB+CD\overline{A \cdot B + C \cdot D} where the overline represents negation, \cdot represents AND, and ++ represents OR. Using De Morgan's laws, this expression simplifies to:

  1. ABCD\overline{A \cdot B} \cdot \overline{C \cdot D}
  2. A+B+C+D\overline{A} + \overline{B} + \overline{C} + \overline{D}
  3. (A+B)(C+D)(\overline{A} + \overline{B}) \cdot (\overline{C} + \overline{D}) (correct answer)
  4. ABCD\overline{A} \cdot \overline{B} \cdot \overline{C} \cdot \overline{D}
Explanation: Starting with AB+CD\overline{A \cdot B + C \cdot D}, we apply De Morgan's law to get ABCD\overline{A \cdot B} \cdot \overline{C \cdot D}. Then applying De Morgan's law again to each term: AB=A+B\overline{A \cdot B} = \overline{A} + \overline{B} and CD=C+D\overline{C \cdot D} = \overline{C} + \overline{D}. So the final result is (A+B)(C+D)(\overline{A} + \overline{B}) \cdot (\overline{C} + \overline{D}). Choice A stops after the first application. Choice B incorrectly distributes the negation. Choice D applies De Morgan's incorrectly by using AND instead of OR within each group.

Question 4

Which of the following statements is equivalent to saying "It is not true that: if PP is false, then both QQ and RR are true"?

  1. PP is false, and either QQ is false or RR is false (correct answer)
  2. PP is true, and either QQ is false or RR is false
  3. PP is false, and both QQ and RR are false
  4. If PP is true, then either QQ is false or RR is false
Explanation: The statement is ¬(¬P(QR))¬P¬(QR)¬P(¬Q¬R)\neg(\neg P \rightarrow (Q \land R)) \equiv \neg P \land \neg(Q \land R) \equiv \neg P \land (\neg Q \lor \neg R). This means "P is false, and either Q is false or R is false." Choice B incorrectly states P is true. Choice C uses conjunction instead of disjunction for the Q and R parts. Choice D converts back to an implication form incorrectly.

Question 5

The statement (PQ)¬(RS)(P \lor Q) \rightarrow \neg(R \land S) is equivalent to its contrapositive. Which of the following correctly represents this contrapositive?

  1. (RS)¬(PQ)(R \land S) \rightarrow \neg(P \lor Q)
  2. (RS)(¬P¬Q)(R \land S) \rightarrow (\neg P \land \neg Q) (correct answer)
  3. ¬(RS)(PQ)\neg(R \land S) \rightarrow (P \lor Q)
  4. (¬R¬S)(PQ)(\neg R \lor \neg S) \rightarrow (P \lor Q)
Explanation: The contrapositive of ABA \rightarrow B is ¬B¬A\neg B \rightarrow \neg A. Here: ¬¬(RS)¬(PQ)(RS)(¬P¬Q)\neg\neg(R \land S) \rightarrow \neg(P \lor Q) \equiv (R \land S) \rightarrow (\neg P \land \neg Q) after applying De Morgan's law. Choice A doesn't apply De Morgan's to the consequent. Choice C reverses the roles incorrectly. Choice D applies De Morgan's to the wrong part.

Question 6

The compound statement ¬(AB)(CD)\neg(A \rightarrow B) \lor (C \rightarrow D) can be rewritten using only conjunction, disjunction, and negation operators. Which form is correct?

  1. (A¬B)(¬CD)(A \land \neg B) \lor (\neg C \lor D) (correct answer)
  2. (¬AB)(¬CD)(\neg A \lor B) \lor (\neg C \lor D)
  3. (A¬B)(¬CD)(A \land \neg B) \land (\neg C \lor D)
  4. (A¬B)(C¬D)(A \lor \neg B) \lor (C \lor \neg D)
Explanation: ¬(AB)A¬B\neg(A \rightarrow B) \equiv A \land \neg B and CD¬CDC \rightarrow D \equiv \neg C \lor D. Therefore: (A¬B)(¬CD)(A \land \neg B) \lor (\neg C \lor D). Choice B incorrectly converts ¬(AB)\neg(A \rightarrow B). Choice C uses conjunction instead of disjunction between the main parts. Choice D incorrectly handles both the negated implication and the regular implication.

Question 7

The statement "It is not true that if the weather is sunny, then both the park is crowded and the lake is warm" can be expressed symbolically as ¬(S(CW))\neg(S \rightarrow (C \land W)). Which of the following represents the same logical meaning?

  1. The weather is sunny, and either the park is not crowded or the lake is not warm (correct answer)
  2. The weather is not sunny, and both the park is crowded and the lake is warm
  3. If the weather is not sunny, then the park is not crowded or the lake is not warm
  4. The weather is sunny, and both the park is not crowded and the lake is not warm
Explanation: ¬(S(CW))S¬(CW)S(¬C¬W)\neg(S \rightarrow (C \land W)) \equiv S \land \neg(C \land W) \equiv S \land (\neg C \lor \neg W). This translates to "The weather is sunny, and either the park is not crowded or the lake is not warm." Choice B negates the wrong component. Choice C converts to an implication incorrectly. Choice D uses conjunction instead of disjunction in the second part.

Question 8

The statement "¬(xS,P(x))xS,¬P(x)\neg(\forall x \in S, P(x)) \equiv \exists x \in S, \neg P(x)" is an application of De Morgan's law to quantified statements. Which of the following is the correct application of this principle to the statement "It is not true that all students passed the exam"?

  1. At least one student did not pass the exam (correct answer)
  2. No students passed the exam
  3. All students did not pass the exam
  4. Some students passed and some students did not pass
Explanation: The negation of "all students passed" is equivalent to "there exists at least one student who did not pass," which is choice A. This directly applies De Morgan's law for quantifiers. Choice B ("No students passed") is too strong - it's the negation of "some students passed." Choice C ("All students did not pass") is also too strong and represents x,¬P(x)\forall x, \neg P(x) rather than x,¬P(x)\exists x, \neg P(x). Choice D adds unnecessary information not implied by the original negation.

Question 9

The expression ¬((PQ)(RS))\neg((P \rightarrow Q) \land (R \rightarrow S)) can be simplified using De Morgan's law and implication equivalences. Which form represents the complete simplification?

  1. ¬(PQ)¬(RS)\neg(P \rightarrow Q) \lor \neg(R \rightarrow S)
  2. (P¬Q)(R¬S)(P \land \neg Q) \lor (R \land \neg S) (correct answer)
  3. ¬(¬PQ)¬(¬RS)\neg(\neg P \lor Q) \lor \neg(\neg R \lor S)
  4. (¬PQ)(¬RS)(\neg P \lor Q) \land (\neg R \lor S)
Explanation: Applying De Morgan's law: ¬(PQ)¬(RS)\neg(P \rightarrow Q) \lor \neg(R \rightarrow S). Then converting each negated implication: (P¬Q)(R¬S)(P \land \neg Q) \lor (R \land \neg S). Choice A stops after applying De Morgan's law. Choice C converts implications to disjunctive form but doesn't simplify the negations. Choice D doesn't apply the initial negation correctly.

Question 10

In formal logic, the biconditional PQP \leftrightarrow Q is equivalent to (PQ)(QP)(P \rightarrow Q) \land (Q \rightarrow P). What is the negation of PQP \leftrightarrow Q when fully simplified using logical equivalences?

  1. ¬P¬Q\neg P \leftrightarrow \neg Q
  2. (P¬Q)(¬PQ)(P \land \neg Q) \lor (\neg P \land Q) (correct answer)
  3. (¬P¬Q)(¬Q¬P)(\neg P \rightarrow \neg Q) \land (\neg Q \rightarrow \neg P)
  4. ¬(PQ)¬(QP)\neg(P \rightarrow Q) \land \neg(Q \rightarrow P)
Explanation: When you encounter questions about negating biconditionals, remember that a biconditional PQP \leftrightarrow Q means "P if and only if Q" — both statements must have the same truth value. The biconditional is true when P and Q are both true or both false, and false when they have different truth values. To find the negation, start with the given equivalence: PQ(PQ)(QP)P \leftrightarrow Q \equiv (P \rightarrow Q) \land (Q \rightarrow P). Using De Morgan's law, the negation becomes: ¬(PQ)¬(PQ)¬(QP)\neg(P \leftrightarrow Q) \equiv \neg(P \rightarrow Q) \lor \neg(Q \rightarrow P) Now apply the equivalence ¬(AB)A¬B\neg(A \rightarrow B) \equiv A \land \neg B:
  • ¬(PQ)P¬Q\neg(P \rightarrow Q) \equiv P \land \neg Q
  • ¬(QP)Q¬P\neg(Q \rightarrow P) \equiv Q \land \neg P
Therefore: ¬(PQ)(P¬Q)(Q¬P)\neg(P \leftrightarrow Q) \equiv (P \land \neg Q) \lor (Q \land \neg P), which matches answer B when reordered. Option A (¬P¬Q\neg P \leftrightarrow \neg Q) is incorrect because negating both components doesn't negate the biconditional — it's actually equivalent to the original PQP \leftrightarrow Q. Option C ((¬P¬Q)(¬Q¬P)(\neg P \rightarrow \neg Q) \land (\neg Q \rightarrow \neg P)) represents the contrapositive form of the original biconditional, which is logically equivalent to PQP \leftrightarrow Q, not its negation. Option D (¬(PQ)¬(QP)\neg(P \rightarrow Q) \land \neg(Q \rightarrow P)) incorrectly uses conjunction instead of disjunction when applying De Morgan's law. Study tip: Remember that negating a biconditional gives you "exactly one is true" — the exclusive or situation where P and Q have opposite truth values.

Question 11

Consider the compound statement: "¬((PQ)(RS))\neg((P \land Q) \lor (R \land S))". Using De Morgan's laws repeatedly, this statement is equivalent to:

  1. (¬P¬Q)(¬R¬S)(\neg P \lor \neg Q) \land (\neg R \lor \neg S) (correct answer)
  2. (¬P¬Q)(¬R¬S)(\neg P \land \neg Q) \lor (\neg R \land \neg S)
  3. ¬P¬Q¬R¬S\neg P \land \neg Q \land \neg R \land \neg S
  4. ¬P¬Q¬R¬S\neg P \lor \neg Q \lor \neg R \lor \neg S
Explanation: Applying De Morgan's law to ¬((PQ)(RS))\neg((P \land Q) \lor (R \land S)): First step gives us ¬(PQ)¬(RS)\neg(P \land Q) \land \neg(R \land S). Applying De Morgan's again to each part: ¬(PQ)(¬P¬Q)\neg(P \land Q) \equiv (\neg P \lor \neg Q) and ¬(RS)(¬R¬S)\neg(R \land S) \equiv (\neg R \lor \neg S). So the final result is (¬P¬Q)(¬R¬S)(\neg P \lor \neg Q) \land (\neg R \lor \neg S). Choice B incorrectly uses OR between the groups. Choice C incorrectly uses AND throughout. Choice D incorrectly uses OR throughout.

Question 12

Which of the following is equivalent to the statement (PQ)(RS)(P \rightarrow Q) \land (R \rightarrow S) when both implications are converted to their disjunctive forms?

  1. (¬PQ)(¬RS)(\neg P \lor Q) \land (\neg R \lor S) (correct answer)
  2. (¬PQ)(¬RS)(\neg P \land Q) \lor (\neg R \land S)
  3. ¬(PR)(QS)\neg(P \land R) \lor (Q \land S)
  4. (P¬Q)(R¬S)(P \lor \neg Q) \land (R \lor \neg S)
Explanation: Using the equivalence PQ¬PQP \rightarrow Q \equiv \neg P \lor Q, we get (¬PQ)(¬RS)(\neg P \lor Q) \land (\neg R \lor S). Choice B incorrectly uses conjunction within each implication and disjunction between them. Choice C attempts to distribute incorrectly. Choice D negates the wrong components in each disjunction.

Question 13

The expression ¬(PQ)¬(RS)\neg(P \land Q) \rightarrow \neg(R \lor S) is logically equivalent to which of the following when fully simplified using De Morgan's laws and implication equivalences?

  1. (PQ)(¬R¬S)(P \land Q) \land (\neg R \land \neg S)
  2. (¬P¬Q)(¬R¬S)(\neg P \lor \neg Q) \rightarrow (\neg R \land \neg S)
  3. (PQ)(¬R¬S)(P \lor Q) \lor (\neg R \land \neg S)
  4. (PQ)(¬R¬S)(P \land Q) \lor (\neg R \land \neg S) (correct answer)
Explanation: When you encounter logical equivalence problems involving implications and De Morgan's laws, your goal is to systematically transform the expression using established equivalences until you reach the simplest form. Let's work through ¬(PQ)¬(RS)\neg(P \land Q) \rightarrow \neg(R \lor S) step by step. First, recall that any implication ABA \rightarrow B is equivalent to ¬AB\neg A \lor B. Applying this rule: ¬(PQ)¬(RS)¬[¬(PQ)]¬(RS)\neg(P \land Q) \rightarrow \neg(R \lor S) \equiv \neg[\neg(P \land Q)] \lor \neg(R \lor S) Next, simplify ¬[¬(PQ)]\neg[\neg(P \land Q)] using the double negation law: this becomes simply (PQ)(P \land Q). Now apply De Morgan's law to ¬(RS)\neg(R \lor S): this transforms to (¬R¬S)(\neg R \land \neg S). Our expression is now: (PQ)(¬R¬S)(P \land Q) \lor (\neg R \land \neg S), which matches answer choice D. Let's examine why the other options are incorrect: A uses conjunction (\land) between the two parts, but our derivation shows they should be connected by disjunction (\lor). B keeps the implication structure instead of converting it to disjunction, so it's not fully simplified as the question requires. C incorrectly shows (PQ)(P \lor Q) in the first part. This would result from incorrectly applying De Morgan's law to ¬(PQ)\neg(P \land Q), but we actually need to apply double negation first. Study tip: Always work methodically through logical equivalences: handle implications first (convert to disjunctions), then apply De Morgan's laws to negated compound statements, and finally use double negation to simplify.

Question 14

Which expression represents the logical equivalent of "Either it is not the case that both AA and BB are true, or it is not the case that if CC is true then DD is true"?

  1. (¬A¬B)(C¬D)(\neg A \land \neg B) \lor (C \rightarrow \neg D)
  2. (¬A¬B)(¬CD)(\neg A \lor \neg B) \lor (\neg C \lor D)
  3. ¬(AB)¬(CD)\neg(A \land B) \lor \neg(C \rightarrow D)
  4. ¬(AB)(C¬D)\neg(A \land B) \lor (C \land \neg D) (correct answer)
Explanation: When translating complex English statements into logical notation, you need to carefully parse each component and identify the logical structure. This question tests your ability to convert natural language into symbolic logic while recognizing how negations interact with compound statements. Let's break down the statement piece by piece. "Either...or" indicates a disjunction (\lor). The first part says "it is not the case that both A and B are true," which translates to ¬(AB)\neg(A \land B). The second part says "it is not the case that if C is true then D is true," which means ¬(CD)\neg(C \rightarrow D). However, we need to simplify ¬(CD)\neg(C \rightarrow D). Since CDC \rightarrow D is logically equivalent to ¬CD\neg C \lor D, the negation ¬(CD)\neg(C \rightarrow D) becomes ¬(¬CD)\neg(\neg C \lor D). Using De Morgan's law, this simplifies to C¬DC \land \neg D. Therefore, the complete expression is ¬(AB)(C¬D)\neg(A \land B) \lor (C \land \neg D), which is answer D. Answer A incorrectly applies De Morgan's law to the first part, changing ¬(AB)\neg(A \land B) to (¬A¬B)(\neg A \land \neg B) instead of (¬A¬B)(\neg A \lor \neg B), and mishandles the conditional negation. Answer B correctly applies De Morgan's to the first part but fails to properly negate the conditional, leaving it as (¬CD)(\neg C \lor D) instead of (C¬D)(C \land \neg D). Answer C stops halfway through the simplification, leaving ¬(CD)\neg(C \rightarrow D) in its complex form rather than simplifying it. Always fully simplify logical expressions by applying equivalences like De Morgan's laws and the definition of conditionals to reach the clearest form.

Question 15

Consider the expression ¬((PQ)(RS))\neg((P \land Q) \lor (R \land S)). After applying De Morgan's laws completely, which form represents the equivalent expression?

  1. (¬P¬Q)(¬R¬S)(\neg P \lor \neg Q) \land (\neg R \lor \neg S) (correct answer)
  2. (¬P¬Q)(¬R¬S)(\neg P \land \neg Q) \lor (\neg R \land \neg S)
  3. ¬(PQ)¬(RS)\neg(P \land Q) \land \neg(R \land S)
  4. (¬P¬Q)(¬R¬S)(\neg P \land \neg Q) \land (\neg R \land \neg S)
Explanation: Applying De Morgan's law: ¬((PQ)(RS))¬(PQ)¬(RS)\neg((P \land Q) \lor (R \land S)) \equiv \neg(P \land Q) \land \neg(R \land S), then applying De Morgan's again to each part: (¬P¬Q)(¬R¬S)(\neg P \lor \neg Q) \land (\neg R \lor \neg S). Choice B uses disjunction instead of conjunction between the main parts. Choice C stops after the first application. Choice D incorrectly applies De Morgan's to get conjunctions instead of disjunctions within parentheses.

Question 16

The statement "If either AA or BB is true, then it is not the case that both CC and DD are false" is logically equivalent to which of the following?

  1. ¬(AB)(CD)\neg(A \lor B) \lor (C \lor D)
  2. (AB)¬(¬C¬D)(A \lor B) \rightarrow \neg(\neg C \land \neg D)
  3. ¬(AB)¬(¬C¬D)\neg(A \lor B) \lor \neg(\neg C \land \neg D) (correct answer)
  4. (AB)(¬C¬D)(A \lor B) \rightarrow (\neg C \lor \neg D)
Explanation: The statement is (AB)¬(¬C¬D)(A \lor B) \rightarrow \neg(\neg C \land \neg D). Converting to disjunctive form: ¬(AB)¬(¬C¬D)\neg(A \lor B) \lor \neg(\neg C \land \neg D). Choice A incorrectly simplifies the consequent. Choice B keeps the implication form rather than converting to disjunctive form. Choice D incorrectly applies De Morgan's law to the consequent.

Question 17

Consider the statement: "If it is not the case that both PP and QQ are true, then either RR is false or SS is true." Which of the following is logically equivalent to this statement?

  1. ¬(PQ)(¬RS)\neg(P \land Q) \rightarrow (\neg R \lor S) (correct answer)
  2. (¬P¬Q)(¬RS)(\neg P \lor \neg Q) \rightarrow (\neg R \land S)
  3. (PQ)(R¬S)(P \land Q) \rightarrow (R \land \neg S)
  4. ¬(PQ)(RS)\neg(P \lor Q) \rightarrow (R \rightarrow S)
Explanation: The statement translates to ¬(PQ)(¬RS)\neg(P \land Q) \rightarrow (\neg R \lor S). Choice B incorrectly uses conjunction instead of disjunction in the consequent. Choice C represents the contrapositive incorrectly by negating the antecedent improperly. Choice D misinterprets "not both P and Q" as "neither P nor Q" and changes the consequent structure.

Question 18

Given that ¬(PQ)(P¬Q)\neg(P \rightarrow Q) \equiv (P \land \neg Q), which expression is equivalent to ¬((RS)(TU))\neg((R \lor S) \rightarrow (T \land U))?

  1. (RS)¬(TU)(R \lor S) \land \neg(T \land U)
  2. (RS)(¬T¬U)(R \lor S) \land (\neg T \lor \neg U) (correct answer)
  3. ¬(RS)(TU)\neg(R \lor S) \land (T \land U)
  4. (RS)(¬T¬U)(R \land S) \land (\neg T \land \neg U)
Explanation: Using the given equivalence with A=(RS)A = (R \lor S) and B=(TU)B = (T \land U), we get (RS)¬(TU)(R \lor S) \land \neg(T \land U). Applying De Morgan's law to ¬(TU)\neg(T \land U) gives (RS)(¬T¬U)(R \lor S) \land (\neg T \lor \neg U). Choice A stops before applying De Morgan's. Choice C incorrectly negates the antecedent. Choice D misapplies De Morgan's to both parts.

Question 19

Which of the following pairs of statements are logically equivalent due to De Morgan's laws?

  1. "Not all birds can fly" and "Some birds cannot fly"
  2. "No students failed" and "All students passed"
  3. "Some cats are not friendly" and "Not all cats are friendly"
  4. "It's not sunny and not warm" and "It's not the case that it's sunny or warm" (correct answer)
Explanation: Choice D represents ¬S¬W\neg S \land \neg W and ¬(SW)\neg(S \lor W), which are equivalent by De Morgan's law: ¬(AB)¬A¬B\neg(A \lor B) \equiv \neg A \land \neg B. Choice A is correct but represents quantifier negation, not basic De Morgan's laws. Choice B represents equivalent statements but not through De Morgan's laws (they're equivalent by definition). Choice C actually represents the same statement said two different ways, not a De Morgan's equivalence.

Question 20

Consider the statement: "If it is not the case that (P and Q), then either not P or not Q." Which of the following best describes this statement?

  1. This is a tautology that demonstrates De Morgan's law (correct answer)
  2. This is a conditional statement that is sometimes false
  3. This is equivalent to saying "If P and Q, then P or Q"
  4. This contradicts De Morgan's law and is therefore invalid
Explanation: The statement ¬(PQ)(¬P¬Q)\neg(P \land Q) \rightarrow (\neg P \lor \neg Q) is actually a tautology because the antecedent ¬(PQ)\neg(P \land Q) is logically equivalent to the consequent (¬P¬Q)(\neg P \lor \neg Q) by De Morgan's law. Since the antecedent and consequent are equivalent, the conditional is always true. Choice B is wrong because tautologies are never false. Choice C describes a different (and obvious) tautology. Choice D is incorrect because this statement actually demonstrates De Morgan's law.