In: Computer Science
AND( OR(OR(X,Y), AND(OR(X,Y), OR(NOT(X), NOT(Y)))), OR(OR(X,Y), AND(OR(X,Y), NAND(X,Y))) )
is equivalent to:
A. OR(X,Y) B. AND(X,Y) C. NOR(X,Y) D. XOR(X,Y) E. NAND(X,Y) F. XNOR(X,Y)
How do I simplify this with the Idempotence, De morgan, absorbtion law, etc and waht are the steps to break it down?