Simplify:
$[(x \times y') + x']' $
My attempt:
- $((x \times y') + x')' $
- $(x \times y')' \times x''$
- $(x'+ y'') \times x''$
- $(x' + y'') \times x$
- $(x' + y) \times x$
- $(x'+ y)(x' + x)$
- $x(x' + y) + x'(x' + x)$
- $xx'+xy+x'x'+x'x$
- $0 + xy + x + 0$
The answer is supposed to be: $(x \times y)$
N.B. I am still new to this and learning, I am using the following book:
Discrete Mathematics for Computing / Edition 3
by Peter Grossman
You make a mistake going from 5 to 6: Applying Distribution on $(x'+y)x$ results in $x'x + yx$