From Minterms to Maxterms to Truthtable
To go from Minterms to Maxterms, list the numbers that are NOT present (with 3 variables, minterm/maxterm numbers range from 0 to 7
F(A,B,C) = ? m(1,2,6) = ? M(0,3,4,5,7) = (A+B+C)(A+B’+C’)(A’+B+C) (A’+B+C’)(A’+B’+C’)
A B C F 0 0 0 0 0 0 1 1 0 1 0 1 0 1 1 0 1 0 0 0 1 0 1 0 1 1 0 1 1 1 1 0
Maxterms correspond to ‘0’s in Truth table