M
markadams8118
Guest
There are 32 rows in the truth table for 5 variables. The 30th row is 11111. I cannot set up the next row without expanding the number of digits, how does this work? The expression looks like this:
a) ~(x+y+z+w+v) = ~x . ~y . ~z . ~w . ~v
b) ~(x . y . z . w . v) = ~x + ~y + ~z + ~w + ~v
P.S. the . symbol used here is the and/times operator
a) ~(x+y+z+w+v) = ~x . ~y . ~z . ~w . ~v
b) ~(x . y . z . w . v) = ~x + ~y + ~z + ~w + ~v
P.S. the . symbol used here is the and/times operator