Explanation
In set theory, a relation from set A to set B is defined as a subset of the Cartesian product A×B.
First, we calculate the Cartesian product A×B:
A×B={(a,b):a∈A,b∈B}
A×B={(1,3),(1,4),(2,3),(2,4)}
A relation R must satisfy R⊆A×B. Any ordered pair (x,y) in the relation must have x∈A and y∈B.
(a) {(1,3),(1,4)}⊆A×B (Valid)
(b) {(2,3),(2,4)}⊆A×B (Valid)
(c) {(1,1),(1,2),(1,3),(1,4)} contains elements (1,1) and (1,2). Since 1∈/B and 2∈/B, these pairs are not in A×B. (Invalid)
(d) {(1,3),(1,4),(2,3),(2,4)}=A×B (Valid)
The correct answer is (c) because it contains ordered pairs that are not part of the Cartesian product of A and B.