The negation of the Boolean expression p∨(~p∧q) is equivalent to:
p∧~q
~p~q
~pq
~p∧~q
Find negation of the given Boolean expression
Given, p∨(~p∧q) can be simplified as,
p∨(~p∧q)=p∨~p∧p∨q
=T∧p∨q
=p∨q
Now negation of p∨q is
~(p∨q)=~p∧~q
so the negation of p∨(~p∧q) is ~p∧~q,
Hence the correct option (D).