Difficulty: Medium
Correct Answer: A'*B'*C + A*B'*C' + A*B'*C + A*B*C' + A*B*C
Explanation:
Introduction / Context:
Standard SOP requires every product term to include all variables. For three variables A, B, C, the function F = A + B'*C must be expanded so that each term has A, B, and C explicitly either complemented or not.
Given Data / Assumptions:
Concept / Approach:
A alone covers all cases where A=1 (regardless of B and C), which corresponds to minterms m4, m5, m6, m7 (for ordering A as MSB). The term B'*C with A=0 adds minterm m1 (A=0, B=0, C=1). Combining yields a sum of specific minterms, each written as a full three-literal product.
Step-by-Step Solution:
Verification / Alternative check:
Plotting on a 3-variable K-map shows four cells for A=1 and one cell for A=0,B=0,C=1, matching the expanded expression.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting that a standard term must include all variables; also double-counting minterms already covered by A.
Final Answer:
A'*B'*C + A*B'*C' + A*B'*C + A*B*C' + A*B*C
Discussion & Comments