*Edit! As 'MATLABdude' wanted i have edited my questions into the correct format
Q1: Represent the following using only NAND gates, and only NOR gates
Q1a) A.B + ~(A.C).~(B+C)
Q1b) (A XOR B) + ~(A XOR B).(B + C)
Edited Q1 + solution attempts
Homework Statement
Q1: Represent the following using only NAND gates, and only NOR gates
Q1a) A.B + ~(A.C).~(B+C)
Q1b) (A XOR B) + ~(A XOR B).(B + C)
Q2: Design a combinational logic circuit that converts a 4 bit sign magnitude representation of a number...