72.5k views
0 votes
Show how can you make an OR logic using AND and NOT logic gates.

User Grafit
by
5.6k points

1 Answer

2 votes

Answer:

(x+y)=`(`x*`y)

Step-by-step explanation:

We have to apply some properties of logic gates (as involution and DeMorgan's law) in order to get the answer:


`(`x)=x\\and\\`(x+y)=`x*`y

applying the last two properties:


(x+y)=`(`(x+y))\\(x+y)=`(`x*`y)

So if we negate x and y, multiply them and then negate them again, it will be equal to a logic sum.

Show how can you make an OR logic using AND and NOT logic gates.-example-1
User Bsplosion
by
5.6k points