Boolean Algebra — worked example
Digital Logic 101 · Boolean Algebra · Example
Simplify F = A·B + A·B′ + A′·B
Three product terms, two variables. We’ll factor, apply complement and identity, then absorption. Each step cites exactly one rule.
- Factor A out of the first two terms. by the distributive law.
F = A·(B + B′) + A′·B - Apply complement. by the complement identity.
F = A·1 + A′·B - Apply identity. .
F = A + A′·B - Apply extended absorption. . (Proof: factor as , expand, then collapse.)
F = A + B
Final answer: . Same result as a 2-variable Karnaugh map (Topic 5) or Quine–McCluskey (Topic 6) on the minterm set {1, 2, 3}.
Want to try this hands-on? Open the Simulate stage and type the same expression — each identity card lights up exactly when its rule applies.