If A = {9, 1} and B = {1, 2, 3}, show that A × B ≠ B × A.

Given: A = {9, 1} and B = {1, 2, 3}

To show: A × B ≠ B × A


Now, firstly we find the A × B and B × A


By the definition of the Cartesian product,


Given two non – empty sets P and Q. The Cartesian product P × Q is the set of all ordered pairs of elements from P and Q, .i.e.


P × Q = {(p, q) : p Є P, q Є Q}


Here, A = (9, 1) and B = (1, 2, 3). So,


A × B = (9, 1) × (1, 2, 3)


= {(9, 1), (9, 2), (9, 3), (1, 1), (1, 2), (1, 3)}


B × A = (1, 2, 3) × (9, 1)


= {(1, 9), (2, 9), (3, 9), (1, 1), (2, 1), (3, 1)}


Since by the definition of equality of ordered pairs .i.e. the corresponding first elements are equal and the second elements are also equal, but here, the pair (9, 1) is not equal to the pair (1, 9)


A × B ≠ B × A


Hence proved


2