A logical binary relation $\odot$, is defined as follows:
| $A$ | $B$ | $A\odot B$ |
|---|---|---|
| True | True | True |
| True | False | True |
| False | True | False |
| False | False | True |
Let $\sim$ be the unary negation (NOT) operator, with higher precedence then $\odot$.
Which one of the following is equivalent to $A\wedge B$ ?
Reveal answer
Fill a bubble to check yourself