0
1.2kviews
Minimize the expression using Quine Mc-cluskey technique

$$F(A,B,C,D) = \sum M(0,1,2,3,5,7,9,11)$$

1 Answer
0
2views

Step 1. Grouping maxterms according to number of 1s

enter image description here

Step 2. Combining maxterms in group of two

enter image description here

Step 3. Combining maxterms in group of four

enter image description here

Interpreting from the table -

$F(A,B,C,D) = \bar A \bar B + \bar A D + \bar B D $

Step 4. Prime Implicant table …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.