Ordered pair -Given the elements a and b,the ordered pair consisting these elements has the specification that a is the first element and b is the second element. In Symbols,( a,b ) Two ordered pairs (a, b) and (c, d) are equal if a=c and b=d °Cartesian product - Given sets A and B, the cartesian product of A and B, is the set of all ordered pairs ( a,b ) ,where a A and b B. In symbols, A x B = { ( a,b )|a A and b B} A x B is read as “A cross B”. Example: 1.Let A= { a, b} and B = { 1,2,3} ,Find :A x B Solution: A x B = {(a,1),(a,2),(a,3),(b,1) ,(b,2),(b,3)}