Computer Science
What are maxterms? Convert the following function as a product of maxterms:
F(P, Q, R)= (P + Q).(P' + R')
Boolean Algebra
17 Likes
Answer
In POS expression, a sum term of n variables in which each of the n variables appear once in either its complement or uncomplement form is known as Max term.
Converting into product of maxterms:
(P + Q).(P' + R')
= (P + Q + RR').(P' + QQ' + R')
= (P + Q + R).(P + Q + R').(P' + Q + R').(P' + Q' + R')
Answered By
10 Likes
Related Questions
Show that dual of P'QR' + PQ'R + P'Q'R is equal to the complement of PQ'R + Q.(P'R' + PR')
Given F = A + (B + C).(D' + E)
Find F' and show the relevant working in steps.Obtain the truth table to verify the following expression:
X.(Y + Z)= X.Y + X.Z
Also state this law.Convert the following function into its canonical sum of product form:
F(X, Y, Z) = Σ(0,1,5,7)