Can anyone do a example of the problems below? I want to know how to go from Boolean Algebra to making a minterm list, to creating a a K-Map.
If possible one example of a question that uses xOR, one of a Some of Products, one using a minterm list (#4). Any help would be appreciated!!!!
= xOR
m(....) = minterm list
d(....) = don't care term (can be a 1 or a 0)
F1(x,y,z) = 1 x’y z’
F2(x,y,z) = x y z’ xy’z
F3(w,x,y,z) = y’(w + xz) + y(wxz +w’x’z’)
F4(w,x,y,z) = m(1, 2, 6, 7, 8, 14) + d(9, 10, 12, 13)
F5(w,x,y,z) = (w’ + y)(x’ + y + z’)(w + x + y’)(w + y’ + z)