Let $A = \{1,2\}$ and $B = \{a,b,c\}$, find $(A \times B)^2$.
I found $(A \times B) = \{(1,a),(1,b),(1,c),(2,a),(2,b),(2,c)\}$
But how do I find
$$\{(1,a),(1,b),(1,c),(2,a),(2,b),(2,c)\} \times \{(1,a),(1,b),(1,c),(2,a),(2,b),(2,c)\} $$
?
Is it $\{(1,a,1,a),(1,a,1,b),(1,a,1,c), \ldots\}$ ?
If I am wrong please show me the correct method.
You are wrong.
The set
$M:=\{(1,a),(1,b),(1,c),(2,a),(2,b),(2,c)\} \times \{(1,a),(1,b),(1,c),(2,a),(2,b), (2,c)\}$
consists of pairs of pairs.
For example $((1,a), (2,b)) \in M$.