Sum of products
From Rice Wiki
The sum of products canonical form of boolean equation is used with truth tables and K maps to easily describe and minimize circuits.
Procedure with truth table
First, make a truth table for an output Y. Then, for every row where Y = 1, write out the minterm of that row. Finally, add all minterms together to form a complete boolean equation for the variable.