Last Updated : 20 Nov, 2018

In Boolean algebra, rule (X+Y)(X+Z) =
(A) Y+XZ
(B) X+YZ
(C) XY+Z
(D) XZ+Y


Answer: (B)

Explanation: in Boolean algebra,

(X+Y)(X+Z) = X + XZ + XY + YZ
           = X(1 + Z + Y) + YZ  // as (1 + A = A)
           = X.1 + YZ 
           = X + YZ

Option (B) is correct.


Quiz of this Question


Share your thoughts in the comments