The Boolean Expression $(p\land \lnot q) \lor q \lor (\lnot p\land q)$ is equivalent to: $(1) p \land q \space \space (2) p \lor q \space \space (3) p \lor \lnot q\space \space (4) \lnot p \land q $
My attempt: $pq'+q+p'q = pq' + q$. Not able to proceed next.
The answer is given as $(2)$.
Though by making venn diagram or truth table or just opening the expression with the given symbols, I am able to get the answer. But I wonder how to solve it by converting AND as multiplication and OR as addition. Not able to write $pq'+q$ as $p+q$.