For any two statements p and q, ~(p∨q)∨(~p∧q) is logically equivalent to
p
~p
q
~q
Explanation for the correct option:
Given that ~(p∨q)∨(~p∧q)
=(~p∧~q)∨(~p∧q)=~p∧(~q∨q)=~p∧T=~p
Hence, Option ‘B’ is Correct.