Negate and simplify:
$$p\lor q \lor (\,\lnot p\land \lnot q\land r\,)$$
So far what I have done is:
$$\lnot[\;p\lor q\lor(\,\lnot p\land \lnot q\land r\,)\;]$$ $$\lnot p\land \lnot q\land \lnot(\;\lnot p\land \lnot q\land r\,)$$
I'm not really sure what law to use next. I was thinking that it would be DeMorgan so that I'd get:
$$\lnot p\lor \lnot q\lor \lnot\lnot p\lor \lnot\lnot q\lor \lnot r$$
But I am stumped on what I have to do after that.
Hint: Assuming you're in a logic where you have the inference rule $\neg \neg p \to p$, it's the case that $p \leftrightarrow \neg \neg p$. It's almost always correct to apply this rule to simplify double-negations whenever you can.
An alternative approach entirely: write out a truth table for the original statement, then the table for its negation, and see what you can come up with as a simplification.