0
2.0kviews
Minimize the following expression using Quine McClusky Technique

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

1 Answer
1
60views

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)=ˉBD+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 3 others joined a min ago.

Please log in to add an answer.