Draw the function and block diagram of an 8X1 mux with an active high enable.
Given the following three variables:
F1(x,y,z) = SOP(1,2,3) [Sum of Products]
F0(x,y,z) = POS(0,2,7) [Product of Sums]
a. Implement both functions with one 3:8 decoder and logic gates.
b. Implement both functions with one or more 8X1 muxes (and logic gates if needed)
c. Implement both functions with 2X4 decoders and logic gates.