Using Minterms, Maxterms
 
 
A boolean function can be written in terms of Minterm or Maxterm notation as a shorthand method of specifying the function.
F(A,B,C) = A’BC + AB’C’ + AB’C + ABC’ + ABC’ + ABC                = m3 + m4 + m5 + m6 + m7                = ? m(3,4,5,6,7)
F(A,B,C)  = (A+B+C) (A+B+C’)(A+B’+C)                 = M0 M1 M2                 =  ? M(0,1,2)
Minterms correspond to ‘1’s of F, Maxterms correspond to ‘0’s of F in truth table.