- #1
Jim01
- 36
- 0
Homework Statement
Construct a circuit from the Boolean equation:
Homework Equations
P v (~P ^ ~Q)
The Attempt at a Solution
According to the textbook, I am supposed to go from right to left, working on the outermost part of the expression to the innermost part. I read this as saying that even though the outermost part of the expression is on the far left, it is where I begin. Is this correct? I come up with one OR gate, one AND gate and two NOT gates. I tried to draw this out using the keyboard but it doesn't format properly and so is incomprehensible. Here is what I came up with:
P goes into a NOT and comes out ~P. ~P goes into AND and comes out ~P ^ Q.
P goes into OR and comes out P v (~P ^ ~Q)
Q goes into NOT and comes out ~Q. ~Q goes into AND and comes out ~P ^ Q.
~P ^ Q goes into OR and comes out P v (~P ^ ~Q)
Am I on the right track?