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
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