1,525 views

2 Answers

1 votes
1 votes
Self dual means f(x',y',z',w')=f'(x,y,z,w), which means that since the total combinations with 4 variables are 16, a function if dual, needs to be symmetric which essentially means here that there will be exactly 8 minterms of the function.

Lets try to design a function:- if 0th (0000)minterm is selected to be true, we will automatically select 15th to be false. Likewise if 3th(0011) is selected , 12th (1100)minterm is set to false automatically. So total functions can be computed as-

16*14*12*10*8*6*4*2/8!

(This is permutations divided by total arrangements, to get combinations)

(The numerator is the total choices we have for 8 min terms)

256 is the answer.

Related questions

0 votes
0 votes
0 answers
1
indra thakur asked Sep 23, 2018
311 views
What is self dual function with proper example and explanation.
0 votes
0 votes
2 answers
2
Wanted asked Jan 5, 2017
691 views
2 votes
2 votes
4 answers
4
shikharV asked Dec 4, 2015
4,792 views
Given answer: DI am not getting how to approach this question.