

InterviewSolution
Saved Bookmarks
1. |
For an 18-variable k-map determine the number of prime implicants?(a) 2^18(b) 35(c) 253(d) 721I got this question in an interview for internship.My question is taken from Boolean Algebra in division Boolean Algebra and Modeling Computations of Discrete Mathematics |
Answer» CORRECT OPTION is (a) 2^18 Best explanation: The MAXIMUM number of implicants for the n-variable k-map is 2^n. HENCE, the required answer is 2^18. |
|