Step 1: Simplify statement S1.
Consider the antecedent of S1:
¬p ∧ (p ∨ q)
Using the distributive law:
(¬p ∧ p) ∨ (¬p ∧ q)
Since (¬p ∧ p) is always false, the expression simplifies to:
¬p ∧ q
Hence,
S1 : (¬p ∧ q) → q
This implication is always true because whenever (¬p ∧ q) holds, q must be true. Therefore, S1 is a tautology.
Step 2: Analyze statement S2.
S2 : q → (¬p ∧ (p ∨ q))
Consider the valuation: p = true, q = true.
Then:
¬p = false, (p ∨ q) = true
So:
¬p ∧ (p ∨ q) = false
Hence, the implication becomes:
true → false, which is false.
Therefore, S2 is not a tautology.
Final Conclusion:
S1 is a tautology, but S2 is not a tautology.
Final Answer: (B)