How would I solve the following question.
Assume $a=1$, $b=2$ and $c=2$ what is the value of the following Boolean expression
$(a=1)$ AND $(b=1)$ AND $(c=2)$
I am kind of confused because I know the first and is false AND so is the second AND, so would two false make a true?
Assume $a=1$, $b=2$, and $c=2.$
For the following expression to be true, every statement connected by AND must be true:
$(a=1) \;\; AND \;\; (b=1)\;\; AND\;\; (c=2)\tag{1}$
$(1)$ is true If and ONLY IF EACH of the following are true.
So we have $\qquad{\bf T}\;\;\; AND \;\;\;\color{red}{\bf F} \;\;\;AND \;\;\;{\bf T}\; = \;\; \color{red}{\bf FALSE}$