if a.b is 0 and b.c is 0 then what is a.c?
Let's build the truth table:
a b c& a.b b.c a.c
1 1 1 1 1 1
1 1 0 1 0 0
1 0 1 0 0 1
1 0 0 0 0 0
0 1 1 0 1 0
0 1 0 0 0 0
0 0 1 0 0 0
0 0 0 0 0 0
As we can see from this table, a.c can take both values (0 or 1) when a.b is 0 and b.c is 0.
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!