We are given the relation:
R={(x,y):x,y∈Z,x2+3y2≤7}.This is a set of pairs of integers
(x,y) where
x2+3y2≤7.
Step 1: We will find the possible values for
y for different integer values of
x.
- For
x=0:
02+3y2≤7⇒3y2≤7⇒y2≤37≈2.33.Therefore,
y2≤2, so
y∈{−1,0,1}.
- For
x=±1:
12+3y2≤7⇒1+3y2≤7⇒3y2≤6⇒y2≤2.Therefore,
y∈{−1,0,1}.
- For
x=±2:
22+3y2≤7⇒4+3y2≤7⇒3y2≤3⇒y2≤1.Therefore,
y∈{−1,0,1}.
- For
x=±3:
32+3y2≤7⇒9+3y2≤7⇒3y2≤−2.This results in no valid solutions for
y.
Step 2: From the above analysis, we see that the possible values for
y are
{−1,0,1}.
Therefore, the range of the relation
R, which consists of the set of all possible values of
y, is:
{0,−1,1}.Thus, the correct answer is option (E). Quick Tip: To find the range of a relation, determine all possible values of the second element in the ordered pairs that satisfy the given condition. In this case, solve for
y for different integer values of
x.