Minimize $$(p \land q) \lor (\neg p \lor q)$$ without using a truth table.
I have tried with an online website and it shows $\neg p \lor q$ as the answer. I was able to verify with truth table but I don't get how to approach it.
PS: I have a basic idea of the idempotent associative laws, etc and I am new to discrete mathematics.
Conjunction elimination $$(p\land q)\to(p\to q)$$ Disjunction elimination $$(-p\lor q)\to (-p\to -q)$$ Disjunction introduction $$(-p\to -q)\lor(p\to q)\to (-p\lor q) \boldsymbol{\text{or}} (p\lor -q)$$
We'll pick the first for sanity.