SACC

// navigation

Minterms
Maxterms
SOP
POS
DeMorgan

// Minterms



For each combination of inputs to a logical fnction, there is an associated minterm.
A B C Minterm
0 0 0 A'B'C'
0 0 1 A'B'C
0 1 0 A'BC'
0 1 1 A'BC
1 0 0 AB'C'
1 0 1 AB'C
1 1 0 ABC'
1 1 1 ABC

The minterm associated with each input combination is the AND, or product, of the input variables. Minterms and maxterms are useful for deriving Boolean equations from truth tables.