Ok so I've been working on this problem for a while now. I've been given
mux(\$p_{11}, p_{10}, p_{01}, p_{00}, x_1, x_0) = p_{x_1x_0}.\$
I found the boolean formula to be:
\$(!(x_1x_0))p_{11} + ((!x_1)x_0)P_{10} + (x_1(!x_0))p_{01} + (x_1x_0)p_{00}. \$
My question is what would the circuit that computes mux look like using only and, or, and not gates.
Thanks in advance!
