-2

i want to simplify the function first but

i have no idea how to do it. already tried few ways but failed.

I think i have to use dmorgan's law or x xor y = x'y + y'x or something more..

can anyone help?

  • This is off-topic - suggest reading through [What questions can I ask here](http://stackoverflow.com/help/on-topic) – Krease Oct 05 '16 at 06:03

1 Answers1

0

Try a Karnaugh map to minimize the term. You can find further methods to minimize such terms in this article.

marli
  • 529
  • 10
  • 19