Design a combinational circuit using multiplexer for the function: F(A,B,C)=∑(0,2,4,5,7)

Truth Table:

ABCF
0001
0010
0101
0110
1001
1011
1100
1111

Here, input variable, n =3

So, selection variable, s=n-1=3-1=2

Here output variable is one so, we need one 2s×1 or 22×1 or 4×1 size multiplexer

Let us assume, B and C as selection variable. Now put A into the implementation table:

Implementation Table for output F:

I0I1I2I3
A/0123
A4567
1AA/A

Circuit Diagram:

Leave a Comment

Scroll to Top