You are on page 1of 4

PROBLEM

Derive a boolean expression from the given truth table using Sum Of Product(SOP) and simplify it using K-map
Sum Of Product(SOP) and simplify it using K-map
INPUTS OUTPUT
A B C Z ANSWER:
0 0 0 1 SOP A'B'C'+A'B'C+A'BC'+AB'C'+ABC'
0 0 1 1 NOTE: SOP should be in proper sequence, based on the truth t
0 1 0 1 OO
0 1 1 0 B'C'
1 0 0 1 0 A' 1
1 0 1 0 1 A 1
1 1 0 1
1 1 1 1 SIMPLIFIED BOOLEAN EXPRESSION: C'+A'B' or A'B'+C'

FINAL ANSWER TO MS FORMS: A'B'C'+A'B'C+A'BC'+AB'C'+ABC'/C'+A'B'

NOTE: No spaces, uppercase,separate the SOP and SIMPLIFIED


with FORWARD SLASH(/)
ce, based on the truth table, from top to bottom
O1 11 10
B'C BC BC'
1 1
1

C'+A'B' or A'B'+C'

he SOP and SIMPLIFIED EXPRESSION


PROBLEM
Derive the SOP boolean terms, the simplified boolean terms, and the output Z of the the truth table
the simplified boolean terms, and the output Z
of the the truth table
ANSWER: OUTPUT
B'C' B'C BC BC' A B C Z
A' 1 1 1 1 A'B'C' 0 0 0 1
A 1 1 A'B'C 0 0 1 1
A'BC' 0 1 0 1
SOP A'BC 0 1 1 1
AB'C' 1 0 0 1
1 0 1 0
ABC' 1 1 0 1
1 1 1 0

B'C' B'C BC BC'


A' 1 1 1 1
A 1 1

SIMPLIFIED BOOLEAN EXPRESSION: C'+A' or A'+C'

final answer to MS FORMS


A'B'C'+A'B'C+A'BC'+A'BC+AB'C'+ABC'/A'+C'/11111010

NOTE: No spaces, uppercase,separate the SOP and SIMPLIFIED EXPRESSION


with FORWARD SLASH(/)

You might also like