edited by
739 views
10 votes
10 votes

How many Boolean functions of three variables $\textsf{f(x,y,z)}$ have the property that $\textsf{f(x,y,z)=(f(x’,y’,z’))}$?

  1. $64$
  2. $16$
  3. $256$
  4. $8$
edited by

2 Answers

1 votes
1 votes

Your minterms are halved when we have to satisfy the property f(x,y,z) = f(x',y',z').

Hence ans = number of functions from 4 minterms to output set {0,1}

0 votes
0 votes

For n variable there is 2^2^n means here for 2^2^3=256

but acc. to question-

f(x,y,z)=f(x′,y′,z′), means output should be same for (0,0,0)and (1,1,1), (0,0,1)) and (1,1,0)(1,1,0) and so on total 4 groups .

So, We have four input cases (pairs) for which output can be 00 or 11. So, we have two cases for each pair.

Total functions possible =2^4=16

Related questions

0 votes
0 votes
0 answers
1
4 votes
4 votes
1 answer
2
AniMan_7 asked Jun 29, 2023
1,177 views
Does EX-NOR Gate follow Associativity ?How 3 input EX-NOR function is equal to 3 input EX-OR function ?
3 votes
3 votes
1 answer
3
5 votes
5 votes
1 answer
4
Sourajit25 asked Oct 23, 2017
1,031 views
The K-Map for a boolean function is shown below.The number of essential prime implicants for this function is ?1101000110001001The answer given is 3. But I think it will ...