Question:

Explain the rule of association in Boolean Algebra.

Show Hint

Think of it like regular addition: (2+3)+4 is the same as 2+(3+4). The associative law says the same principle applies to Boolean AND and OR operations.
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

The Associative Law in Boolean algebra states that the grouping of variables in an AND or an OR operation does not affect the outcome. For three variables A, B, and C, the law is defined by two rules:

Associative Law of Addition (OR): \( (A + B) + C = A + (B + C) \)
Associative Law of Multiplication (AND): \( (A \cdot B) \cdot C = A \cdot (B \cdot C) \)
This rule allows us to remove the parentheses when combining three or more variables with the same operator.
Was this answer helpful?
0
0