Reduce the boolean expression to four literals (A+C+D)(A+C+D')(A+C'+D)(A+B')

dannyf

Joined Sep 13, 2015
2,197
(A+B+C) * (A+B+C') = (A+B)*(A+B) + (A+B)(C + C') + C*C' = (A+B) + (A+B) = A+B

Using the same approach for the rest of your problem.
 
Top