Difficulty: Easy
Correct Answer: C
Explanation:
Introduction / Context:
This tests the absorption law in Boolean algebra, which captures how a term absorbs a more specific version of itself when combined by OR.
Given Data / Assumptions:
Concept / Approach:
Absorption: X + X*Y = X. Intuitively, when X is true, X*Y is redundant; when X is false, X*Y is also false. Therefore, the more general term X alone suffices to represent the logic.
Step-by-Step Solution:
Verification / Alternative check:
Constructing a truth table shows output equals C for all D values.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing absorption with consensus; remember the exact identity.
Final Answer:
C
Discussion & Comments