let $X=\{9,5,6,0,4,2,1,4\}$
$Y=\{0,3,9,6,7,1\}$
Calculate $|(X \times Y) \cup (Y \times X)|$
My solution is $|X \times Y| + |Y \times X| - |\{9,6,0,1\} \times \{0,9,6,1\}|= 40 + 40 - 16 = 64$
However the correct result should be $68$. Question: Where is my mistake and how to get that result? I think I have removed the double tuples with $|\{9,6,0,1\} \times \{0,9,6,1\}|$