Multiple choice

In Boolean algebra, x (y + z) is equal to

  1. x

  2. y

  3. x.y

  4. x.y + x.z

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

This demonstrates the distributive property in Boolean algebra: x AND (y OR z) = (x AND y) OR (x AND z). The operation distributes over OR just like in regular algebra.