Simplify the following Boolean expression. Your final equation should be in minimized sum-of-products form.
W = B' (A + BC + B'CD + A'D)
So far I have:
Use distributing:
AB' + B'BC + B'B'CD + A'B'D
Complementary:
AB' + 0 + B'B'CD + A'B'D
Is this right so far? What's next?