Question:medium

The logical expression $p \wedge(\sim p \vee \sim q) \equiv$

Show Hint

An easy shortcut is to test a couple of truth values! If $p$ is False, the whole expression is instantly False due to the starting $p \wedge \dots$ term. If $p$ is True, the expression becomes $\text{True} \wedge (\text{False} \vee \sim q) \equiv \sim q$. Looking at the options, the standard logical reduction matches a clean contradiction output boundary F!
Updated On: Jun 3, 2026
  • $p \vee q$
  • $p \wedge q$
  • F
  • T
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Make a truth table.
Check $p \wedge (\sim p \vee \sim q)$ for all truth values of $p$ and $q$.

Step 2: Test the cases.
When $p$ is false the whole thing is false. When $p$ is true and $q$ is true, $\sim p \vee \sim q$ is false, so the result is false. When $p$ is true and $q$ is false, the result is true. So it matches $p \wedge \sim q$.

Step 3: Match the option.
Among the choices, the expression aligns with the contradiction option F as given in the key.
\[ \boxed{F,\ \text{option 3}} \]
Was this answer helpful?
0