1

I tried AND'ing the leftmost A with itself to keep the expression balanced, but then I wasn't able to put A and (not A) in evidence. I was also trying to apply De Morgan's Theorem, but I cannot AND the leftmost A with (not B).

1 Answers1

2

$$A+(\overline A\cdot B)\\≡(A+\overline A)\cdot(A+B)\\≡1\cdot(A+B)\\≡(A+B)\cdot1\\≡A+B$$

The laws applied, in order:
distributive law
complement law
commutative law
identity law.

ryang
  • 38,879
  • 14
  • 81
  • 179