Question
Easy

Which of the following is not a valid expression of Boolean Algebra ?

1
x + x.y = x
2
x′.y + x.y = y
3
x′.y′ + x.y = x
4
(x + y + z)′ = x′.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 expression x'.y' + x.y is an identity for the Exclusive NOR (XNOR) operation, also known as the equivalence function. This XNOR expression, represented as $x \\odot y$, is a two-variable function that is only equal to $x$ when the variable $y$ is logically equal to 1. Since a law in Boolean Algebra must hold true for all possible combinations of values for $x$ and…Read More