KnowledgeBoat Logo

Computer Science

Obtain the truth table to verify the following expression:
X.(Y + Z)= X.Y + X.Z
Also state this law.

Boolean Algebra

53 Likes

Answer

This is Distributive Law.

Truth Table

XYZY+ZX.(Y+Z)X.YX.ZX.Y+X.Z
00000000
00110000
01010000
01110000
10000000
10111011
11011101
11111111

As columns X.(Y+Z) and X.Y+X.Z have same values, hence the expression is proved.

Answered By

28 Likes


Related Questions