edited by
1,804 views
3 3 votes

How many different Boolean functions of degree $n$ are the

  1. $2^{2^n}$
  2. $(2^2)^n$
  3. $2^{2^n} -1$
  4. $2^n$ 

1 Answer

3 3 votes
$A$ $B$ $f_0$ $f_1$ $f_2$ $f_3$ $f_4$ $f_5$ $f_6$ $f_7$ $f_8$ $f_9$ $f_{10}$ $f_{11}$ $f_{12}$ $f_{13}$ $f_{14}$ $f_{15}$
0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
0 1 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1
1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1
1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1

As we can see from the above table ,

Using $n$ boolean variables (here $n=2$ $A,B$ are boolean variables),

We can create $2^n$ combinations ($00,01,10,11$)

and using those $2^n$ combinations we can create $2^{2^n}$ functions ($16$ functions = $f_0,f_1,....f_{15}$)

$\therefore$ Option $1.$ is correct.

edited by
Answer:
Position:
Show:

Related questions

10 10 votes
3 answers 3 answers
9.5k
9.5k views
Arjun asked Jul 2, 2019
9,452 views
Consider the poset $( \{3,5,9,15,24,45 \}, \mid).$Which of the following is correct for the given poset ?There exist a greatest element and a least elementThere exist a ...
2 2 votes
2 2 answers
6.9k
6.9k views
Arjun asked Jul 2, 2019
6,888 views
Find the zero-one matrix of the transitive closure of the relation given by the matrix $A$ :$$A =\begin{bmatrix} 1 & 0& 1\\ 0 & 1 & 0\\ 1& 1& 0 \end{bmatrix}$$$\begin{bma...
2 2 votes
1 1 answer
2.4k
2.4k views
Arjun asked Jul 2, 2019
2,370 views
Consider the following statements:$S_1$: For any integer $n>1, \: a^{\phi(n)} \equiv 1(mod \: n)$ for all $a \in Z_n^*$ , where $\phi(n)$ is Euler’s phi function.$S_2$: I...
2 2 votes
2 2 answers
10.3k
10.3k views
Arjun asked Jul 2, 2019
10,282 views
How many ways are there to place $8$ indistinguishable balls into four distinguishable bins?$70$$165$$^8C_4$$^8P_4$