0

My starting point was (A+D)*(A+B+C)*(~A+C+~D)

And I should end at ~A*B*D +A*~D +C*D (according to online solvers.)

But when I do it by hand on a paper I end up with this: ~A*B*D +A*~D +C*D +A*C

And for the life of me I can't figure out how to simplify and get rid of the extra +A*C

Rócherz
  • 3,976
  • Thanks for clarifying. – J.G. Dec 09 '18 at 16:48
  • My bad, I didn't realize using asteriks to show multiplication would make the text italics and whatnot. – Andres Eelma Dec 09 '18 at 16:54
  • use p\land q for $p\land q$, and use p\lor q for $p\lor q$, and use \sim for $\sim$ :) – Nosrati Dec 09 '18 at 16:55
  • Thanks Rócherz for editing and fixing my question and thank you Nosrati, for explaining how to get the correct symbols. – Andres Eelma Dec 09 '18 at 17:00