q
¬p
p
¬q
Given Boolean expression is ¬(p∨q)∨(¬p∧q) = ¬p∧¬q∨(¬p∧q) = ¬p∧(¬q∨q) = ¬p∧T = ¬pHence, option B is correct.