1

So I'm doing some homework and trying to simplify $(x'+y)'(x+y)'$. So far these are the steps I've completed, but I'm not 100% sure that they're appropriate.

$(x'+y)'(x+y)' = (x'+y)'(x’y’)$

$(x'+y)'(x’y’) = (x’’+ y’)(x’y’)$

$(x’’+y’)(x’y’) = (x+y’)(x’y’)$

I'm unsure of what to do after this step (or if I've made any actual mistakes)

Tianlalu
  • 5,177
  • use DeMorgan's theorem twice on each term in the product first. Then multiply out and you will have your answer. Truth Tables are not required here. – F.N. Sep 25 '21 at 07:14

1 Answers1

0

$(x'+y)'(x+y)'=(x'+y)'(x'y')=(x''y')(x'y')=(xy')(x'y')$

Can you do the last step?

JRN
  • 6,566