Logic Circuit Question
1) Write the boolean expression after every GATE
2) Write the boolean expression of GATE 3
3) Try to simplify the boolean expression of GATE3
!Circuit
I need to know if what I did its right + your advice if there is another way to answer those questions.
1) $GATE_1 = (A'B)' = A+B'$ |$ GATE_2 = 1 ⊕ C$
2) $GATE_3 = ((A+B')+0+C')'$
3) $A'BC$
Yes you are correct and I used the same method to reach the answers as you have above.