Question:medium

The converse of \( ((\sim p) \land q) \Rightarrow r \) is:

Show Hint

The converse of \( A \Rightarrow B \) is \( B \Rightarrow A \). Ensure to use logical equivalence rules for simplification.
Updated On: Jan 13, 2026
  • \( ((\sim p) \lor q) \Rightarrow r \)
  • \( (\sim r) \Rightarrow p \land q \)
  • \( (p \lor (\sim q)) \Rightarrow (\sim r) \)
  • \( (\sim r) \Rightarrow ((\sim p) \land q) \)
Show Solution

The Correct Option is C

Solution and Explanation

The converse of an implication statement \( A \Rightarrow B \) is \( B \Rightarrow A \).
For the statement \( ((\sim p) \land q) \Rightarrow r \), its converse is \( r \Rightarrow ((\sim p) \land q) \).
Rewriting \( r \Rightarrow ((\sim p) \land q) \) using logical equivalence yields \[\sim r \Rightarrow (\sim (\sim p) \lor (\sim q)) \Rightarrow (p \lor (\sim q)).\] This simplifies to \( (p \lor (\sim q)) \Rightarrow (\sim r) \).
Conclusion: The converse is \( (p \lor (\sim q)) \Rightarrow (\sim r) \).
Was this answer helpful?
0