11. Simplification of the Boolean expression (A + B)'*(C + D + E)' + (A + B)' yields which of the following results?

  1. A + B
  2. A'B'
  3. C + D + E
  4. C'D'E'
  5. A'B'C'D'E'

2 is CORRECT. The expression follows the pattern of absorption: x + xy = x, with x = (A + B)'= A'*B' and y = (C + D + E)'= C'*D'*E'. The result is x = A'*B'

[ Go Back To Question 11 ]

[ Go Back To The Beginning Of Quiz ]