Using Karnaugh map to simplify the following logic functions: Y (a, B, C, d) = ∑ m (2,3,5,7,8,9) + ∑ D (10,11,12,13,14,15)

Using Karnaugh map to simplify the following logic functions: Y (a, B, C, d) = ∑ m (2,3,5,7,8,9) + ∑ D (10,11,12,13,14,15)

CD AB 00 01 11 100 00 01 01 01 01 10 11 ×××× 10 11 ×× the final result is y = a + BD + (non-A) * (non-B) * C