Question:medium

If truth values of statements p, q are true, and r, s are false, then the truth values of the following statement patterns are respectively:
$a:\sim(p\wedge\sim r)\vee(\sim q\vee s)$
$b:(\sim q\wedge\sim r)\leftrightarrow(p\vee s)$
$c:(\sim p\vee q)\rightarrow(r\wedge\sim s)$

Show Hint

Logic Tip: Remember that the implication $P \rightarrow Q$ is only False when $P$ is True and $Q$ is False (the broken promise). For biconditional $P \leftrightarrow Q$, it is True only when both components share the identical truth value (both True or both False).
Updated On: Apr 28, 2026
  • T, F, F
  • F, F, F
  • F, T, T
  • T, F, T
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0