0
1.9kviews
Minimize the following expression using Quine McClusky Technique

$$F(A,B,C,D) = \sum m(1,3,7,9,10,11,13,15)$$

1 Answer
0
58views

Step 1. Grouping minterms according to number of 1s

enter image description here

Step 2. Combining minterms in group of two

enter image description here

Step 3. Combining minterms in group of four

enter image description here

Interpreting from the table -

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

Step 4. Prime Implicant table

enter image description here

From the prime implicant table, $\bar …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.