Concept:To find x∩(Y′∪Z), first determine the complement of set Y within the universal set u, then perform union and intersection operations.Explanation:Given universal set u={x:0≤x≤6}={0,1,2,3,4,5,6}.The sets are x={0,2,4,6}, y={1,2,3,4}, and z={1,3}.The complement of y is y′=u−y={0,5,6}.First, compute y′∪z={0,5,6}∪{1,3}={0,1,3,5,6}.Now, intersect this with x: x∩(y′∪z)={0,2,4,6}∩{0,1,3,5,6}={0,6}.Thus, the required set is {0,6}.Answer:{0,6} (Option C).