1,742 views
0 votes
0 votes
Number of duals of distinct boolean expressions of 4 variables is ?

1 Answer

2 votes
2 votes
Dual functions : 2^n

Self dual functions : 2^2^(n-1)

Note:

2^(n-1) beacuse we have total 2^n  functions , each of which will have 2 values True, or False. So distinct values: (2^n)/2 = 2^(n-1)

 

In this case: 2^2^3 or 2^8 or 256

Related questions

0 votes
0 votes
2 answers
1
0 votes
0 votes
0 answers
3
Chaitanya Kale asked Jan 19, 2023
379 views
How many boolean functions are possible that satisfy the condition $f(a,b,c)$ = $f(c,b,a)$?
0 votes
0 votes
0 answers
4
Na462 asked Mar 5, 2019
3,015 views
Minimum number of NAND Gates for the functionsF = AC’ + ACE + ACE’ + A’CD’ + A’D’E’ F = (B’ + D’)(A’+C’+D)(A+B’+C’+D)(A’+B+C’+D’)