The correct option is A {(3, 1), (3, 2)}
N−M means subtracting the common elements of M and N from N.
So, N−M={3}
Intersection of two sets has the elements which are common in both the sets.
So, N∩M={1,2}
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.
So, (N−M)×(N∩M)={(3,1),(3,2)}.