OK so maybe I'm just an idiot but I have a question regarding the following problem.
(x || y || !z) & (!x || !y || z)
Now am I getting this incorrect by assuming that that reduces down to just true? It doesn't seem to work out so any help would be appreciated.
(x || y || !z) & (!x || !y || z)
Now am I getting this incorrect by assuming that that reduces down to just true? It doesn't seem to work out so any help would be appreciated.
Last edited: