1

(A . B = A . (A̅ +B))

How to prove them? (Tried so many times)

Bachi Nirosh
  • 27
  • 1
  • 10

5 Answers5

1

A . (A̅ +B)

= A.A̅ + A.B

But A.A̅ = 0 ( Inverse or Complement Law)

= A.B

0

$$A\land (\lnot A \lor B)=(A\land\lnot A)\lor (A\land B)=0\lor (A\land B)=(A\land B)$$

b00n heT
  • 16,360
  • 1
  • 36
  • 46
0

Hint: Use the fact that the product of a variable and its complement is $0$. Thus, $AA' =0$. Can you take it from here? Hope it helps.

0

Use the distributive law and you get

$$ A\cdot\bar{A} + A\cdot B. $$

$\text{True AND False}$ results in $\text{False}$. Which give $A\cdot \bar{A} = 0$. Again, $\text{False OR X}$ always results in $X$, hence we get $0 + AB = AB$. Thus,

$$ A(\bar{A} + B) = A\cdot\bar{A} + AB = AB$$

Nilabro Saha
  • 1,703
0

A•(Ā + B) = A•Ā + A•B using the distributive property.

EDIT: This is in response to the OP's request to explain further. Wanted to add this as a comment, but encountered an error.

Nilabro Saha
  • 1,703