retagged by
488 views
3 votes
3 votes

What is the Cartesian product of $A=\{1,2\}$ and $B=\{a,b\}$?

  1. $\{(1,a),(1,b),(2,a),(b,b)\}$
  2. $\{(1,1),(2,2),(a,a),(b,b)\}$
  3. $\{(1,a),(2,a),(1,b),(2,b)\}$
  4. $\{(1,1),(a,a),(2,a),(1,b)\}$
retagged by

1 Answer

Best answer
3 votes
3 votes
$A=\left\{1,2\right\}$

$B=\left\{a,b\right\}$

$A\times B=\left\{(1,a),(1,b),(2,a),(2,b)\right\}$

The above operation performed on sets $A$ and $B$ is called Cartesian Product, which is defined as:

$A\times B=\left\{(a,b)\mid a \in A \land b\in B\right\}$

Option $(C)$ is correct.
selected by
Answer:

Related questions

1 votes
1 votes
2 answers
1
1 votes
1 votes
3 answers
2
0 votes
0 votes
1 answer
3
1 votes
1 votes
1 answer
4
admin asked Mar 30, 2020
9,542 views
​ Let $N=\{1,2,3,\dots\}$ be ordered by divisibility, which of the following subset is totally ordered?$(2,6,24)$$(3,5,15)$$(2,9,16)$$(4,15,30)$