Question
Easy

The Boolean expression $F=(x.y'+x'.y+x'.y')$ is equivalent to :

1
x + y'
2
x' + y'
3
x' + y
4
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 correct answer is derived by simplifying the given Boolean expression $F = x.y' + x'.y + x'.y'$ using the fundamental laws of Boolean Algebra. Notice that the last two terms, $x'.y$ and $x'.y'$, share the common term $x'$. We can group these using the Distributive Law ($A.B + A.C = A(B+C)$) to get $F = x.y' + x'(y + y')$. By applying the Complement…Read More