9.    Simplification of the Boolean expression (A+B+C) + (A+B+C)'(D+E) yields which of the following results?
 
-      A + B + C
 -      D + E
 -      A'B'C'
 -      D'E'
 -      A+B+C+D+E
 
2 is WRONG.  Application of the Boolean property
x + x'y = x + y, where x = A + B + C, and y = D + E, gives the desired result.
[  Go Back To Question 9 ]
[ Go Back To The Beginning Of Quiz ]