Implementing Boolean functions using multiplexers and decoders
a. Implement the following Boolean function with an 8:1 multiplexer
F(A,B,C,D) = 4,9,14,15
2 pts
b. Implement the following Boolean function with a 4:1 multiplexer and external gates
F4(B,C,D) = 0,3,4,6,7,10,14,15
2 pts
c. Using a decoder and external gates, design the combinational circuit defined by the three Boolean functions:
F(x,y,z) = xy'z + xz
F(xy) = xy'z + xy
F(xyz) = xy'z + xy
2 pts