Correct Answer - Option 2 : (p ∧ r) → (p ∨ r)
From question, the statement given is:
p ∧ q ↔ r is true
This is possible under two cases.
Case 1: When both p ∧ q and r are true, which is not possible because q is false.
Case 2: When both (p ∧ q) and r are false.
p ≡ T or F; q ≡ F, r ≡ F
Now, from options:
(a) p ∨ r is T or F.
(b) (p ∧ r) → (p ∨ r) is F→(T or F), which always results in T.
(c) (p ∨ r) → (p ∧ r) is (T or F) → F, which may be T or F.
(d) p ∧ r is F.