Union of two sets has all the elements of both the sets. So, M∪N={0,1,2,3} N−M means subtracting the common elements of M and N from N. So, N−M={3} Cartesian product of two sets is found by forming ordered pairs, where x-coordinate is from first set and y-coordinate is from second set.