Either exhibit 333 different boolean functions on the three variables p; q; r, or prove that there aren’t 333 different such functions
$p$ $q$ $r$
$0 0 0$
$001$
$010$
$011$
$100$
$101$
$110$
$111$
$f(0,0,0)$ :
$2^8= 256$
$333 not equalto 256$
Can I ask for a feed back on my answer please? thanks
There are $2^{3}$ possible inputs in $B^{3}$, where $B = \{0, 1\}$. Each input can map to an element in $\{0, 1\}$. So there are $2^{8}$ possible boolean functions, as there are $2^{2^{3}}$ possible functions.