Question
Easy

Boolean expression $y.z+z$ is equal to which of the following?

1
y + y. z
2
y + z
3
z
4
y.z
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option C
Explanation

The correct option is (3): The given Boolean expression is $y.z + z$. This expression can be elegantly simplified using one of the fundamental theorems of Boolean algebra, known as the Absorption Law. The Absorption Law states that for any two Boolean variables, $A + A.B = A$. In our expression, if we let $A$ be $z$ and $B$ be $y$, the expression is in the form $z + z.y$.…Read More