Intro to Electrical Engineering
The distributive law is a fundamental property in Boolean algebra that states that the multiplication (AND operation) distributes over addition (OR operation), and vice versa. This means that for any Boolean variables A, B, and C, the expressions A(B + C) and AB + AC are equivalent. Understanding this law is essential for simplifying logic expressions and creating truth tables, as it helps break down complex expressions into simpler components.
congrats on reading the definition of distributive law. now let's actually learn it.