Logical Equivalence Quiz: Identify and Prove Equivalent Statements

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 11119 | Total Attempts: 9,762,531
| Attempts: 32 | Questions: 20 | Updated: May 21, 2026
Please wait...
Question 1 / 21
🏆 Rank #--
0 %
0/100
Score 0/100

1) The expression ¬(¬P) is logically equivalent to P.

Explanation

Double negation cancels itself out. Saying “it is not the case that P is false” is exactly the same as simply stating P.

Submit
Please wait...
About This Quiz
Logical Equivalence Quiz: Identify and Prove Equivalent Statements - Quiz

If you’ve ever wondered whether two statements truly say the same thing, this logical equivalence quiz gives you a friendly way to explore that idea. You’ll compare expressions, test their truth in different situations, and learn how small changes can completely change meaning. It’s a great way to sharpen you... see moreunderstanding of how logic transforms and simplifies ideas.
see less

2)

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2) Which law states P ∨ (Q ∧ P) ≡ P?

Explanation

In the expression P ∨ (Q ∧ P), the presence of P ensures the entire statement becomes true whenever P is true. The subexpression Q ∧ P cannot ever introduce a new true case beyond those already covered by P, because Q ∧ P can only be true when P is already true. Thus, the entire expression simplifies to just P; it does not expand the set of situations where the statement is true.

Submit

3) P ∧ P simplifies to P.

Explanation

This is the Idempotent Law of Conjunction, which states that repeating the same logical condition in an AND statement does not change its truth value.



If P is true, then P ∧ P is true ∧ true, which is true.



If P is false, then P ∧ P is false ∧ false, which is false.



Since the truth value matches P in every case, the entire expression reduces simply to P.

The second occurrence of P adds no new information.

Submit

4) (P ∧ Q) ∨ (P ∧ R) simplifies to:

Explanation

Factor out P using distributive law, similar to factoring in algebra:

P(Q + R) ↔ P ∧ (Q ∨ R).

Submit

5) The contrapositive of P → Q is:

Explanation

Contrapositives reverse and negate both sides:

P → Q is equivalent to ¬Q → ¬P.

They always share the same truth value.

Submit

6) ¬(P ∧ Q) is equivalent to:

Explanation

This is De Morgan’s Law. Negating an AND flips it into an OR and negates each component. The statement “not both P and Q” is equivalent to “either P is false or Q is false.”

Submit

7) P ∨ ¬P is always true.

Explanation

This is the Law of Excluded Middle. Every proposition is either true or not true — one must hold — making the statement a tautology.

Submit

8) P ∨ (Q ∧ ¬Q) simplifies to:

Explanation

Q ∧ ¬Q is a contradiction, always false.

So the expression becomes:

P ∨ False = P.

Submit

9) P ∨ (pP ∧ Q) is equivalent to:

Explanation

The expression P → Q is equivalent to ¬P ∨ Q. Now consider the behavior of ¬P ∨ Q: if P is true, ¬P is false, leaving the value determined by Q. But in the larger implication context, P being true and Q being true satisfies the implication, and when P is false, ¬P becomes true, making the entire statement true regardless of Q.

Submit

10) ¬(P ∨ Q) is equivalent to ¬P ∨ ¬Q.

Explanation

Negating an OR turns it into an AND (De Morgan). The incorrect OR form was rightly marked false.

Submit

11) ¬P → ¬Q is equivalent to:

Explanation

¬P → ¬Q is the contrapositive of Q → P. A conditional is always logically equivalent to its contrapositive, so Q → P is the correct match.

Submit

12) ¬(P ↔ Q) is equivalent to:

Explanation

The biconditional P ↔ Q asserts that P and Q are logically equivalent—they are either both true or both false. Negating this expression gives ¬(P ↔ Q), which flips the criterion: it becomes true when P and Q no longer match. This is exactly the definition of exclusive OR, where the compound statement is true only when one is true and the other is false. It enforces the requirement that P and Q have opposite truth values.

Submit

13) (P → Q) ∧ P simplifies to Q.

Explanation

Modus ponens is one of the foundational valid argument forms in logic. If we know that P → Q is true (meaning Q must be true whenever P is true), and we are additionally told that P is indeed true, then Q becomes an unavoidable conclusion. The implication guarantees that Q holds in all cases where P is satisfied.

Submit

14) ¬P → ¬Q is equivalent to:

Explanation

¬P → ¬Q is the contrapositive of Q → P. Contrapositives always preserve truth.

Submit

15) P ↔ Q is equivalent to which expression?

Explanation

A biconditional means both directions of implication must hold simultaneously. P↔Q requires that if P then Q and also if Q then P. Only when both conditional directions are true do P and Q share the same truth value in all cases. Option A uses OR which does not require both directions. Options C and D do not capture bidirectionality.

Submit

16) Simplify P ∧ (P ∨ Q).

Explanation

This is the absorption law. If P is true the whole expression is true regardless of Q since P∨Q is also true. If P is false then P∧(P∨Q) is false regardless of Q. The truth value always matches P exactly, so the expression collapses to P. Option A expands rather than simplifies. Option B incorrectly introduces a conjunction with Q.

Submit

17) Q11 — Which is the correct De Morgan form of ¬(P ∨ Q)?

Explanation

De Morgan's law states that ¬(P∨Q) = ¬P∧¬Q. If the entire disjunction is false, neither P nor Q can be true — both must be false simultaneously. The negation forces a conjunction of the negated parts. Option A is De Morgan applied to ¬(P∧Q) not ¬(P∨Q). Options C and D remove the negation entirely.

Submit

18) Fill in the equivalence: ¬(P ∨ Q) equals what?

Explanation

By De Morgan's law, negating a disjunction produces a conjunction of the negations: ¬(P∨Q) = ¬P∧¬Q. If the entire OR is false then neither component can be true, forcing both to be false simultaneously. Option A applies the wrong De Morgan form. Options B and D remove negations incorrectly.

Submit

19) When is P ∧ Q true?

Explanation

The conjunction P∧Q requires both components to be true simultaneously. If either P or Q is false the entire conjunction is false. Option A requires only P. Option B requires only Q. Option C describes disjunction not conjunction. Only option D correctly states the AND condition.

Submit

20) P ∨ P simplifies to what?

Explanation

By the idempotent law of disjunction, P∨P = P. Adding a second copy of P introduces no new truth scenarios since OR is already true whenever P is true. Option A is the law of excluded middle, a tautology. Option B is conjunction not disjunction. Option C negates P, giving the opposite truth value.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The expression ¬(¬P) is logically equivalent to P.
Which law states P ∨ (Q ∧ P) ≡ P?
P ∧ P simplifies to P.
(P ∧ Q) ∨ (P ∧ R) simplifies to:
The contrapositive of P → Q is:
¬(P ∧ Q) is equivalent to:
P ∨ ¬P is always true.
P ∨ (Q ∧ ¬Q) simplifies to:
P ∨ (pP ∧ Q) is equivalent to:
¬(P ∨ Q) is equivalent to ¬P ∨ ¬Q.
¬P → ¬Q is equivalent to:
¬(P ↔ Q) is equivalent to:
(P → Q) ∧ P simplifies to Q.
¬P → ¬Q is equivalent to:
P ↔ Q is equivalent to which expression?
Simplify P ∧ (P ∨ Q).
Q11 — Which is the correct De Morgan form of ¬(P ∨ Q)?
Fill in the equivalence: ¬(P ∨ Q) equals what?
When is P ∧ Q true?
P ∨ P simplifies to what?
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!