Logic Simplification 
Theory:
A simplified Boolean expression uses the fewest gates possible to implement a given expression.
Example Using Boolean algebra techniques, simplify this expression:
Solution:
- Step 1: Apply the distributive law to the second and third terms in the expression, as follows:
- Step 2: Apply rule 7 (BB = B) to the fourth term.
- Step 3: Apply rule 5 (AB + AB = AB) to the first two terms.
- Step 4: Apply rule 10 (B + BC = B) to the last two terms.
- Step 5: Apply rule 10 (AB + B = B) to the first and third terms.
At this point the expression is simplified as much as possible.
