The best way solve this problem is to see what input we need to
have for each possible value of AB
-
If
AB = 00, then F = C’D’ + C’D + CD = C’ + CD = C’ + D
-
If
AB = 01, then F = C’D + CD’ = CÅD
-
If
AB = 10, then F = C’D’ + C’D = C’
-
If
AB = 11, then F = C’D’ + C’D = C’
These are inputs that we should have to the MUX:
The circuit is shown below: