Question:

If the statement \( (p \land q) \rightarrow (r \lor \neg s) \) is False, find the truth values of \(p, q, r,\) and \(s\).

Show Hint

An implication \(A \rightarrow B\) is false only in one case: when \(A\) is True and \(B\) is False. This shortcut helps solve logic questions quickly.
Updated On: Apr 16, 2026
  • \(p=T, q=T, r=F, s=T\)
  • \(p=F, q=T, r=F, s=T\)
  • \(p=T, q=F, r=T, s=F\)
  • \(p=F, q=F, r=T, s=T\)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept: An implication statement \[ A \rightarrow B \] is false only when \[ A = \text{True} \quad \text{and} \quad B = \text{False} \] For the given statement \[ (p \land q) \rightarrow (r \lor \neg s) \] the antecedent is \(p \land q\) and the consequent is \(r \lor \neg s\).

Step 1:
Make the antecedent True. For \(p \land q\) to be True, both propositions must be true. \[ p = T, \qquad q = T \]

Step 2:
Make the consequent False. A disjunction \(r \lor \neg s\) is false only when both parts are false. \[ r = F, \qquad \neg s = F \]

Step 3:
Determine the value of \(s\). If \[ \neg s = F \] then \[ s = T \] Thus, the required truth values are \[ p = T,\quad q = T,\quad r = F,\quad s = T \]
Was this answer helpful?
0
0