Question
Easy

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

1
~ x + (y ∗ ~ z) + x + ~ y = 1
2
x ∗ ~ y + ~ x ∗ y + ~ x ∗ ~ y = 1
3
~ (x + y + z) = ~ x ∗ ~ y ∗ ~ z
4
x ∗ ~ y + ~ x ∗ y + x ∗ y = x + y
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option B
Explanation

The correct option is (2): The expression $x \\cdot \\overline{y} + \\overline{x} \\cdot y + \\overline{x} \\cdot \\overline{y} = 1$ is not a valid or universally true identity in Boolean algebra. We can simplify the Left Hand Side (LHS) to prove this. By factoring out $\\overline{x}$ from the last two terms, we get $x \\cdot \\overline{y} + \\overline{x} \\cdot (y + \\overline{y})$. Since the Complementary Law states that $y +…Read More