Solveeit Logo

Question

Question: What will be the input of A and B for the Boolean expression \(\overline{(A + B)} \cdot \overline{(A...

What will be the input of A and B for the Boolean expression (A+B)(AB)=1\overline{(A + B)} \cdot \overline{(A \cdot B)} = 1

A

0, 0

B

0, 1

C

1, 0

D

1, 1

Answer

0, 0

Explanation

Solution

The given Boolean expression can be written as

Y=(A+B).(A.B)=(Aˉ.Bˉ).(Aˉ+Bˉ)=(AˉAˉ).Bˉ+Aˉ(Bˉ.Bˉ)Y = (\overline{A + B}).(\overline{A.B}) = (\bar{A}.\bar{B}).(\bar{A} + \bar{B}) = (\bar{A}\bar{A}).\bar{B} + \bar{A}(\bar{B}.\bar{B})

=Aˉ.Bˉ+AˉBˉ=AˉBˉ= \bar{A}.\bar{B} + \bar{A}\bar{B} = \bar{A}\bar{B}

ABY
001
100
010
110