Question:

Let \( A = \{1,2,5,6\}, B = \{1,2,3\} \) and \( C = (A \times B) \cap (B \times A) \). Which of the following is INCORRECT?

Show Hint

Always write out Cartesian products explicitly when unsure—it’s easy to miss ordered pair details.
Updated On: Apr 24, 2025
  • (1,2) ∈ C
  • (2,1) ∈ C
  • (2,2) ∈ C
  • (2,3) ∈ C
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

We compute: \[ A \times B = \{(1,1),(1,2),(1,3),(2,1),(2,2),(2,3),(5,1),(5,2),(5,3),(6,1),(6,2),(6,3)\} \] \[ B \times A = \{(1,1),(1,2),(1,5),(1,6),(2,1),(2,2),(2,5),(2,6),(3,1),(3,2),(3,5),(3,6)\} \] Their intersection: only elements common to both \[ C = \{(1,1),(1,2),(2,1),(2,2)\} \] Thus, (2,3) ∉ C → it's the incorrect one.
Was this answer helpful?
0
0