So I got this equation: (NOT A + B) x ( A + C)
When I try to reduce this I get (Not A AND C) OR (A AND B) OR (B AND C) But wolframalpha.com(here) says it ends up being A'C + AB. I also tried to input my original reduction and got this (here) whitch gave me the same result. How does (B AND C) just get reduced to nothing?