

InterviewSolution
Saved Bookmarks
1. |
Find the simplified expression A’BC’+AC’.(a) B(b) A+C(c) (A+B)C’(d) B’CThe question was posed to me by my college professor while I was bunking the class.My question is taken from Minimization of Boolean Functions in chapter Boolean Algebra and Modeling Computations of Discrete Mathematics |
Answer» CORRECT choice is (C) (A+B)C’ EASY explanation: Given: A’BC’ + AC’ = C’(A’B + A) = C’(A + B). |
|