Computer Science, asked by mrunknown2185, 12 hours ago

Verify the following Boolean Expression using truth table. X.Y.Z + X.Y’.Z + X.Y.Z = X.(Y + Z)​

Answers

Answered by rl554709
1

Explanation:

X Y Z Y+Z X+(Y+Z) (X+Y) (X+Y)+Z

0 0 0 0 0 0 0

0 0 1 1 1 0 1

0 1 0 1 1 1 1

0 1 1 1 1 1 1

1 0 0 0 1 1 1

1 0 1 1 1 1 1

1 1 0 1 1 1 1

1 1 1 1 1 1 1

As the values of columns X+(Y+Z) and (X+Y)+Z are identical, hence the expression is proved.

Similar questions