Digital Electronics - Boolean Algebra and Logic Simplification - Discussion

Discussion Forum : Boolean Algebra and Logic Simplification - General Questions (Q.No. 17)
17.
How many gates would be required to implement the following Boolean expression after simplification? XY + X(X + Z) + Y(X + Z)
1
2
4
5
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
13 comments Page 2 of 2.

Anomi said:   7 years ago
XY+X+XZ+XY+YZ.
= XY+X+XZ+YZ,
= X(1+Y)+XZ+YZ,
= X+XZ+YZ,
= X(1+Z)+YZ,
= X+YZ.
(5)

Nag said:   1 decade ago
@Otman your answer is correct but procedure is wrong.

1+something is 1.

Maulik said:   1 decade ago
Thank for answering.


Post your comments here:

Your comments will be displayed after verification.