To find the number of elements in the relation
R={((a1,b1),(a2,b2))∈(A×B)×(A×B):a1+b2 divides a2+b1}
where A={1,4,7} and B={2,3,8}, we need to find all ordered pairs ((a1,b1),(a2,b2)) such that:
(a1+b2)∣(a2+b1)
Here, a1,a2∈{1,4,7} and b1,b2∈{2,3,8}.
We analyze the condition (a1+b2)∣(a2+b1) by considering all possible pairs (a1,a2):
Case 1: a1=a2
The divisibility condition becomes (a1+b2)∣(a1+b1).
-
Diagonal pairs where b1=b2:
Since a1+b1=a1+b1, it holds trivially for all 3×3=9 combinations of (a1,b1)=(a2,b2).
-
Off-diagonal pairs where b1=b2:
- For a1=1: Possible values of 1+b are {3,4,9}.
We need 1+b2∣1+b1. The only non-trivial divisor pair is 3∣9, which corresponds to b2=2 and b1=8.
- Pair: ((1,8),(1,2)) ⟹(1+2)∣(1+8) i.e., 3∣9.
- Count = 1
- For a1=4: Possible values of 4+b are {6,7,12}.
The only divisor pair is 6∣12, corresponding to b2=2 and b1=8.
- Pair: ((4,8),(4,2)) ⟹(4+2)∣(4+8) i.e., 6∣12.
- Count = 1
- For a1=7: Possible values of 7+b are {9,10,15}.
No distinct pair satisfies 7+b2∣7+b1.
Total for Case 1 = 9+1+1=11 pairs.
Case 2: a1=a2
-
For (a1,a2)=(1,4):
We need (1+b2)∣(4+b1).
Possible values: 1+b2∈{3,4,9} and 4+b1∈{6,7,12}.
- 1+b2=3⟹b2=2: Divides 6 (b1=2) and 12 (b1=8).
- Pairs: ((1,2),(4,2)) and ((1,8),(4,2)).
- 1+b2=4⟹b2=3: Divides 12 (b1=8).
- Pair: ((1,8),(4,3)).
- Count = 3
-
For (a1,a2)=(4,1):
We need (4+b2)∣(1+b1).
Possible values: 4+b2∈{6,7,12} and 1+b1∈{3,4,9}.
- No value in {6,7,12} divides any value in {3,4,9}.
- Count = 0
-
For (a1,a2)=(1,7):
We need (1+b2)∣(7+b1).
Possible values: 1+b2∈{3,4,9} and 7+b1∈{9,10,15}.
- 1+b2=3⟹b2=2: Divides 9 (b1=2) and 15 (b1=8).
- Pairs: ((1,2),(7,2)) and ((1,8),(7,2)).
- 1+b2=9⟹b2=8: Divides 9 (b1=2).
- Pair: ((1,2),(7,8)).
- Count = 3
-
For (a1,a2)=(7,1):
We need (7+b2)∣(1+b1).
Possible values: 7+b2∈{9,10,15} and 1+b1∈{3,4,9}.
- 7+b2=9⟹b2=2: Divides 9 (b1=8).
- Pair: ((7,8),(1,2)).
- Count = 1
-
For (a1,a2)=(4,7):
We need (4+b2)∣(7+b1).
Possible values: 4+b2∈{6,7,12} and 7+b1∈{9,10,15}.
- No divisor relationship exists among these sets.
- Count = 0
-
For (a1,a2)=(7,4):
We need (7+b2)∣(4+b1).
Possible values: 7+b2∈{9,10,15} and 4+b1∈{6,7,12}.
- No divisor relationship exists among these sets.
- Count = 0
Total Number of Elements in R:
Total=11+3+0+3+1+0+0=18