Use the following truth table of function f for parts (a)-(g) below.
x y z f(x, y, z)
0 0 0 1
0 0 1 1
0 1 0 0
0 1 1 0
1 0 0 1
1 0 1 1
1 1 0 0
1 1 1 1
(a) Write f as a minterm list (that is, in the form fm(*)).
(b) Write f as a canonical sum-of-products.
(c) Simplify the expression from part (b).
(d) Write f as a maxterm list (that is, in the form fM(*)).
(e) Write f as a canonical product-of-sums.
(f) Simplify the expression from part (e).
(g) Simplify f using a 3-variable Karnaugh map.