Question 1.15: What type of expression is Y=(A+B)·(A+B), what sum terms are...

What type of expression is Y=(\overline{A} +B)·(A+\overline{B} ), what sum terms are included in it, and what is its expanded form?

The Blue Check Mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

This is a product of sums expression, with two sum terms,(\overline{A} +B) and (A+\overline{B} ).

Using Boolean algebra:

(\overline{A} +B)·(A+\overline{B} )=(\overline{A} +B)·A+(\overline{A} +B)·\overline{B}   distributive law

                                                          =\overline{A} ·A+B·A+\overline{A}· \overline{B} +B· \overline{B}   distributive law

                                                         =\overline{A}· \overline{B} +A·B  Equation 1.3: A\cdot \overline{A}=0

(This is the Boolean expression for the exclusive-NOR gate discussed in the next section.)

Related Answered Questions