Question: What is the truth value of the expression A AND (B OR C) when A = 1, B = 0, C = 1?
Options:
Correct Answer: 1
Solution:
B OR C = 0 OR 1 = 1. Then, A AND 1 = 1 AND 1 = 1.