Correct option is B
by factoring AB.
Using the Boolean identity 1 + X = 1, we get .
Hence .
Intuitively, once AB = 1, the extra term doesn’t add any new minterms—it’s redundant.
Therefore, the simplified expression is AB, independent of C.
Hence .
Intuitively, once AB = 1, the extra term doesn’t add any new minterms—it’s redundant.
Therefore, the simplified expression is AB, independent of C.
Important Key Points
- Distributive law: XY + XY' = X(Y + Y').
- Complementarity: Y + Y' = 1.
- Identity: .
- Redundancy check: If one term fully contains another, the larger one is redundant.
- Result: .
Knowledge Booster
- A common quick rule: X + XY = X. Here, let X = AB and ; then .
- Karnaugh-map view: All cells where AB = 1 are already covered; restricting C = 0 doesn’t add coverage.