KnowledgeBoat Logo

Computer Science

Minimize the following function by using K-Map:

F(A, B, C) = A'BC' + A'BC + ABC' + ABC

Boolean Algebra

ICSE 2014

33 Likes

Answer

Karnaugh map for Understanding ISC Computer Science Boolean Algebra Chapter 1 Unit 2 Question 15 Solution

From quad (3,2,7,6):
Rows representing the quad: A + A' = 1
Columns representing the quad: BC + BC' = B
Term Obtained = B

Simplified expression:
F(A, B, C) = B

Answered By

16 Likes


Related Questions