Minterm, Maxterm Notation
Each line in a truth table represents both a Minterm and a Maxterm.
Row No. A B C Minterms Maxterms 0 0 0 0 A’B’C’ = m0 A+B+C = M0 1 0 0 1 A’B’C = m1 A+B+C’ = M1 2 0 1 0 A’B C’ = m2 A+B’+C = M2 3 0 1 1 A’B C = m3 A+B’+C’ = M3 4 1 0 0 A B’C’ = m4 A’+B+C = M4 5 1 0 1 A B’C = m5 A’+B+C’= M5 6 1 1 0 A B C’ = m6 A’+B’+C = M6 7 1 1 1 A B C = m7 A’+B’+C’ = M7