edited by
8,187 views
15 votes
15 votes

The simplified SOP (Sum of Product) from the Boolean expression

$$(\text{P} + \overline{\text{Q}} + \overline{\text{R}}) . (\text{P} + \text{Q + R) . (P + Q} +\overline{\text{R}})$$ is 

  1. $(\overline{\text{P}}.\text{Q}+\overline{\text{R}})$
  2. $(\text{P + Q}.\overline{\text{R}})$
  3. $(\text{P}.\overline{\text{Q}}+\text{R})$
  4. $\text{(P.Q + R)}$
edited by

6 Answers

Best answer
18 votes
18 votes

$(P + \bar{Q} + \bar{R}) . (P + {Q} + R) . (P + Q +\bar{R})$

$(P + \bar{Q} + \bar{R}) . (P +(Q+R)(Q+\bar{R}))$

$(P + \bar{Q} + \bar{R}) . (P + Q)$

$(P + (\bar{Q}+ \bar{R})Q)$

$P+Q \bar{R}$

Hence,option(B)$P+Q \bar{R}$ is the correct choice.

edited by
13 votes
13 votes
ans is B

(p+q'+r')(p+q+r)(p+q+r')=(p+q'+r')(p+q)                    (since a=(a+b)(a+b') so putting p+q as a here)

=(p+q')(p+q) +(p+q)r' =p+pr'+qr'=p(1+r')+qr'=p+qr'     (again using above law and 1+anything=1
8 votes
8 votes

Answer is (B) part.

Another way to solve this problem is as follow -->

7 votes
7 votes
(P+Q'+R').(P+Q+R).(P+Q+R') is Standard POS which is eqt to ∐ (0,1,3) .

So Standard SOP =∑(2,4,5,6,7)  when we simplified by K-Map it will gives (P+QR').

Hence (B) (P+QR')  is Correct option.
Answer:

Related questions

8 votes
8 votes
2 answers
1
Arjun asked Jul 6, 2016
3,733 views
If $12A7C_{16} = X_8$ then the value of $X$ is$224174$$425174$$6173$$225174$
12 votes
12 votes
3 answers
2
Arjun asked Jul 6, 2016
8,167 views
The logic circuit given below converts a binary code $Y_1Y_2Y_3$ into Excess-$3$ codeGray code$\text{BCD}$ codeHamming code
9 votes
9 votes
5 answers
3
go_editor asked Jul 6, 2016
8,315 views
The Excess-$3$ code is also calledCyclic Redundancy CodeWeighted CodeSelf-Complementing CodeAlgebraic Code
8 votes
8 votes
2 answers
4
go_editor asked Jul 5, 2016
4,670 views
The circuit given in the figure below isAn oscillating circuit and its output is square waveThe one whose output remains stable in $\text{‘1'}$ stateThe one having outp...