I am in a computer class with Karnaugh Maps and one of the questions is X 'Y Z + X 'Y 'Z + 'X Y 'Z + X Y Z and I need to simplify it
where ' means not so 'x means not x.
I think the answer is X 'Y + X Z + 'X Y 'Z but I am not sure, if I am wrong can anyone correct me or tell me if this is the correct answer.
Also is it possible to turn a Boolean function into a Karnaugh Map?
X 'Y Z + X 'Y 'Z + 'X Y 'Z + X Y Z to a Karnaugh Map, I am wondering because that is what i did to get that answer above, but I am not sure if it is allowed.
edit: can a kmap like this be used to solve it?
xyz 00 01 11 10
0 1 1 1 1 1