Find an equivalent expression using only $ nand $ and $ \lnot $ as well as grouping parenthesis. You may use $ A $, $ B $ and the operators any number of times.
(i) $ A \land B $
(ii) $ A \lor B $
(iii) $ A \Rightarrow B $
I was able to figure out (i). It is simply $ \lnot(A\,nand\,B) $
What about (ii) and (iii)? I cannot figure out how to flip the binaries in the middle of the truth table.