I have problems with CNF form of formula in boolean logic. I need to get it using only laws of boolean algebra.
The formula is:
$$(!a \land !b \land !c) \lor (!a \land !b \land d) \lor (b \land c \land !d) \lor (a \land c \land !d)$$
Thank you for your help guys!