retagged by
3,575 views
5 votes
5 votes
Number of boolean function with 3 boolean variable such that the function contain exactly 2 or 7 min term in their canonical SOP?

Please explain the logic!
retagged by

1 Answer

Best answer
5 votes
5 votes

If we draw the truth table with 3 variables, then 23 combinations are possible. The function needs to produce exactly 2 minterms, so $\binom{2^{3}}{2}$ functions ar possible.

Similarly, to have 7 minterms, $\binom{2^{3}}{7}$ functions are possible.

Using addition rule of counting, $\binom{2^{3}}{2} + \binom{2^{3}}{7}$ functions are possible.

selected by
Answer:

Related questions