I cant' Figure This Out!- Boolean please help

Thread Starter

User702

Joined Mar 13, 2008
3
I've gotten this far and don't know what to do....
I am trying to simplify this further.

U=X(not) Y Z+X Y(not) Z+ X Y Z(not)+ X(not) Y(not) Z(not)
 

Thread Starter

User702

Joined Mar 13, 2008
3
Sorry, im having trouble understanding these concepts
How Would I use the Ex-or function for this??.... would it then simplify to X and or Z? hmm..
 

veritas

Joined Feb 7, 2008
167
Do you know the truth-table for xor? xor has nothing to do with your X variable.
XOR:
A B | Q
0 0 | 0
0 1 | 1
1 0 | 1
1 1 | 0

Are you using a k-map to help you simplify? If you draw out the k-map, you'll notice a checkerboard pattern, which is indicative of an xor function.
 
Top