I have a question regarding the process of finding minterms.
Problem: Find the minterms of the following expression by first plotting each expression on a K-map:
a) F(X,Y,Z) = XY + XZ + X’YZ
b) F(W,X,Y,Z) = XZ + W’XY’ + WXY + W’YZ + WY’Z
c) F(A,B,C,D) = B’D' + ABD + A’BC
Is there any way that I can find the minterms of function without making a truth table? Like can you just look at the boolean expression and plot the 1's for the minterm on a k-map?
