Question:

Let \( p, q, r \) be three logical statements. Consider the compound statements: \[ S_1: (\neg p \vee q) \vee (\neg p \vee r) \] \[ S_2: p \rightarrow (q \vee r) \] Which of the following is NOT true?

Show Hint

Equivalent logical statements will always have the same truth value.
Updated On: Mar 26, 2025
  • If \( S_2 \) is true, then \( S_1 \) is true
  • If \( S_2 \) is false, then \( S_1 \) is false
  • If \( S_2 \) is false, then \( S_1 \) is true
  • If \( S_1 \) is false, then \( S_2 \) is false
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Expanding \( S_1 \): \[ (\neg p \vee q) \vee (\neg p \vee r) \equiv \neg p \vee (q \vee r) \] Expanding \( S_2 \): \[ p \rightarrow (q \vee r) \equiv \neg p \vee (q \vee r) \] Since both \( S_1 \) and \( S_2 \) are equivalent, if \( S_2 \) is false, then \( S_1 \) should also be false, contradicting option (C).
Was this answer helpful?
0
0