Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

301.

Define a symmetric relation.

Answer»

Relation R on a set A is said to be a symmetric relation on A if:

(a,b) ∈ R

⇒ (b,a) ∈ R ∀ a,b∈ A

eg A = {1,2,3}

⇒ R = {(1,2),(2,1),(1,3),(3,1),(2,3),(3,2)}

302.

Let A = {a, b, c, d} and B = {x, y, z}. Which of the following are relations from A to B ?(i) {(a, y), (a, z), (c, x), (d, y)} (ii) {(a, x), (b, y), (c, x), (a, d)} (iii) {(a, x), (y, d), (x, c)} (iv) {(y, a), (z, a), (z, c), (y, d)} (v) {(a, x), (x, a), (b, y), (y, b)} (vi) {(a, x), (b, y), (c, z), z} (vii) {a, b, x, y, z}

Answer»

(i) Yes. 

(ii) No, because in the ordered pair (a, d), a ∈ A and d ∉ B. 

(iii) No, because in (y, d), y ∈ B. 

(iv) No. because here the first entries in all the ordered pairs are in the set B. 

(v) No. 

(vi) No, because the element z is not an ordered pair. 

(vii) No, because the elements of the set are not ordered pairs.

303.

Define a transitive relation.

Answer»

Relation R on a set A is said to be a transitive relation on A if:

(a,b) ∈ R and (b,c) ∈ R

⇒ (a,c) ∈ R ∀

a,b,c ∈ A

A={1,2,3}

⇒ R={(1,2),(2,3),(1,3)}

304.

Find the domain and range of the relationR = {(-1, 1), (1, 1), (-2, 4), (2, 4)}.

Answer»

The domain of the relation

dom (R) = {-1, 1, -2, 2}

The range of the relation

range (R) = {1, 4}

305.

Let R = {x, y): x + 2y = 8} be a relation on N. Write the range of R.

Answer»

By substituting the values of x and y we get

R = {(2, 3), (4, 2), (6, 1)}

The range of R for the relation on N

range (R) = {3, 2, 1}

306.

Let R = {(a, a3): a is a prime number less than 5}. Find the range of R.

Answer»

By substituting a as 2 and 3 we get

R = {(2, 8), (3, 27)

We know that range of R

range (R) = {8, 27}

307.

Test whether the following relations R1, R2 and R3 are (i) reflexive (ii) symmetric and (iii) transitive :R2 on Z defined by (a, b) ϵ R2⇔ |a – b| ≤ 5

Answer»

Here, R1, R2, R3, and R4 are the binary relations.

So, recall that for any binary relation R on set A. We have,

R is reflexive if for all x ∈ A, xRx.

R is symmetric if for all x, y ∈ A, if xRy, then yRx.

R is transitive if for all x, y, z ∈ A, if xRy and yRz, then xRz.

So, using these results let us start determining given relations.

We have

R2 on Z defined by (a, b) ∈ R2⇔ |a – b| ≤ 5

Check for Reflexivity:

∀ a ∈ Z,

(a, a) ∈ R2 needs to be proved for reflexivity.

If (a, b) ∈ R2

Then, |a – b| ≤ 5 …(1)

So, for (a, a) ∈ R1

Replace b by a in equation (1), we get

|a – a| ≤ 5

⇒ 0 ≤ 5

⇒ (a, a) ∈ R2

So, ∀ a ∈ Z, then (a, a) ∈ R2

 R2 is reflexive.

Check for Symmetry:

∀ a, b ∈ Z

If (a, b) ∈ R2

We have, |a – b| ≤ 5 …(2)

Replace a by b & b by a in equation (2), we get

|b – a| ≤ 5

Since, the value is in mod, |b – a| = |a – b|

⇒ The statement |b – a| ≤ 5 is true.

⇒ (b, a) ∈ R2

So, if (a, b) ∈ R2, then (b, a) ∈ R2

∀ a, b ∈ Q0

 R1 is symmetric.

Check for Transitivity:

∀ a, b, c ∈ Z

If (a, b) ∈ R2 and (b, c) ∈ R2

⇒ |a – b| ≤ 5 and |b – c| ≤ 5

Since, inequalities cannot be added or subtract. We need to take example to check for,

|a – c| ≤ 5

Take values a = 18, b = 14 and c = 10

Check: |a – b| ≤ 5

⇒ |18 – 14| ≤ 5

⇒ |4| ≤ 5 is true.

Check: |b – c| ≤ 5

⇒ |14 – 10| ≤ 5

⇒ |4| ≤ 5

Check: |a – c| ≤ 5

⇒ |18 – 10| ≤ 5

⇒ |8| ≤ 5 is not true.

⇒ (a, c) ∉ R2

So, if (a, b) ∈ R2 and (b, c) ∈ R2, then (a, c) ∉ R1

∀ a, b, c ∈ Z

 R2 is not transitive.

308.

If A={1,2,3,4,} and `I_(A)` be the identity relation on A, then _______A. (1,2) `in I_(A)`B. (2,2) `in I_(A)`C. (2,1) `in I_(A)`D. (3,4) `in I_(A)`

Answer» Correct Answer - B
309.

Let R = {(a, b): b = |a – 1|, a ∈ Z and |a| < 3}. Find the domain and range of R.

Answer»

We know that a is an integer where – 3 < a < 3

So we get

R = {(-2, 3), (-1, 2), (0, 1), (1, 0), (2, 1)}

dom (R) = {-2, -1, 0, 1, 2}

range (R) = {3, 2, 1, 0}

310.

Let R = {(a, 1/a): a ∈ N and 1 &lt; a &lt; 5}. Find the domain and range of R.

Answer»

By substituting values we get

R = {(2, 1/2), (3, 1/3), (4, 1/4)}

So we get

dom (R) = {2, 3, 4}

range (R) = {1/2, 1/3, 1/4}

311.

Test whether the following relations R1, R2 and R3 are (i) reflexive (ii) symmetric and (iii) transitive :R3 on R defined by (a, b) ϵ R3⇔ a2 – 4 ab + 3b2 = 0.

Answer»

Here, R1, R2, R3, and R4 are the binary relations.

So, recall that for any binary relation R on set A. We have,

R is reflexive if for all x ∈ A, xRx.

R is symmetric if for all x, y ∈ A, if xRy, then yRx.

R is transitive if for all x, y, z ∈ A, if xRy and yRz, then xRz.

So, using these results let us start determining given relations.

We have

R3 on R defined by (a, b) ∈ R3⇔ a2 – 4ab + 3b2 = 0

Check for Reflexivity:

∀ a ∈ R,

(a, a) ∈ R3 needs to be proved for reflexivity.

If (a, b) ∈ R3, then we have

a2 – 4ab + 3b2 = 0

Replace b by a, we get

a2 – 4aa + 3a2 = 0

⇒ a2 – 4a2 + 3a2 = 0

⇒ –3a2 + 3a2 = 0

⇒ 0 = 0, which is true.

⇒ (a, a) ∈ R3

So, ∀ a ∈ R, (a, a) ∈ R3

 R3 is reflexive.

Check for Symmetry:

∀ a, b ∈ R

If (a, b) ∈ R3, then we have

a2 – 4ab + 3b2 = 0

⇒ a2 – 3ab – ab + 3b2 = 0

⇒ a (a – 3b) – b (a – 3b) = 0

⇒ (a – b) (a – 3b) = 0

⇒ (a – b) = 0 or (a – 3b) = 0

⇒ a = b or a = 3b …(1)

Replace a by b and b by a in equation (1), we get

⇒ b = a or b = 3a …(2)

Results (1) and (2) does not match.

⇒ (b, a) ∉ R3

 R3 is not symmetric.

Check for Transitivity:

∀ a, b, c ∈ R

If (a, b) ∈ R3 and (b, c) ∈ R3

⇒ a2 – 4ab + 3b2 = 0 and b2 – 4bc + 3c2 = 0

⇒ a2 – 3ab – ab + 3b2 = 0 and b2 – 3bc – bc + 3c2

⇒ a (a – 3b) – b (a – 3b) = 0 and b (b – 3c) – c (b – 3c) = 0

⇒ (a – b) (a – 3b) = 0 and (b – c) (b – 3c) = 0

⇒ (a – b) = 0 or (a – 3b) = 0

And (b – c) = 0 or (b – 3c) = 0

⇒ a = b or a = 3b And b = c or b = 3c

What we need to prove here is that, a = c or a = 3c

Take a = b and b = c

Clearly implies that a = c.

[∵ if a = b, just substitute a in place of b in b = c. We get, a = c]

Now, take a = 3b and b = 3c

If a = 3b

b = a/3

Substitute b = a/3 in b = 3c. We get

a/3 = 3c

⇒ a = 9c, which is not the desired result.

⇒ (a, c) ∉ R3

 R3 is not transitive.

312.

Write the identity relation of set A = {a, b, c}.

Answer»

⇒ Identity relation of a set refers to the relation in which every element on the set is related to itself.

Thus the Identity relation of set A is as under:

⇒ R = {(a,a),(b,b),(c,c)}

313.

Let `R={(a,(1)/(a)): A in N and 1 lt a lt 5}.` Find the domain and range of R.

Answer» Correct Answer - dom ( R) `=2,3,4} and " range " ( R ) ={(1)/(2),(1)/(3),(1)/(4)}`
`R={(2,(1)/(2)),(3,(1)/(3)),(4,(1)/(4))}`
314.

Let A = {1, 2, 3}, and let R1 = {(1, 1), (1, 3), (3, 1), (2, 2), (2, 1), (3, 3), (2, 2), (2, 1), (3, 3)}, R2={(2,2),(3,1), (1, 3)}, R3 = {(1, 3),(3, 3)}. Find whether or not each of the relations R1, R2, R3 on A is (i) reflexive (ii) symmetric (iii) transitive.

Answer»

We have been given,

A = {1, 2, 3}

Here, R1, R2, and R3 are the binary relations on A.

So, recall that for any binary relation R on set A. We have,

R is reflexive if for all x ∈ A, xRx.

R is symmetric if for all x, y ∈ A, if xRy, then yRx.

R is transitive if for all x, y, z ∈ A, if xRy and yRz, then xRz.

So, using these results let us start determining given relations.

Let us take R1.

R1 = {(1, 1), (1, 3), (3, 1), (2, 2), (2, 1), (3, 3)}

(i). Reflexive:

∀ 1, 2, 3 ∈ A [∵ A = {1, 2, 3}]

(1, 1) ∈ R1

(2, 2) ∈ R2

(3, 3) ∈ R3

So, for a ∈ A, (a, a) ∈ R1

 R1 is reflexive.

(ii). Symmetric:

∀ 1, 2, 3 ∈ A

If (1, 3) ∈ R1, then (3, 1) ∈ R1

[∵ R1 = {(1, 1), (1, 3), (3, 1), (2, 2), (2, 1), (3, 3)}]

But if (2, 1) ∈ R1, then (1, 2) ∉ R1

[∵ R1 = {(1, 1), (1, 3), (3, 1), (2, 2), (2, 1), (3, 3)}]

So, if (a, b) ∈ R1, then (b, a) ∉ R1

∀ a, b ∈ A

 R1 is not symmetric.

(iii). Transitivity:

∀ 1, 2, 3 ∈ A

If (1, 3) ∈ R1 and (3, 3) ∈ R1

Then, (1, 3) ∈ R1

[∵ R1 = {(1, 1), (1, 3), (3, 1), (2, 2), (2, 1), (3, 3)}]

But, if (2, 1) ∈ R1 and (1, 3) ∈ R1

Then, (2, 3) ∉ R1

So, if (a, b) ∈ R1 and (b, c) ∈ R1, then (a, c) ∉ R1

∀ a, b, c ∈ A

 R1 is not transitive.

Now, take R2.

R2 = {(2, 2), (3, 1), (1, 3)}

(i). Reflexive:

∀ 1, 2, 3 ∈ A [∵ A = {1, 2, 3}]

(1, 1) ∉ R2

(2, 2) ∈ R2

(3, 3) ∉ R2

So, for a ∈ A, (a, a) ∉ R2

 R2 is not reflexive.

(ii). Symmetric:

∀ 1, 2, 3 ∈ A

If (1, 3) ∈ R2, then (3, 1) ∈ R2

[∵ R2 = {(2, 2), (3, 1), (1, 3)}]

If (2, 2) ∈ R2, then (2, 2) ∈ R2

[∵ R2 = {(2, 2), (3, 1), (1, 3)}]

So, if (a, b) ∈ R2, then (b, a) ∈ R2

∀ a, b ∈ A

 R2 is symmetric.

(iii). Transitivity:

∀ 1, 2, 3 ∈ A

If (1, 3) ∈ R2 and (3, 1) ∈ R2

Then, (1, 1) ∉ R2

[∵ R2 = {(2, 2), (3, 1), (1, 3)}]

So, if (a, b) ∈ R2 and (b, c) ∈ R2, then (a, c) ∉ R2

∀ a, b, c ∈ A

 R2 is not transitive.

Now take R3.

R3 = {(1, 3), (3, 3)}

(i). Reflexive:

∀ 1, 3 ∈ A [∵ A = {1, 2, 3}]

(1, 1) ∉ R3

(3, 3) ∈ R3

So, for a ∈ A, (a, a) ∉ R3

 R3 is not reflexive.

(ii). Symmetric:

∀ 1, 3 ∈ A

If (1, 3) ∈ R3, then (3, 1) ∉ R3

[∵ R3 = {(1, 3), (3, 3)}]

So, if (a, b) ∈ R3, then (b, a) ∉ R3

∀ a, b ∈ A

 R3 is not symmetric.

(iii). Transitivity:

∀ 1, 3 ∈ A

If (1, 3) ∈ R3 and (3, 3) ∈ R3

Then, (1, 3) ∈ R3

[∵ R3 = {(1, 3), (3, 3)}]

So, if (a, b) ∈ R3 and (b, c) ∈ R3, then (a, c) ∈ R3

∀ a, b, c ∈ A

 R3 is transitive.

315.

Write the smallest reflexive relation of set A = {1, 2, 3, 4}.

Answer»

The smallest reflexive relation of set A = {1, 2, 3, 4} is as under:

As Relation R on a set A is said to be a reflexive relation on A if:

⇒ (a,a) ∈ R ∀ a ∈ A

⇒ R = {(1,1),(2,2),(3,3),(4,4)}

316.

If R is a symmetric relation on a set A, then write a relation between R and R–1.

Answer»

The relation between R and R–1 on a Set A is as under:

⇒ R-1 = {(b,a):(a,b)∈ R}

⇒ Clearly (a,b) ∈ R

⇒ (b,a) ∈ R-1

i.e Domain(R) = Range(R-1)

and Domain(R-1) = Range(R)

317.

Let R = {(a, b): a, b ∈ N and a + 3b = 12}. Find the domain and range of R.

Answer»

By substituting values of a and b we get

R = {(3, 3), (6, 2), (9, 1)}

So we get

dom (R) = {3, 6, 9}

range (R) = {3, 2, 1}

318.

Let `R={(a,b):b=|a-1|, a in Z and |a|lt 3}.` Find the domain and range of R.

Answer» Correct Answer - dom `( R) ={-2,-1,0,1,2} and " range " ( R) ={3,2,1,0}`
Clearly ,a is an interger such that `-3lt alt 3.`
`therefore R={(-2,3),(-1,2)(0,1),(1,0)(2,1)}.`
319.

If R = {(x,y) : x + 2y = 8} is a relation on N, then write the range of R.

Answer»

Given x and y are natural numbers, i.e. x,y ∈ N.

∴ Range of R = Set of all second elements in the relation.

= Values of ‘y’ which are in relation.

= N (Natural Numbers)

Since, x+ 2y = 8 and x,y are Natural numbers;

⇒ R = {(2,3), (4,2), (6,1)}

⇒ Range of R = {1,2,3}

NOTE: 0 is a whole number that’s why it is not considered in this set.

320.

Let `R={(a,b):a,b in N and a+3b=12}.` find the domain and range of R.

Answer» Correct Answer - Dom `( R) ={3,6,9} and "range " ( R) ={3,2,1}`
`R={(3,3),(6,2),(9,1)}`
321.

Let R=`{x,y):x+2y=8}` be a relation on `N`. write the range of `R`.

Answer» Correct Answer - `{3,2,1}`
`R={(2,3),(4,2),(6,1)}`
322.

Let R = {(a, a3) : a is a prime number less than 5} be a relation. Find the range of R.

Answer»

Given a relation R = {(a, a3) : a is a prime number less than 5}

Now according to the question ‘a’ is a prime number < 5:

⇒ a = {2,3}

⇒ R={(2,8),(3,27)}

⇒ Range of R={8,27)

323.

Let `R={(a,a^(3)):a` is a prime number less than `5}`. find the range of `R` .

Answer» Correct Answer - range ( R) =(8,27)
`R={(2,8),(3,27)}`
324.

State the reason for the relation R on the set {1, 2, 3} given by R = {(1, 2), (2, 1)} not to be transitive.

Answer»

Given set {1,2,3} and relation R = {(1, 2), (2, 1)}.

For relation R to be transitive:

R={(1,2),(2,3),(1,3)}

But in the given relation:

⇒ (2,3) and (1,3) ∉ R

Hence, Given Relation R is not transitive.

325.

Let `A={1,2,3}`and `B={x : x in N ,x ` is prime less than 5}.Find `AxxBa n dBxxAdot`

Answer» `A={1,2,3}`
`B={2,3}`
`A*B={(1,2),(1,3),(2,2),(2,3),(3,2),(3,3)}`
`B*A={(2,1),(2,2),(2,3),(3,1),(3,2),(3,3)}`.
326.

Let A = {2, 3, 4, 5} and B = {1, 3, 4}. If R is the relation from A to B given by a R b if “a is a divisor of b.” Write R as a set of ordered pairs.

Answer»

Given A = {2, 3, 4, 5} and B = {1, 3, 4} and R is a relation from A to B which is true only iff “a is a divisor of b” i.e b is divisible by a.

⇒ R =A × B

⇒ R={(2,4),(4,4),(3,3)}

327.

Let R = {(a, a3): a is a prime number less than 10}. Find (i) R (ii) dom (R) (iii) range (R).

Answer»

(i) R = {(2, 8), (3, 27), (5, 125), (7, 343)}

(ii) dom (R) = {2, 3, 5, 7}

(iii) range (R) = {8, 27, 125, 343}

328.

Let `A`be a non-empty set such that `AxxB=AxxC`. Show that `B=C`.

Answer» Let b is an element of B.
`a in A`
`(a,b) in (A*B)`
`(a,b) in (A*C)`
`b in c`-(1)
`B subset C`-(A)
Let `c` be an arbitrary element set C
`(a,c) in A*C`
`(a,c) in A*B`
`C in B`
`C subset B`-(B)
This is only possible when B=C.
329.

Define an equivalence relation.

Answer»

A relation R on a set A is said to be an equivalence relation on A if:

1. Its reflexive i.e (a,a) ∈ R ∀ a ∈ A

2. Its symmetric i.e (a,b) ∈ R → (b,a) ∈ R ∀ a,b ∈ A

3. Its transitive i.e (a,b) ∈ R and (b,c) ∈ R → (a,c) ∈ R ∀

a,b,c ∈ A

330.

Let `R={(a,a^(3)):a` is a prime number less than 10}. find (i) R (ii) dom ( R ) (iii) Range (R ) .

Answer» Correct Answer - (I) `R={(2,8),(3,27),(5,125),(7,343)}(ii) Dom ( R) = {2,3,5,7}`
331.

A = {1, 2, 3, 4, 5, 6, 7, 8} and if R = {(x,y) : y is one half of x; x, y ϵA} is a relation on A, then write R as a set of ordered pairs.

Answer»

Given A = {1, 2, 3, 4, 5, 6, 7, 8} and a relation R = {(x,y) : y is one half of x; x, y ϵA}

Now according to the condition y = x/2

⇒ R={(2,1),(4,2),(6,3),(8,4)}

332.

If A = {3, 5, 7} and B = {2, 4, 9} and R is a relation given by “is less than”, write R as a set ordered pairs.

Answer»

Given A = {3, 5, 7} and B = {2, 4, 9}

Now according to the condition:

R is a relation given by “is less than.”

⇒ R= A × B

⇒ R={(3,4),(3,9),(5,9),(7,9)}

333.

Let `R`be the relation on the set `N`of natural numbers defined by`R={(a ,b): a+3b=12 ,a in N ,b in N}dot`Find : (i) `R`(ii) `Dom a inofR`(iii) `R a ngeofR`

Answer» `r={(a,b):a+3b=12,a in N,b in N}`
1)`a+3b=12`
`b=1,a=9`
`b=2,a=6`
`b=3,a=3`
`b>=4,a=0`
a will NOT belong is natural number.
`R={(9,1),(6,2),(3,3)}`
2)Domain of R={9,6,3}
3)Range of R={1,2,3}.
334.

Let R be a relation from A = {1, 2, 3, 4, 5, 6} to B = {1, 3, 5} which is defined as “x is less than y”. Write R as a set of ordered pairs. Also state the domain, range and codomain of R.

Answer»

R = {a, b : a < b, a ∈ A, b ∈ B}, where A = {1, 2, 3, 4, 5, 6} and B = {1, 3, 5}. 

∴ R = {(1, 3), (1, 5), (2, 3), (2, 5), (3, 5), (4, 5)} 

Domain of R = {1, 2, 3, 4} 

Range of R = {3, 5} 

Codomain of R = {1, 3, 5}.

335.

If `R` is the relation "less than" from `A={1,2,3,4,5}` to `B={1,4,5},` write down the set of ordered pairs corresponding to `R`. Find the inverse of `R`.

Answer» 1)`R in (x,y)`
`xlty`
`R={(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)}`
2)`R^(-1)={(4,1),(5,1),(4,2),(5,1),(4,3),(5,3),(5,4)}`.
336.

Find the inverse relation R-1 in each of the following cases:(i) R= {(1, 2), (1, 3), (2, 3), (3, 2), (5, 6)}(ii) R= {(x, y) : x, y ∈ N; x + 2y = 8}(iii) R is a relation from {11, 12, 13} to (8, 10, 12} defined by y = x – 3

Answer»

(i) Given as

R= {(1, 2), (1, 3), (2, 3), (3, 2), (5, 6)}

Therefore, R‑1 = {(2, 1), (3, 1), (3, 2), (2, 3), (6, 5)}

(ii) Given as

R= {(x, y): x, y ∈ N; x + 2y = 8}

Since, x + 2y = 8

x = 8 – 2y

As y ∈ N, Putting the values of y = 1, 2, 3,…… till x ∈ N

If, y = 1, x = 8 – 2(1) = 8 – 2 = 6

If, y = 2, x = 8 – 2(2) = 8 – 4 = 4

If, y = 3, x = 8 – 2(3) = 8 – 6 = 2

If, y = 4, x = 8 – 2(4) = 8 – 8 = 0

Then, y cannot hold value 4 because x = 0 for y = 4 which is not a natural number.

∴ R = {(2, 3), (4, 2), (6, 1)}

R‑1 = {(3, 2), (2, 4), (1, 6)}

(iii) Given as

R is the relation from {11, 12, 13} to (8, 10, 12} defined by y = x – 3

Since,

x = {11, 12, 13} and y = (8, 10, 12}

y = x – 3

If, x = 11, y = 11 – 3 = 8 ∈ (8, 10, 12}

If, x = 12, y = 12 – 3 = 9 ∉ (8, 10, 12}

If, x = 13, y = 13 – 3 = 10 ∈ (8, 10, 12}

∴ R = {(11, 8), (13, 10)}

Thus, R‑1 = {(8, 11), (10, 13)}

337.

Define the term of Inverse of a relation.

Answer»

For any binary relation R, a second relation can be constructed by merely interchanging first and second components in every ordered pair. 

The relation thus obtained is called the inverse of the first one and designated as R–1

Thus, R–1 = {(y, x) : (x, y) ∈ R} 

For example, 

1. Then inverse of the husband-wife relation is wife-husband relation. 

2. Let R = {(2, 1), (3, 2), (4, 3), (4, 5)}. Then, 

R–1 {(1, 2), (2, 3), (3, 4), (5, 4)}. 

So (R–1)–1 = R.

338.

Define the term of Domain, codomain and range of a relation:

Answer»

Let R be a relation from set A to set B. Then, the set of first element of the ordered pairs in R is called the domain and the set of second elements of the ordered pairs in R is called the range. The second set B is called the codomain of R. 

Thus for a relation R = {(a, b); a, b ∈ R }, 

Domain = {a : (a, b) ∈ R} and Range = {b : (a, b) ∈ R} 

For example, 

If A = {16, 25, 36, 49} and B = {1, 4, 5, 6} and R be the relation “is square of ” from A to B, then

R = {(a, b) : a = b2, a ∈ A, b ∈ B} 

∴ R = {(16, 4), (25, 5), (36, 6)}. Then, 

Domain of R = {16, 25, 36}, Range of R = {4, 5, 6} and Codomain of R = {1, 4, 5, 6}.

339.

Let R = {(x, y) : x, y ∈ Z, y = 2x − 4}. If (a, −2) and (4, b2)∈ R, then write the values of a and b.

Answer»

Here,

R = {(x,y) : x, yϵZ, y = 2x-4} 

Now,

(a,-2)ϵ R 

⇒ -2 = 2a-4 

∴ 2a = -2+4 

∴ 2a = 2 

∴ a = 1 

Also,

(4,b2)ϵ R 

⇒ b2 = 2×4-4 

∴ b= 8 - 4 

∴ b2 = 4 

∴ b = ±2