Express the following function as a sum of minterms and as a
product of maxterms. Your answer should be of the form #, #,
#, ....., # in ascending numerical order. For example,
(3,5,6)
or (
0,1,2,4,7) - comma(,) should be the only delimiter between numbers,
and there are no spaces.
F = ab'c + a'b'c + abc
Sum of Minterms = (
)
Product of Maxterms = (
)