Step 1: Write minterm expressions.
Use Karnaugh map or Boolean simplification to find common terms:
F1 = ∑m(0, 1, 2, 4)
F2 = ∑m(0, 5, 6, 7)
Step 2: Identify common product terms.
Minterm 0 is common in both ⇒ can be reused in PLA
We find that 4 total product terms suffice after simplification