- #1
- 98
- 0
Homework Statement
Draw the combinatorial circuit corresponding to the disjunctive normal form.
Homework Equations
DNF of f(x,y,z)=xyz+Not(xy)z
The Attempt at a Solution
f(x,y,z)=xyz+not(xy)z
=z(xy+not(xy))
Wouldn't the xy and not xy cancel out? That's my current problem with this probelm.