Minimum sum of products expression from k map

512 Views Asked by At

I am just looking for confirmation that I have done this correctly.

Here is the truth table.

truth

and here is the answer that I got.

answer

1

There are 1 best solutions below

0
On

Looks good, but I think you can do slightly better. Consider replacing: $$ a ~ \overline b + \overline a ~ \overline d $$ with: $$ \overline b ~ \overline d $$