Computer Science
Show that dual of P'QR' + PQ'R + P'Q'R is equal to the complement of PQ'R + Q.(P'R' + PR')
Boolean Algebra
12 Likes
Answer
Dual of P'QR' + PQ'R + P'Q'R:
(P'+Q+R').(P+Q'+R).(P'+Q'+R)
Complement of PQ'R + Q.(P'R' + PR'):
[PQ'R+Q.(P'R'+PR')]'
= (PQ'R)'.[Q.(P'R'+PR')]'
= (P'+Q+R').[P'QR'+PQR']'
= (P'+Q+R').(P+Q'+R).(P'+Q'+R)
Hence proved.
Answered By
8 Likes
Related Questions
Obtain the truth table to verify the following expression:
X.(Y + Z)= X.Y + X.Z
Also state this law.Given below is the truth table for a combinational circuit for which the input is a 3 bit number and output is its 2's complement.
Inputs Outputs X Y Z P Q R 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 0 0 1 0 1 0 1 1 1 1 0 0 1 0 1 1 1 0 0 1 Write SOP expression for the outputs P, Q and R. Reduce them, if possible, using the Karnaugh's map.
What are maxterms? Convert the following function as a product of maxterms:
F(P, Q, R)= (P + Q).(P' + R')Convert the following function into its canonical sum of product form:
F(X, Y, Z) = Σ(0,1,5,7)