Find the simplified expression of the following circuit using K Map?

enter image source here

1 Answer
Apr 23, 2018

This is a bit too simple to need the Karnaugh map technique

Explanation:

From the circuit it is obvious that

#F = bar A\ bar B\ bar C+ bar A\ B\ bar C+ bar A\ bar B\ C+ bar A\ B\ C#
#qquad = bar A (B+bar B)bar C+bar A(bar B+B)C#
#qquad = bar A\ 1\ bar C+ bar A\ 1\ C#
#qquad = bar A\ bar C+bar A\ C#
#qquad= bar A(bar C+C)#
#qquad = bar A\ 1#
#qquad= bar A#