Multiple choice

Find the values of boolean variables A, B and C, that solve the boolean equations AB + A'C = 1 and AC + B = 0 simultaneously.

  1. 1, 0, 0

  2. 0, 1, 1

  3. 1, 0, 1

  4. 0, 0, 1

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Test the options: For D (0, 0, 1): AB + A'C = (0*0) + (1*1) = 1 (True). AC + B = (0*1) + 0 = 0 (True). Both equations are satisfied.