Truth Table to SOP Form
Can write SOP form of equation directly from truth table.
A B C F 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 1 1 1
F(A,B,C) = A’BC + AB’C’ + AB’C + ABC’ + ABC
Note that each term in has ALL variables present. If a product term has ALL variables present, it is a MINTERM.