Explanation
We can solve this problem using two standard approaches in Boolean algebra: the Distributive Law method and the standard Algebraic Expansion method.
Method 1: Using the Distributive Law (Quickest)
In Boolean algebra, the Distributive Law of logical OR (+) over logical AND (⋅) is state as:
A+(B⋅C)=(A+B)⋅(A+C)
If we look at our given expression carefully, it perfectly matches the right-hand side of this identity:
(x+y)⋅(x+y′)
By mapping our variables to the identity:
We can rewrite the expression as:
(x+y)⋅(x+y′)=x+(y⋅y′)
According to the Complementarity Law in Boolean algebra, any variable ANDed with its own complement always results in 0:
y⋅y′=0
Substituting this value back into our equation:
x+0=x