94.0k views
2 votes
Draw a logic circuit for the function F = (A + B)(B + C)(A + C), using NOR gates only. ​

User Lensovet
by
5.8k points

1 Answer

3 votes

Answer:

f= (A+B)(B+C)(A+C)

f = Not(Not f)= Not(A + B) + Not(B + C) + Not(A + C)

A----

NOR -------

B----

B-----

NOR------- NOR----- FINAL OUTPUT

C-----

A-------

NOR-------

C-------

Step-by-step explanation:

Please check the answer section.

User Cindrella
by
6.0k points