Difficulty: Easy
Correct Answer: A + B
Explanation:
Introduction / Context:
This is a standard reduction exercise using distributive and complement laws to simplify an expression to minimal SOP. Recognizing common identities speeds the process.
Given Data / Assumptions:
Concept / Approach:
Use the identity X + X'*Y = X + Y (a consequence of X + X' = 1 and distribution). Alternatively, apply the consensus-style factoring: A + A'*B = (A + A') * (A + B) = 1 * (A + B) = A + B.
Step-by-Step Solution:
Verification / Alternative check:
Truth-table verification confirms equivalence across all input combinations.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting that (X + X') = 1 and misapplying distribution.
Final Answer:
A + B
Discussion & Comments