The formula is: $\lnot((s \lor \lnot p) \land (q \land r))$
and what I've done so far is this:
$\lnot(s\lor\lnot p) \lor\lnot(q\land r) $
$(\lnot s\land p) \lor (\lnot q\lor\lnot r)$
After this step I became really confused as to how to proceed. Especially with the second part '$(\lnot q\lor\lnot r)$'. How to turn this part into a conjunction. I'm not sure what to do. If anyone could provide help in explaining how to do it and if I did anything wrong.
Thanks