Given F = AB + A’C.
Express F as a product of MAXTERMS.
F = AB + A’C = (A + A’)(A + C)(B + A’)(B + C) = (A + C)(B + A’)(B + C) since A + A’ = 1
Also note the way we had to factorize the expression. (try and see that it works).