735 views
3 votes
3 votes

A digital circuit shown below has two 3-bit input A2A1A0 and B2B1B0

To obtain output Y = 1, the number of possible cases are ________.

1 Answer

Best answer
8 votes
8 votes

It is a 3 input EXOR GATE which produces an output 1 if all the inputs are 1 or exactly one input is 1.
We have 6 inputs - so possible combinations $=2^6 = 64$ as each of them can be either 0 or 1.
We get output 1 if all 3 inputs to the final EXOR gate is 1 or exactly one of them is 1.

  • Lets take all 1's. This happens when $A_i \neq B_i$. So, 2 cases for each of the 3 EXOR gates - giving $2 \times 2 \times 2 = 8$ possible cases.
  • Now, when we consider a single gate, it produces a 1 for 2 possible inputs out of 4, meaning 2 possibilities for 0. So, for say output 100, we have $2\times 2 \times 2 = 8$ possible inputs and same for outputs 010 and 001. Thus we get $8+8+8 = 24$ possible inputs.

Thus we get a 1 output for $8+24 = 32$ possible inputs.

selected by

Related questions

0 votes
0 votes
0 answers
2
gikovi asked Sep 25, 2021
606 views
If F1 = ∑m(1,2,4,7) and F2 = ∑m(3,5,6,7), implement them using 3 to 8 line decoder. Comment on their logic operations.
0 votes
0 votes
1 answer
3
Kunnu Mishra 1 asked May 29, 2018
901 views
in Decoders can we implement functions in POS?
0 votes
0 votes
0 answers
4
set2018 asked Dec 12, 2017
859 views
Consider the combinational circuit given below:What is the output of this combinational circuit?