Truth table to equation question (comp Sci)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
dancingmaple
Messages
1
Reaction score
0

Homework Statement


http://imgur.com/BSntip0

The Attempt at a Solution



for part a, i got the solution to be F1 = xy'+x'y= x⊕y (XOR) , F2 = x .y (AND)

for part b i don't understand how i would derive an equal equation that uses only NAND which is (xy') and inverter which is x'
 
Physics news on Phys.org
You can start by implememting xy' and x'y with AND gates and their sum with an OR gate. So you have two ANDS feeding an OR. Now on each line connecting an AND with the OR, put two bubbles, one on the AND output and the other on the OR input. The two bubbles are cancelling inverters, but they make the ANDS into NANDS and you have an OR gate with inverted inputs. What does DeMorgan's law tell you that makes?