The selection lines are B, C, and D. The 8 inputs to the multiplexer will be determined by the 8 possible combinations of B, C, and D (000, 001, 010, 011, 100, 101, 110, 111).
The Boolean function can be rewritten as F(A, B, C, D) = AB + BD + B'CD = AB(1+D) +
Show more…