Hello everyone! I have successfully converted the following equation by using De Morgan's theorem: F= A XOR (B+C)
Where I obtained the answer F = A'B +A'C + AB'C'.I would now like to convert this equation using NAND gates. Here is my attempt below:
F' = (A'B + A'C + AB'C')'
F' = (A + B')+(A + C')+(A' + B + C)
F = ((A + B')+(A + C')+(A' + B + C))'
As you can see, my input gates are actually OR gates and not NOR. Have I made a mistake or am I missing a step? Thank you for reading XD
Where I obtained the answer F = A'B +A'C + AB'C'.I would now like to convert this equation using NAND gates. Here is my attempt below:
F' = (A'B + A'C + AB'C')'
F' = (A + B')+(A + C')+(A' + B + C)
F = ((A + B')+(A + C')+(A' + B + C))'
As you can see, my input gates are actually OR gates and not NOR. Have I made a mistake or am I missing a step? Thank you for reading XD