edited by
597 views
1 votes
1 votes

what will be the k Map for-

$(P+Q'+R').(P+Q'+R).(P+Q+R')$

and the simplified SOP (Sum of Product) for the above the Boolean expression?

Please try to make a k map in this format-

edited by

2 Answers

1 votes
1 votes

given expression 

(P+Q′+R′).(P+Q′+R).(P+Q+R′)  is in pos format moreover every term is a maxterm 

In Maxterm 0 represent variable is in true form and 1 represent variable is in complemented form.

therefore (P+Q′+R′) = (011)2 = 3

(P+Q′+R) = (010)2 = 2

(P+Q+R′) = (001)2 = 1

(P+Q′+R′).(P+Q′+R).(P+Q+R′)  ===> ΠM(1,2,3) ===> in K-Map 1,2,3 cells are should be 0 and there are no don't care terms that means remaining all are filled by 1.

if you want simplified expression in pos format then cover all zeros

if you want simplified expression in sop format then cover all ones 

therefore required expression is P+Q'R'

Related questions

1 votes
1 votes
3 answers
1
iarnav asked May 25, 2018
852 views
Consider the Karnaugh map given below, where X represents "don't care" and blank represents 0. what will be the SOP?
1 votes
1 votes
2 answers
2
iarnav asked May 25, 2018
964 views
What is the minimal $Sum-Of-Products$ of the map? ($X$ is a don't care)
0 votes
0 votes
1 answer
3
Rackson asked Jan 4, 2019
433 views