I have to convert the following to NAND/NOR only
(A $\wedge$ B) $\vee$ (A $\wedge$ C) $\vee$ (B $\wedge$ C)
I understand how to do this problem if it was only
(A $\wedge$ B) $\vee$ (A $\wedge$ C)
but I can't seem to make a logical negation for the third AND.
EDIT: I seem to have forgot to include that I want to get the result by only using two input NAND gates.