Analyzing the Setup
We are given the set A={−3,−2,−1,0,1,2,3}. The relation R is defined on A such that xRy if and only if 2x−y∈{0,1}.
This condition implies two possible equations for any pair (x,y):
1. y=2x
2. y=2x−1
Mapping the Connections
To find l, the number of elements in R, we test each x∈A to see which y values fall within the set A:
For x=−3: y=2(−3)=−6 (not in A) or y=2(−3)−1=−7 (not in A).
For x=−2: y=2(−2)=−4 (not in A) or y=2(−2)−1=−5 (not in A).
For x=−1: y=2(−1)=−2 or y=2(−1)−1=−3. Pairs: (−1,−2),(−1,−3).
For x=0: y=2(0)=0 or y=2(0)−1=−1. Pairs: (0,0),(0,−1).
For x=1: y=2(1)=2 or y=2(1)−1=1. Pairs: (1,2),(1,1).
For x=2: y=2(2)=4 (not in A) or y=2(2)−1=3. Pair: (2,3).
* For x=3: y=2(3)=6 (not in A) or y=2(3)−1=5 (not in A).
The relation is R={(−1,−2),(−1,−3),(0,0),(0,−1),(1,2),(1,1),(2,3)}. Counting these, we find l=7.
The Quest for Reflexivity
A relation is reflexive if
(a,a)∈R for all
a∈A. The set
A contains 7 elements, requiring the pairs:
(−3,−3),(−2,−2),(−1,−1),(0,0),(1,1),(2,2),(3,3)
Currently, only (0,0) and (1,1) are in R. We must add the 5 missing pairs to satisfy reflexivity. Thus, m=5.
The Mirror of Symmetry
A relation is symmetric if
(x,y)∈R⇒(y,x)∈R. We examine the non-reflexive pairs in
R:
(−1,−2),(−1,−3),(0,−1),(1,2),(2,3)
None of these pairs have their corresponding symmetric counterparts present in
R. To satisfy symmetry, we must add the following 5 pairs:
(−2,−1),(−3,−1),(−1,0),(2,1),(3,2)
Thus, n=5.
Final Calculation
Given the values derived from our analysis:
l=7
m=5
* n=5
The final result is calculated as:
l+mn=7+(5×5)=7+25=32