
Kathryn C. answered 09/15/21
Computer Science Graduate
Hi Gabriel!
Remember:
A + B means that A or B so you use an or gate.
A' means that A indicates a not
AB means that A and B so you use an and gate.
Looking at your problem: A' + BC'
A--------------------o>\ \_____________ A' + BC'
B----------| )______ / /
C------o> | )
A or (B and C')
I tried my best at making the circuit using ASCII! Good luck on your future assignments.