I need simplify the following proposition to 2 logic operations using the laws of the algebra of propositions. Write each step on a separate line with the algebra law you used as a justification.
$(P' \wedge Q') \vee (P' \wedge Q) \vee (P \wedge Q')$
I'm not sure how I could answer this but to start I think maybe using Idempotent law and maybe Associative to solve this. Or maybe I am way off.
$$(P' \land Q') \lor (P' \land Q) \lor (P \land Q')$$
By identity $A=(A\lor A)$ and associativity: $${\color{Green} {(P' \land Q')}} \lor (P' \land Q) \lor {\color{Green} {(P' \land Q')}} \lor (P \land Q')$$
By distributivity: $$(P' \land (Q' \lor Q)) \lor ((P' \lor P) \land Q')$$
Reduction by the law of excluded middle: $$(P' \land 1) \lor (1 \land Q')$$ and by the neutral element definition: $$P' \lor Q'$$ Finally de Morgan's law: $$(P \land Q)'$$