

InterviewSolution
Saved Bookmarks
1. |
Use Karnaugh map to find the simplified expression of the function: F = x’yz + xy + xy’z’.(a) xz’+y’z’(b) xy’z+xy(c) y’z+x’y+z(d) yz+xy+xy’zThis question was posed to me during an interview.The query is from Boolean Algebra in portion Boolean Algebra and Modeling Computations of Discrete Mathematics |
Answer» Correct option is (d) yz+xy+xy’z |
|