Problem 1: (50 points)
Given the following 4 variable function:
F(w,x,y,z) = w'xy'z + wxy'z + wx'yz + wx'yz' + w'x'yz + w'x'yz'
a) simplify the SoP expression using Karnaugh map procedure. (25 points)
b) simplify the SoP expression using algebraic manipulations and verify with result from above. (25 points)
Important: Must show clearly which property is used on every step. See examples on page 69.