You are on page 1of 1

5)What is the expression for 

output 'y' in the following circuit?

Ans : (In the notation I have used,A' means not(A), and AB means (A and B).
y = ( A'B'C + AB'C' + A'BC + ABC' )
  = ( A'C (B+B') + AC' (B+B') )
  = A'C + AC'
  = A xor C.

      XOR Gate using MUX

You might also like