Tag: cartesian product of sets

Questions Related to cartesian product of sets

Multiple choice mathematics and statistics relations cartesian product of sets cartesian product of two sets cartesian product

$M={0,1,2}$ and $N={1,2,3}$: find (N-M) $\times$(N $\cap$M)

  1. $\{3,1\}$
  2. $\{3,2\}$
  3. $\{3,3\}$
  4. None of the above

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

For two sets, A and B the set difference of set B from set A is the set of all element in A but not in B.
Example:
$A={a,b,c,d}$
$B={c,d,e}$
$A-B={a,b}$

$M={0,1,2}$
$N={1,2,3}$
$N-M={3}$
$N \cap M={1,2}$
$(N-M)\times (N\cap M)$ $={3,1},{3,2}$

Multiple choice mathematics and statistics relations cartesian product of sets cartesian product of two sets cartesian product

If $A={b,c,d}$ and $B={x,y}$. Find which of the following are elements of $A \times A$.

  1. $\{b,b\}$
  2. $\{b,c\}$
  3. $\{b,d\}$
  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

$A\times A \Rightarrow$ the first element will be from $A$ and the second element will also be from $A$.

$A \times A = \left{{b,b}, {b,c}, {b,d},{c,b},{c,c},{c,d},{d,b},{d,c},{d,d}\right}$
Thus, all the options $A,B$ and $C$ are the elements of $A \times A$

Multiple choice mathematics and statistics relations cartesian product of sets cartesian product of two sets cartesian product

n(A)=m and n(B)=n ; then

  1. n(A)+n(B)=n(A+B)

  2. n(A)-n(B)=n(A+B)

  3. A$\times$B=mn
  4. n(A) $\times$n(B =n(A $\times$B)
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

C is not even logical while in the first 2 cases:


If there are elements common in A and B L.H.S of the first statement will be greater than R.H.S.

Clearly option B is also untrue as the combination of A and B cannot have lesser number of elements than A alone.

The last option has to be true as cartesian product of 2 sets gives a matrix having n(A) and n(B) as columns and rows.whose product will give the number of elements in the matrix.

Multiple choice mathematics and statistics relations cartesian product of sets cartesian product of two sets cartesian product

$\left (A \cap B  \right ) \times C$

  1. $\left (A \times B \right ) \cap \left (B \times C \right )$
  2. $\left (A \times C \right ) \cap \left (B \times C \right )$
  3. $\left (A \times B \right ) \cup \left (B \times C \right )$
  4. $\left (A \times B \right ) \cup \left (A \times C \right )$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Cartesian product distributes over intersection: (A intersect B) x C = (A x C) intersect (B x C).

Multiple choice mathematics and statistics relations cartesian product of sets cartesian product of two sets cartesian product

Which one of the statement is false ?

  1. $\phi \times A = \phi$
  2. A $\times$ B = B $\times$ A
  3. A $\times$ B = {(x $\times$ y) : x A and y B}
  4. $R^{-1}$ = {(y, x) : (x, y) R}
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Statement B 'A × B = B × A' is false when interpreted universally because Cartesian products are not commutative unless A = B. For A = {1, 2} and B = {3}, A × B = {(1,3), (2,3)} but B × A = {(3,1), (3,2)}, which are different sets. Options A, C, and D contain true statements (C has notation issues but the concept is correct).