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

asked
User Grafit
by
8.3k 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
answered
User Bsplosion
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.