I have $p\rightarrow \left ( q\wedge r \right )$, If i negate it: It will become like below:
$\lnot \left ( p\rightarrow \left ( q\wedge r \right ) \right )$
$\lnot \left ( \lnot p\vee \left ( q\wedge r \right ) \right )$
$\therefore p\wedge \left ( \lnot q\vee \lnot r \right )$
My answer key said that $\lnot p\rightarrow \lnot \left ( q\wedge r \right )$ is the answer.
But I get like above $\therefore p\wedge \left (\lnot q\vee \lnot r \right )$ as the answer.
What's wrong? Or I'm misunderstanding of the concept......?
The negation of an implication is not an implication. ~$(p \to q)$ is not ~$p \to$ ~$q$. But ~($p \to q$) is equivalent to the statement $p \land$ ~$q$.
Applied to your situation:
When you negate the statement $p \to (q \land r)$, you get:
~($p \to (q \land r$))
$p \land$ ~$(q \land r)$
$p \land$ (~$q \lor$ ~$r$).