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.

101.

Let `R={(x,y):x+3y=12,x inN" and "y inN}.` (i) Write R in roster form. (ii) Find dom (R) and range (R).

Answer» (i) `R={(3,3),(6,2),(9,1)}`
(ii) `"dom "(R)={3,6,9}" and range "(R)={3,2,1}`
102.

Determine the domain and range of the relation R defined by :R = {(x, x+5) : x {0, 1, 2, 3, 4, 5}

Answer»

Given,

R = {(x, x+5) : x {0, 1, 2, 3, 4, 5} 

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

⇒ R = {(0, 5), (1, 6), (2, 7), (3, 8), (4, 9), (5, 10)} 

So, 

Domain of relation R = {0, 1, 2, 3, 4, 5} 

Range of relation R = {5, 6, 7, 8, 9, 10}

103.

Let `R`be a relation on `N`defined by `x+2y=8.`The domain of `R`isA. {2,4,8}B. {2,4,6,8}C. {2,4,6}D. {1,2,3,4}

Answer» Correct Answer - C
104.

If A = {1, 2, 4}, B = {2, 4, 5} and C = {2, 5}, write (A − C) × (B − C).

Answer»

Here,

A = {1,2,4} ,B = {2,4,5} ,C = {2,5} 

So, 

A/C={1,2,4}/{2,5} 

= {1,4} 

Also,

B/C = {2,4,5}/{2,5} 

= {4} 

Now, 

(A /B)×(B/C) = {(x,y) : x ϵ (A/C) and y ϵ (B/C)} 

= {(1,4), (4,4)}

105.

Let R be a relation on N x N defined by (a, b) R (c, d)a + d = b + c for all (a, b), (c, d)N x N. Show that :i. (a, b) R (a, b) for all (a, b) N x N ii. (a, b) R (c, d) (c, d) R (a, b) for all (a, b), (c, d) N x N iii. (a, b) R (c, d) and (c, d) R (e, f)(a, b) R (e, f) for all (a, b), (c, d), (e, f) N × N

Answer»

Given,

(a, b) R (c, d) a + d = b + c for all (a, b), (c, d)N x N 

i. (a, b) R (a, b) 

⇒ a + b = b + a for all (a, b) N x N 

∴ (a, b) R (a, b) for all (a, b) N x N 

ii. (a, b) R (c, d) 

⇒ a + d = b + c 

⇒ c + b = d + a 

⇒ (c, d) R (a, b) for all (c, d), (a, b) N x N 

iii. (a, b) R (c, d) and (c, d) R (e, f) 

a + d = b + c and c + f = d + e 

⇒ a + d + c + f = b + c + d + e 

⇒ a + f = b + c + d + e – c – d 

⇒ a + f = b + e

 ⇒ (a, b) R (e, f) for all (a, b), (c, d), (e, f) N × N

106.

If n(A) = 3, n(B) = 4, ten write n (A × A × B).

Answer»

We know,

n(A×B) = n(A)×n(B) 

Similarly, 

n(A×B×C) = n(A) × n(B) × n(C) 

Here, 

n(A) = 3 and n(B) = 4 

n(A×A×C) = n(A)×n(A)×n(B) 

= 3×3×4 

= 36

107.

If R = {(x, y) : x, y ∈ W, 2x + y = 8}, then write the domain and range of R.

Answer»

Here, 

R = { (x, y) :x ,yϵ W, 2x+y = 8} 

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

Now we know, 

Domain is the set which consist all first elements of ordered pairs in relation R. 

So, 

Domain(R)= {0,1,2,3,4} 

Also we know, 

Range is the set which consist all second elements of ordered pairs in relation R. 

So,

Range(R) = {0,2,4,6,8}

108.

Let A and B be two sets such that n(A) = 3 and n(B) = 2. If (x,1), (y,2), (z,1) are in A × B, write A and B.

Answer»

Here, 

A×B ={(x,1) ,(y,2) ,(z,1)} and n(A) = 3, n(B) = 2 

We know,

A×B = {(x,y) : xϵA and yϵ B} 

∴ A = {x,y,z} and B = {1,2}

109.

Let `R={(x,y):" x and y are integers and "xy=4}.` (i) Write R in roster form. (ii) Find dom (R) and range (R).

Answer» Clearly, we have
(i) `R={(-4,-1),(-2,-2),(-1,-4),(1,4),(2,2),(4,1)}.`
(ii) Dom `(R)={-4,-2,-1,1,2,4}.`
Range `(R)={-4,-2,-1,1,2,4}.
110.

Let A and B be two nonempty sets. (i) What do you mean by a relation from A to B? (ii) What do you mean by the domain and range of a relation?

Answer»

(i) If A and B are two nonempty sets, then any subset of the set (A × B) is said to a relation R from set A to set B. 

That means, if R be a relation from A to B then R ⊆ (A × B). 

Therefore, (x, y)∈R ⇒ (x, y)∈(A × B) 

That means x is in relation to y. Or we can write xRy. 

(ii) Let R be a relation from A to B. Then, the set containing all the first elements of the ordered pairs belonging to R is called Domain. 

For the relation R, Dom(R) = {x: (x, y)∈R} 

And the set containing all the second elements of the ordered pair belonging to R is called Range. 

For the relation R, Range(R) = {y: (x, y)∈R}

111.

Let A = {a, b, c, d}, B = {c, d, e} and C = {d, e, f, g}. Then verify each of the following identities: (i) A × (B ∩ C) = (A × B) ∩ (A × C) (ii) A × (B – C) = (A × B) – (A × C)(iii) (A × B) ∩ (B × A) = (A ∩ B) × (A ∩ B)

Answer»

Given: A = {a, b, c, d,}, B = {c, d, e} and C = {d, e, f, g} 

(i) Need to prove: A × (B ∩ C) = (A × B) ∩ (A × C) 

Left hand side, 

(B ∩ C) = {d, e} 

⇒ A × (B ∩ C) = {(a, d), (a, e), (b, d), (b, e), (c, d), (c, e), (d, d), (d, e)} 

Right hand side,

(A × B) = {(a, c), (a, d), (a, e), (b, c), (b, d), (b, e), (c, c), (c, d), (c, e), (d, c), (d, d), (d, e)} 

(A × C) = {(a, d), (a, e), (a, f), (a, g), (b, d), (b, e), (b, f), (b, g), (c, d), (c, e), (c, f), (c, g), (d, d), (d, e), (d, f), (d, g)} 

Now, 

(A × B) ∩ (A × C) = {(a, d), (a, e), (b, d), (b, e), (c, d), (c, e), (d, d), (d, e)} 

Here, right hand side and left hand side are equal. 

That means, A × (B ∩ C) = (A × B) ∩ (A × C) [Proved] 

(ii) Need to prove: A × (B – C) = (A × B) – (A × C) 

Left hand side, 

(B – C) = {c} 

⇒ A × (B – C) = {(a, c), (b, c), (c, c), (d, c)} 

Right hand side, 

(A × B) = {(a, c), (a, d), (a, e), (b, c), (b, d), (b, e), (c, c), (c, d), (c, e), (d, c), (d, d), (d, e)} 

(A × C) = {(a, d), (a, e), (a, f), (a, g), (b, d), (b, e), (b, f), (b, g), (c, d), (c, e), (c, f), (c, g), (d, d), (d, e), (d, f), (d, g)} 

Therefore, (A × B) – (A × C) = {(a, c), (b, c), (c, c), (d, c)} 

Here, right hand side and left hand side are equal. 

That means, A × (B – C) = (A × B) – (A × C) [Proved]

(iii) Need to prove: 

(A × B) ∩ (B × A) = (A ∩ B) × (A ∩ B) 

Left hand side, 

(A × B) = {(a, c), (a, d), (a, e), (b, c), (b, d), (b, e), (c, c), (c, d), (c, e), (d, c), (d, d), (d, e)} 

(B × A) = {(c, a), (c, b), (c, c), (c, d), (d, a), (d, b), (d, c), (d, d), (e, a), (e, b), (e, c), (e, d)} 

Now, (A × B) ∩ (B × A) = {(c, c), (c, d), (d, c), (d, d)} 

Right hand side, 

(A ∩ B) = {c, d} 

So, (A ∩ B) × (A ∩ B) = {(c, c), (c, d), (d, c), (d, d)} 

Here, right hand side and left hand side are equal. 

That means, (A × B) ∩ (B × A) = (A ∩ B) × (A ∩ B) [Proved]

112.

If A = {x ϵ N : x ≤ 3} and {x ϵ W : x < 2}, find (A × B) and (B × A). Is (A × B) = (B × A)?

Answer»

Given: 

A = {x ϵ N: x ≤ 3} 

Here, N denotes the set of natural numbers. 

∴ A = {1, 2, 3} 

[∵ It is given that the value of x is less than 3 and natural numbers which are less than 3 are 1 and 2] 

and B = {x ϵ W: x < 2} 

Here, W denotes the set of whole numbers (non – negative integers). 

∴ B = {0, 1} 

[∵ It is given that x < 2 and the whole numbers which are less than 2 are 0 and 1] 

So, A × B = {1, 2, 3} × {0, 1} - 

[By the definition of equality of ordered pairs .i.e. the corresponding first elements are equal and the second elements are also equal, but here the pair (1, 0) is not equal to the pair (0, 1)]

113.

If A = {1, 3, 5) B = {3, 4} and C = {2, 3}, verify that: (i) A × (B ∪ C) = (A × B) ∪ (A × C) (ii) A × (B ∩ C) = (A × B) ∩ (A × C)

Answer»

(i) Given: A = {1, 3, 5}, B = {3, 4} and C = {2, 3}

L. H. S = A × (B ⋃ C) 

By the definition of the union of two sets, (B ⋃ C) = {2, 3, 4} 

= {1, 3, 5} × {2, 3, 4} 

Now, by the definition of the Cartesian product, 

Given two non – empty sets P and Q. The Cartesian product P × Q is the set of all ordered pairs of elements from P and Q, .i.e. 

P × Q = {(p, q) : p Є P, q Є Q} 

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

R. H. S = (A × B) ⋃ (A × C) 

Now, A × B = {1, 3, 5} × {3, 4} 

= {(1, 3), (1, 4), (3, 3), (3, 4), (5, 3), (5, 4)} 

and A × C = {1, 3, 5} × {2, 3} 

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

Now, we have to find (A × B) ⋃ (A × C) 

So, by the definition of the union of two sets, 

(A × B) ⋃ (A × C) = {(1, 2), (1, 3), (1, 4), (3, 2), (3, 3), (3, 4), (5, 2), (5, 3), (5, 4)} 

= L. H. S 

∴ L. H. S = R. H. S is verified 

(ii) Given: A = {1, 3, 5}, B = {3, 4} and C = {2, 3} 

L. H. S = A × (B ⋂ C) 

By the definition of the intersection of two sets, (B ⋂ C) = {3} 

= {1, 3, 5} × {3} 

Now, by the definition of the Cartesian product, 

Given two non – empty sets P and Q. The Cartesian product P × Q is the set of all ordered pairs of elements from P and Q, .i.e. 

P × Q = {(p, q) : p Є P, q Є Q}

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

R. H. S = (A × B) ⋂ (A × C) 

Now, A × B = {1, 3, 5} × {3, 4}

= {(1, 3), (1, 4), (3, 3), (3, 4), (5, 3), (5, 4)} 

and A × C = {1, 3, 5} × {2, 3} 

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

Now, we have to find (A × B) ⋂ (A × C) 

So, by the definition of the intersection of two sets, 

(A × B) ⋂ (A × C) = {(1, 3), (3, 3), (5, 3)} 

= L. H. S 

∴ L. H. S = R. H. S is verified

114.

For any sets A, B and C prove that: A × (B – C) = (A × B) – (A × C)

Answer»

Given: A, B and C three sets are given. 

Need to prove: A × (B – C) = (A × B) – (A × C) 

Let us consider, (x, y)∈A × (B – C) 

⇒ x∈A and y∈(B – C ) 

⇒ x∈A and (y∈B and y ∉ C) 

⇒ (x∈A and y∈B) and (x∈A and y ∉ C)

⇒ (x, y)∈(A × B) and (x, y) ∉ (A × C) 

⇒ (x, y)∈(A × B) – (A × C) 

From this we can conclude that,

⇒ A × (B – C) ⊆ (A × B) – (A × C) ...... (1)

Let us consider again, (a, b)∈(A × B) – (A × C) 

⇒ (a, b)∈(A × B) and (a, b) ∉ (A × C) 

⇒ (a∈A and b ∈B) and (a∈A and b ∉ C)

⇒ a∈A and (b∈B and b ∉ C) 

⇒ a∈A and b∈(B – C) 

⇒ (a, b)∈A × (B ∪ C)

From this, we can conclude that, 

⇒ (A × B) – (A × C) ⊆ A × (B – C) ......... (2)

Now by the definition of set we can say that, from (1) and (2), 

A × (B – C) = (A × B) – (A × C) [Proved]

115.

R is a relation on the set Z of integers and it is given by (x, y) ϵ R ⬄ |x – y| ≤ 1. Then, R isA. reflective and transitiveB. reflexive and symmetricC. symmetric and transitiveD. an equivalence relation

Answer»

B. reflexive and symmetric

∵ According to the condition |x – y| ≤ 1

⇒ R={(1,1),(2,1), (1,2), (2,2), … (n,n), (n+1,n), (n,n+1) …∞ }

⇒ (a,a) ∈ R → Reflexive

⇒ (a,b) ∈ R and (b,a) ∈ R →Symmetric

116.

Let A = {(2, 5, 11)}, B = {3, 6, 10} and R be a relation from A to B defined by R = {(a, b) : a and b are co-prime}. Then R is(a) {(2, 3), (2, 6), (5, 10), (5, 6)} (b) {(2, 6), (2, 10), (5, 10)} (c) {(2, 3), (5, 3), (5, 6), (11, 3), (11, 6), (11, 10)} (d) {(2, 10), (5, 3), (5, 6), (11, 10)}.

Answer»

(c) {(2, 3), (5, 3), (5, 6), (11, 3), (11, 6), (11, 10)} 

117.

Let A = {2, 3, 5, 6}. Then, which of the following relations is transitive only?(a) R = {(2, 3), (6, 6)}(b) R = {(2, 2), (3, 3), (5, 5), (6, 6), (2, 3), (3, 5), (2, 6)}. (c) R = {(2, 6), (6, 2)} (d) R = {(2, 3), (3, 5), (2, 5)}.

Answer»

(d) R = {(2, 3), (3, 5), (2, 5)}.

118.

If R and S are relations on a set A, then prove the following :(i) R and S are symmetric ⇔ R ⋂ S, and R ⋃ S is symmetric(ii) R is reflexive, and S is any relation ⇔ R ⋃ S is reflexive.

Answer»

R and S are two symmetric relations on set A

(i) To prove: R ⋂ S is symmetric

Symmetric: For Symmetric, we need to prove that-

If (a, b) ∈ R, then (b, a) ∈ R

Let (a, b) ∈ R ⋂ S

⇒ (a, b) ∈ R and (a, b) ∈ S

⇒ (b, a) ∈ R and (b, a) ∈ S

[∴ R and S are symmetric]

⇒ (b, a) ∈ R ⋂ S

⇒ R ⋂ S is symmetric

To prove: R ⋃ S is symmetric

Symmetric: For Symmetric, we need to prove that-

If (a, b) ∈ R, then (b, a) ∈ R

Let (a, b) ∈ R ⋃ S

⇒ (a, b) ∈ R or (a, b) ∈ S

⇒ (b, a) ∈ R or (b, a) ∈ S

[∴ R and S are symmetric]

⇒ (b, a) ∈ R ⋃ S

⇒ R ⋃ S is symmetric

(ii) R and S are two relations on a such that R is reflexive.

To prove : R ⋃ S is reflexive

Reflexivity : For Reflexivity, we need to prove that-

(a, a) ∈ R

Suppose R ⋃ S is not reflexive.

This means that there is a ∈ R ⋃ S such that (a, a) ∉ R ⋃ S

Since a ∈ R ⋃ S,

∴ a ∈ R or a ∈ S

If a ∈ R, then (a, a) ∈ R

[∵ R is reflexive]

⇒ (a, a) ∈ R ⋃ S

Hence, R ⋃ S is reflexive

119.

If R = {(x,y): x2 + y2 ≤ 4; x,y ϵ Z} is a relation of Z, write the domain of R.

Answer»

Given x and y are integers, i.e x,y ∈ Z.

∴ Domain of R = Set of all first elements in the relation.

= Values of ‘x’ which are in the relation.

= Z (Integers)

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

=Values of ‘y’ which are in the relation.

= Z(Integers)

Since, x2+ y2 ≤ 4 and x,y are integers;

⇒ R= {(0,0), (1,0), (0,1), (-1,0), (0,-1), (1,1), (-1,-1), (-1,1),

(1,-1), (0,2), (0,-2), (2,0), (-2,0)}

⇒ Domain of R= {-2,-1,0,1,2}

120.

Let `A=(1,2,3,4,5,6} and Let R={(a,b):a,b in A and B=a+1}.` Show that R is (i) not reflexive (ii) not symmetric and (iii) not transititve .

Answer» (i) `(1,1) notin R ` as 1=1+1 is nor true ,
(ii) `(2=1+1)implies1R2. But 1=2+1` is not true so , 2 is not related to 1.
`therefore ` R is not symmetric .
(iii) 1 R 2 and 2R 3. But , 1 is not related to 3.
121.

Given A = {1, 2, 3}, B = {3, 4}, C = {4, 5, 6}, find (A x B) ∩ (B x C).

Answer»

Given as

A = {1, 2, 3}, B = {3, 4} and C = {4, 5, 6}

Let us find the (A × B) ∩ (B × C)

(A × B) = {1, 2, 3} × {3, 4}

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

(B × C) = {3, 4} × {4, 5, 6}

= {(3, 4), (3, 5), (3, 6), (4, 4), (4, 5), (4, 6)}

Hence (A × B) ∩ (B × C) = {(3, 4)}

122.

Show that the relation `"geq"`on the set `R`of all real numbers is reflexive and transitivebut not symmetric.

Answer» (i) for all ` a in R, a lea` is always true , so ,Rreflexive
(ii) for all `a,b,c in R,` we have `( a le b,B le c)implies ( ale c).`
` therefore ` R is transitive .
(iii) But R is not symmetric ,as `3le 4` is true while `4 le3` is not true .
123.

If A = {1, 2, 3} and B = {2, 4}, what are A x B, B x A, A x A, B x B, and (A x B) ∩ (B x A)?

Answer»

Given as

A = {1, 2, 3} and B = {2, 4}

Then, let us find the A × B, B × A, A × A, (A × B) ∩ (B × A)

A × B = {1, 2, 3} × {2, 4}

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

B × A = {2, 4} × {1, 2, 3}

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

A × A = {1, 2, 3} × {1, 2, 3}

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

B × B = {2, 4} × {2, 4}

= {(2, 2), (2, 4), (4, 2), (4, 4)}

The intersection of two sets represents common elements of both the sets

Therefore,

(A × B) ∩ (B × A) = {(2, 2)}

124.

If A = {1, 2}, form the set A x A x A.

Answer»

Given, 

A = {1, 2} 

To find : A × A × A 

Firstly, 

We will find Cartesian product of A with A. 

A × A = {(1, 1), (1, 2), (2, 1), (2, 2)} 

Now, 

Cartesian product of A x A with A.

∴ A × A × A = {(1, 1, 1), (1, 1, 2), (1, 2, 1), (1, 2, 2), (2, 1, 1), (2, 1, 2), (2, 2, 1), (2, 2, 2)}

125.

Let `A={1, 2, 3,..., 9}`and `R`be the relation on `AxxA`defined by `(a , b)R (c , d)`if `a+d=b+c`for all `(a , b), (c , d) in AxxA`. Prove that `R`is an equivalence relation and also obtain theequivalence class `[(2, 5)]`.

Answer» (i) eflexivity
`Let (a,b) in A xxA, then `
` (a,b)in A xxAimplies a,b in A `
`implies a+b=b+a`
`implies (a,b)R(a,b).`
`therefore ` R is reflexive .
(ii) symmetry
Let `(a,b)R(c,d). then `
`(a,b)R(c,d)implies a+d=d+a`
`implies c+b=d+a`
`implies (c,d)R(a,b).`
` therefore ` R is symmetric .
(iii) Transitivity
Let `(a,b) R(c,d) and (c,d) R (e f) . then `
`(a,b) R(c,d)and (c,d) R(e,f)`
`implies a+d =b+c and c+f=d+e`
`implies a+d+c+f=b+c+d+e`
`a+f=b+e`
`implies (a,b)R(e.f).`
`therefore ` R is transitive .,
thus ,R is reflexive , symmetric and transitive .
hence ,R is an equivalence relation .
`[(2,5)={(a,b):(2,5)R(a,b)}`
`={(a,b):2+b=5+a}={(a,b):b-a=3}.`
`={(1,4),(2,5),(3,6),(4,7),(5,8),(6,9)}.`
126.

Let A be the set of all points in a plane and let O be the origin Let `R={(p,q):OP=OQ}.` then ,R is

Answer» Let O be the origin and Let P,Q,X be any three points in a plane
then ,(i) OP=OP is always true . So R is transitive , .
(ii) OP=OQ`implies` OQ=OP So R is symmetric .
(iii) `(OP=OQ and OQ=OX)implies(OP=OX).` so ,R transitive .
hence ,R is an equivalence realtion .
127.

Let `A={x in Z : 0le le 12}.` show that `R={(a,b):|a-b|` is a multiple of `4` is (i) reflexive, (ii) symmetric and (iii) transitive. Find the set of elements related to `1`.

Answer» Clearly ,`A={0,1,2,3,4. . .,10,11,12}.`
here ,R satisfies the following properties .
(i) Reflexivity
Let a be an arbitrary element of A , then ,
a-a =0 , which is a multiple of 4 . `therefore ` a R a for all ` a in A.`
(ii) symmetry
Let a R b , then
`a R bimplies |a-b|` is a maultiple of 4
`implies |-(a-b)` is a multiple of 4 .
`implies |b-a| ` is multiple of 4
`implies bR a.`
`therefore ` R is symmetric .
(iii) tranistivity
Let a R b and b Rc . then ,
a R b, b R c
`implies |a-b|` is a multiple of 4 and |b-c| is multiple of 4 .
`Let |a-b|=4k_(1)and |b-c|=4k_(2).` the n ,
`|a-c|=|(a-b)-(b-c)|=|4k_(1)-4k_(2)|`
`=|4(k_(1)-k_(2))|=4|K_(1) -K_(2)|` which is a multiple of 4
`therefore a R b,b R c implies aRc . so ` R is transitive .
thus ,R is reflexive , symmetric and transitive .
`Now ,[1] ={x in A :x R 1}.`
`={ x in A : |x-1|` is a multiple of 4}
`={1,5,9}.`
hence , the required set is `{1,5,9}.`
128.

If A = {1, 2} and B = {1, 3}, find A x B and B x A.

Answer»

Given,

A = {1, 2} and B = {1, 3} 

To find: A × B, B × A 

A × B = {(1, 1), (1, 3), (2, 1), (2, 3)} 

B × A = {(1, 1), (1, 2), (3, 1), (3, 2)}

129.

Let R be the relation defined on the set A = {1, 2, 3, 4, 5, 6, 7} by R = {(a, b) : both a and b are either odd or even}. Show that R is an equivalence relation. Further, show that all the elements of the subset {1, 3, 5, 7} are related to each other, and all the elements of the subset {2, 4, 6} are related to each other, but no element of the subset {1, 3, 5, 7} is related to any element of the subset {2, 4, 6}.

Answer»

Given A = {1, 2, 3, 4, 5, 6, 7} and R = {(a, b) : both a and b are either odd or even number}

Therefore,

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

To prove that relation is equivalence, we need to prove that it is reflexive, symmetric and transitive.

Reflexivity : For Reflexivity, we need to prove that-

(a, a) ∈ R

Here (1,1), (2,2), (3,3), (4,4), (5,5), (6,6), (7,7) all ∈ R

From the relation R it is seen that R is reflexive.

Symmetric: For Symmetric, we need to prove that-

If (a, b) ∈ R, then (b, a) ∈ R

From the relation R, it is seen that R is symmetric.

Transitive: For Transitivity, we need to prove that-

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

[I (a, b) are odd and (b, c) are odd then (a, c) are also odd numbers]

From the relation R, it is seen that R is transitive too.

Also, from the relation R, it is seen that {1, 3, 5, 7} are related with each other only and {2, 4, 6} are related with each other .

130.

Find `a` and `b`, when `(a-1,b+5)=(2,3)`.

Answer» Using the definition of equality of two ordered pairs, we have
`(a-1,b+5)=(2,3)implies" "a-1=2" and "b+5=3`
`implies" "a=3" and "b=-2.`
Hence, a=3 and b=-2.
131.

Let A = {2, 3} and B = {4, 5}. Find (A × B). How many subsets will (A × B) have?

Answer»

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

To find: A × B

By the definition of the Cartesian product, 

Given two non – empty sets P and Q. The Cartesian product P × Q is the set of all ordered pairs of elements from P and Q, .i.e. 

P × Q = {(p, q) : p Є P, q Є Q} 

Here, A = {2, 3} and B = {4, 5}. So,

 A × B = (2, 3) × (4, 5) 

= {(2, 4), (2, 5), (3, 4), (3, 5)} 

∴Number of elements of A × B = n = 4 

Number of subsets of A × B = 2n 

= 24 

= 2 × 2 × 2 × 2 

= 16 

∴, the set A × B has 16 subsets.

132.

(i) If (a/3 + 1, b – 2/3) = (5/3, 1/3), find the values of a and b.(ii) If (x + 1, 1) = (3y, y – 1), find the values of x and y.

Answer»

Given as

(a/3 + 1, b – 2/3) = (5/3, 1/3)

From the definition of equality of ordered pairs,

Let us solve for a and b

a/3 + 1 = 5/3 and b – 2/3 = 1/3

a/3 = 5/3 – 1 and b = 1/3 + 2/3

a/3 = (5-3)/3 and b = (1+2)/3

a/3 = 2/3 and b = 3/3

a = 2(3)/3 and b = 1

a = 2 and b = 1

∴ Values of a and b are, a = 2 and b = 1

(ii) Given as

(x + 1, 1) = (3y, y – 1)

From the definition of equality of ordered pairs,

Let us solve for x and y

x + 1 = 3y and 1 = y – 1

x = 3y – 1 and y = 1 + 1

x = 3y – 1 and y = 2

Here, y = 2 we can substitute in

x = 3y – 1

= 3(2) – 1

= 6 – 1

= 5
Hence, the values of x and y are, x = 5 and y = 2

133.

If a ∈ {- 1, 2, 3, 4, 5} and b ∈ {0, 3, 6}, write the set of all ordered pairs (a, b) such that a + b = 5.

Answer»

Given as a ∈ {- 1, 2, 3, 4, 5} and b ∈ {0, 3, 6},

To find the ordered pair (a, b) such that a + b = 5

Now the ordered pair (a, b) such that a + b = 5 are as follows

(a, b) ∈ {(- 1, 6), (2, 3), (5, 0)}

134.

If (x+1,1) = (3y, y - 1), find the values of x and y.

Answer»

Given,

(x+1,1) = (3y, y - 1)

To find : values of a and b 

By the definition of equality of ordered pairs, we have 

x + 1 = 3y and 1 = y - 1 

⇒ x = 3y - 1 and y = 2

So,

x = 3(2) - 1 

= 6 - 1 = 5 

⇒ x = 5 and y = 2

135.

Let `R`be a relation defined on the set of naturalnumbers `N`as `R={(x , y): x , y in N , 2x+y=41}`Find the domain and range of `R`. Also, verify whether `R`is (i) reflexive, (ii) symmetric (iii) transitive.

Answer» `2x+y = 41`
`=>x = (41-y)/2`
`:. y in {1,3,5,7....39}`, which is range of `R`.
`:. x in {1,2,3,4...19,10}`, which is domain of `R`.
Now,`R = {(x,y): x,y in N and 2x+y = 41}`
Now, for `(a,a)`,
`2a+a = 41, => a = 41/3 => a !in N`
`:. (a,a) !in R`
`:. R` is not reflexive.

`(a,b) in R`.
It means `2a+b = 41`.
But, it is not neccessaty that `2b+a = 41`.`:. (b,a) notin R`.
`:. R` is not symmetric.

If `(a,b) in R`,
Then, `2a+b = 41`.
If `(b,c) in R`,
Then, `2b+c = 41`
Then, `2a+b+2b+c = 82`
`=>2a+3b+c =82`
For `2a+c = 41`, `3b = 41 or b = 41/3 `, which is not true as `b in N`.
`:. (a,c) notin R`.
`:. R` is not transitive.
136.

`Let A={a,b,c} and Let R={(a,a),(a,b),(b,a)}. then ,R is `A. Reflexive and symmetric but transitiveB. Reflexive and transitive but not symmetricC. symmetric and transitive but not reflexiveD. An equivalence relation

Answer» Correct Answer - C
R is symmetric and transitive but not reflexive .
137.

Show that the relation R on N × N, defined by (a, b) R (c, d) a + d = b + c.Is an equivalent relation.

Answer»

Reflexivity-

Consider (a, b) as an arbitrary element of N × N

Here, (a, b) ∈ N × N where (a, b) ∈ N

It can be written as

a + b = b + a

We get (a, b) R (a, b) for all (a, b) ∈ N × N

Hence, R is reflexive on N × N

Symmetry-

Consider (a, b), (c, d) ∈ N × N such that (a, b) R (c, d)

It can be written as

a + d = b + c and c + b = d + a

We get

(c, d) R (a, b)

(a, b) R (c, d) => (c, d) R (a, b) for all (a, b), (c, d) ∈ N × N

Hence, R is symmetric on N × N.

Transitive-

Consider (a, b), (c, d), (r, f) ∈ N × N such that (a, b) R (c, d) and (c, d) R (e, f)

It can be written as

a + d = b + c and c + f = d + e

By adding both

(a + d) + (c + f) = (b + c) + (d + e)

On further calculation

a + f = b + e where (a, b) R (e, f)

So (a, b) R (c, d) and (c, d) R (e, f) we get (a, b) R (e, f) for all (a, b), (c, d), (e, f) ∈ N × N

Hence, R is transitive on N × N.

Therefore, R is reflexive, symmetric and transitive is an equivalence relation on N × N.

138.

Let S be the set of all real numbers and letR = {(a, b): a, b ∈ S and a = ± b}.Show that R is an equivalence relation on S.

Answer»

We know that a = ± b and a2 = b2 are equal

It is given that {(a, b): a, b ∈ S and a2 = b2}

Here, (a, a) ∈ R and a2 = a2 is true.

Hence, R is reflexive where (a, b) ∈ R

We know that a2 = b2 and b2 = a2 where (b, a) ∈ R

Hence, R is symmetric.

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

We know that a2 = b2 and b2 = c2 we get a2 = c2 where (a, c) ∈ R

Hence, R is transitive.

139.

Let `A={1,2,3}and Let R={(1,1),(2,2),(3,3),(1,3),(3,2),(1,2)}` then R isA. Reflexive and symmetric but transitiveB. Reflexive and transitive but not symmetricC. symmetric and transitive but not reflexiveD. An equivalence relation

Answer» Correct Answer - B
R is reflexive and transitive but not symmetric .
140.

Find the domain and range of each of the following relations : `R_(2)`={(x,y) : x`in N N` ,y are integers and xy =4 }

Answer» Dom `(R_(2))`= Range `(R_(2))`= {-4,-2,-1,1,2,4 }
141.

Find the domain and range of each of the following relations : `R_(4)` ={(x,y) :x and y are integers and `x^(2)+y^(2)`= 25 }

Answer» Dom . `(R_(4))` = Range `(R_(4))` ={-5,-4,-3,0,3,4,5}
142.

If A = {1, 2}, find A × A × A.

Answer»

A = {1, 2} 

A × A = {1, 2} × {1, 2} = {(1, 1), (1, 2), (2, 1), (2, 2)} 

A × A × A = {1, 2} × {(1, 1), (1, 2), (2, 1), (2, 2)} 

Therefore 

A × A × A = {(1, 1, 1), (1, 1, 2), (1, 2, 1), (1, 2, 2), (2, 1, 1), (2, 1, 2), (2, 2, 1), (2, 2, 2)}

143.

Show that the relation R = {(a, b): a &gt; b} on N is transitive but neither reflexive nor symmetric.

Answer»

It is given that

R = {(a, b): a > b}

Reflexive-

If a ∈ R we get (a > b)

So (a, b) ∉ R for a ∉ R

Hence, R is not reflexive.

Symmetric-

We know that

(3, 4) ∈ R but (4, 3) ∉ R

Hence, R is not symmetric.

Transitive-

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

It can be written as

a > b and b > c

So we get

a > c where (a, c) ∈ R

Hence, R is transitive.

Therefore, R is transitive but neither reflexive nor symmetric.

144.

Prove that : (A ∪ B) x C = (A x C) = (A x C)∪ (B x C)

Answer»

To prove : (A ∪ B) × C = (A × C) ∪ (B × C) 

Proof : Let (x, y) be an arbitrary element of (A ∪ B) × C. 

⇒ (x, y) ∈ (A ∪ B) C 

Since,(x, y) are elements of Cartesian product of (A ∪ B) × C 

⇒ x ∈ (A ∪ B) and y ∈ C 

⇒ (x ∈ A or x∈B) and y ∈ C 

⇒ (x ∈ A and y ∈ C) or (x ∈ Band y ∈ C) 

⇒ (x, y) ∈ A × C or (x, y) ∈ B × C 

⇒ (x, y) ∈ (A × C) ∪ (B × C) …1 

Let (x, y) be an arbitrary element of (A × C) ∪ (B × C). 

⇒ (x, y) ∈ (A × C) ∪ (B × C) 

⇒ (x, y) ∈ (A × C) or (x, y) ∈ (B × C) 

⇒ (x ∈ A and y ∈ C) or (x ∈ Band y ϵ C) 

⇒ (x ∈ A or x ∈ B) and y ∈ C 

⇒ x ∈ (A ∪ B) and y ∈ C 

⇒ (x, y) ∈ (A ∪ B) × C …2 

From 1 and 2, we get : 

(A ∪ B) × C = (A × C) ∪ (B × C)

145.

(i) If A ⊆ B, prove that A × C ⊆ B × C for any set C. (ii) If A ⊆ B and C ⊆ D then prove that A × C ⊆ B × D.

Answer»

(i) Given: A ⊆ B 

Need to prove: A × C ⊆ B × C 

Let us consider, (x, y)(A × C) 

That means, x∈A and y∈C 

Here given, A ⊆ B 

That means, x will surely be in the set B as A is the subset of B and x∈A. 

So, we can write x∈B 

Therefore, x∈B and y∈C 

⇒ (x, y)∈(B × C) 

Hence, we can surely conclude that, 

A × C ⊆ B × C [Proved] 

(ii) Given: A ⊆ B and C ⊆ D

Need to prove: A × C ⊆ B × D 

Let us consider, (x, y)∈(A × C) 

That means, x∈A and y∈C 

Here given, A ⊆ B and C ⊆ D 

So, we can say, x∈B and y∈D (x, y)∈(B × D) 

Therefore, we can say that, A × C ⊆ B × D [Proved]

146.

If A = {3, 4}, B = {4, 5} and C = {5, 6}, find A × (B × C)

Answer»

A = {3, 4}, B = {4, 5} and C = {5, 6} 

B × C = {(4, 5), (4, 6), (5, 5), (5, 6)} 

A × (B × C) = {(3, 4, 5), (3, 4, 6), (3, 5, 5), (3, 5, 6), (4, 4, 5), (4, 4, 6), (4, 5, 5), (4, 5, 6)}

147.

Prove that A × B = B × A ⇒ A = B.

Answer»

Let A and B be any two sets such that 

A × B = {(a, b): a ϵ A, b ϵ B} 

Now, 

B × A = {(b, a): a ϵ A, b ϵ B}

A × B = B × A 

(a, b) = (b, a) 

We can see that this is possible only when the ordered pairs are equal. 

Therefore, 

a = b and b = a 

Hence, Proved

148.

If A ⊆ B, prove that A × C = B × C

Answer»

Given: A ⊆ B 

Then, A = B at some value 

Multiplying by C both sides, we get, 

A × C = B × C 

Hence, Proved.

149.

Let R be a relation from a set A to a set B, thenA. R = A ∪ BB. R = A ∩ BC. R ⊆ A x BD. R ⊆ B x A

Answer»

Option : (C)

Since, 

R is a relation from set A to set B, 

Therefore, 

It will always be a subset of A x B.

150.

If A × B ⊆ C × D and A × B ≠ ϕ, prove that A ⊆ C and B ⊆ D.

Answer»

Given: A × B ⊆ C × D and A × B ≠ ϕ 

Need to prove: A ⊆ C and B ⊆ D 

Let us consider, (x, y) (A × B)......... (1) 

⇒ (x, y)∈(C × D) [as A × B ⊆ C × D] .......... (2)

From (1) we can say that,

x∈ A and y∈B .......... (a) 

From (2) we can say that, 

x∈C and y∈D ....... (b) 

Comparing (a) and (b) we can say that, 

⇒ x∈A and x∈C 

⇒ A ⊆ C Again, 

⇒ y∈B and y∈D 

⇒ B ⊆ D [Proved]