asked 96.9k views
1 vote
For the set A = {0, {1}}, determine A2 = A * A

1 Answer

3 votes

Answer:

Assuming that you refer to
A^2 as the Cartesian product of A with A, then remember that the cartesian product of two sets A and B is the set


A* B=\{(a,b): a\in A, b\in B\}

Then, if
A=\{0,\{1\}\},


A^2=A* A=\{(0,0), (0,\{1\}),(\{1\},0),(\{1\},\{1\})\}

answered
User Brjv
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.