

InterviewSolution
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.
1. |
Let A and B two sets containing four and two elements respectively, The number of subsets of the set A × B, each having at least three elements is:1. 2702. 2393. 2194. 256 |
Answer» Correct Answer - Option 3 : 219 Concept: Selection r things out of n things is denoted by nCr nCr = \(\rm \frac {n!}{(n-r)!r!}\)
Calculation: Set A has 4 elements Set B has 2 elements Total number of element in (A × B) = 4 × 2 = 8 Total number of subsets of (A × B) = 28 = 256 Number of subsets having 0 element = 8C0 = 1 Number of subsets having 1 element = 8C1 = 8 Number of subsets having 2 elements = 8C2 = (8 × 7)/2 = 28 Number of subsets having at least 3 elements = 256 – 28 – 8 – 1 = 219 Hence, option (3) is correct. |
|
2. |
Let the universal set U = {x : x is the natural number less than 20}. If A = {0, 2, 7, 15, 19, 20} and B = {5, 7, 9, 11, 13, 17, 20}, then (A - B) ∩ U is?1. Subset of U, A, but not of B2. Subset of U but not of A or B3. Subset of U, A and B4. Subset of U, B, but not of A |
Answer» Correct Answer - Option 1 : Subset of U, A, but not of B Concept: Set theory:
Calculation: Given: U = {x : x is the natural number less than 20}. A = {0, 2, 7, 15, 19, 20} and B = {5, 7, 9, 11, 13, 17, 20} U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19} A = {0, 2, 7, 15, 19, 20} B = {5, 7, 9, 11, 13, 17, 20} (A - B) = {0, 2, 15, 19} (A - B) ∩ U = {2, 15, 19} It is very clearly visible (A - B) ∩ U is a subset of U and A |
|
3. |
Find the intersection of following sets: A = {x: x is a natural number and 1 < x ≤ 4}, B = {x: x is a natural number and 4 < x ≤ 7}1. {4}2. {4, 6, 7}3. {1, 2, 3, 4}4. ϕ |
Answer» Correct Answer - Option 4 : ϕ Concept: (A ⋂ B) are the elements present in both the sets (A and B) Calculation: Here, A = {x: x is a natural number and 1 < x ≤ 4}, A = {2, 3, 4} B = {x: x is a natural number and 4 < x ≤ 7} B = {5, 6, 7} Here, not a single element is common in both sets. So, (A ∩ B) = ϕ Hence, option (4) is correct. |
|
4. |
Taking the set of natural numbers as the universal set, write down the complements of the following sets: (i) {x: x is an even natural number} (ii) {x: x is an odd natural number} (iii) {x: x is a positive multiple of 3} (iv) {x: x is a prime number} (v) {x: x is a natural number divisible by 3 and 5} (vi) {x: x is a perfect square} (vii) {x: x is perfect cube} (viii) {x: x + 5 = 8} (ix) {x: 2x + 5 = 9} (x) {x: x ≥ 7} (xi) {x: x N and 2x + 1 > 10} |
Answer» U = N: Set of natural numbers (i) {x: x is an even natural number}´ = {x: x is an odd natural number} (ii) {x: x is an odd natural number}´ = {x: x is an even natural number} (iii) {x: x is a positive multiple of 3}´= {x: x N and x is not a multiple of 3} (iv) {x: x is a prime number}´ ={x: x is a positive composite number and x = 1} (v) {x: x is a natural number divisible by 3 and 5}´ = {x: x is a natural number that is not divisible by 3 or 5} (vi) {x: x is a perfect square}´ = {x: x N and x is not a perfect square} (vii) {x: x is a perfect cube}´ = {x: x N and x is not a perfect cube} (viii) {x: x + 5 = 8}´ = {x: x N and x ≠ 3} (ix) {x: 2x + 5 = 9}´ = {x: x N and x ≠ 2} (x) {x: x ≥ 7}´ = {x: x N and x < 7} (xi) {x: x N and 2x + 1 > 10}´ = {x: x N and x ≤ 9/2} |
|
5. |
24 people likes apple, 18 people likes orange, 5 likes both apple and orange, and rest of the people likes only grapes. If total 50 people are present how many how many like only grapes?1. 152. 113. 174. 13 |
Answer» Correct Answer - Option 4 : 13 Concept: Set theory:
Calculation: Let Set A of people who like apples and Set B of people who like orange and U is set of all people Given n(A) = 24, n(B) = 18 and n(U) = 50 Also given n(A ∩ B) = 5 n(A ∪ B) = n(A) + n(B) - n(A ∩ B) ⇒ n(A ∪ B) = 24 +18 - 5 ⇒ n(A ∪ B) = 37 Now, if Set C is of people who likes only grapes n(C) = n(U) - n(A ∪ B) n(C) = 50 - 37 = 13 ∴ People who likes only grapes n(C) = 13 |
|
6. |
Write the following sets in roster form: (i) A = {x: x is an integer and –3 < x < 7}. (ii) B = {x: x is a natural number less than 6}. (iii) C = {x: x is a two-digit natural number such that the sum of its digits is 8}(iv) D = {x: x is a prime number which is divisor of 60}. (v) E = The set of all letters in the word TRIGONOMETRY.(vi) F = The set of all letters in the word BETTER. |
Answer» (i) A = {x: x is an integer and –3 < x < 7} The elements of this set are –2, –1, 0, 1, 2, 3, 4, 5, and 6 only. Therefore, the given set can be written in roster form as A = {–2, –1, 0, 1, 2, 3, 4, 5, 6} (ii) B = {x: x is a natural number less than 6} The elements of this set are 1, 2, 3, 4, and 5 only. Therefore, the given set can be written in roster form as B = {1, 2, 3, 4, 5} (iii) C = {x: x is a two-digit natural number such that the sum of its digits is 8} The elements of this set are 17, 26, 35, 44, 53, 62, 71, and 80 only. Therefore, this set can be written in roster form as C = {17, 26, 35, 44, 53, 62, 71, 80} (iv) D = {x: x is a prime number which is a divisor of 60} 60 = 2 × 2 × 3 × 5 The elements of this set are 2, 3, and 5 only. Therefore, this set can be written in roster form as D = {2, 3, 5}. (v) E = The set of all letters in the word TRIGONOMETRY There are 12 letters in the word TRIGONOMETRY, out of which letters T, R, and O are repeated. Therefore, this set can be written in roster form as E = {T, R, I, G, O, N, M, E, Y} (vi) F = The set of all letters in the word BETTER There are 6 letters in the word BETTER, out of which letters E and T are repeated. Therefore, this set can be written in roster form as F = {B, E, T, R} |
|
7. |
Write the following sets in the set-builder form: (i) (3, 6, 9, 12) (ii) {2, 4, 8, 16, 32}(iii) {5, 25, 125, 625} (iv) {2, 4, 6 …} (v) {1, 4, 9 … 100} |
Answer» (i) {3, 6, 9, 12} = {x: x = 3n, n∈ N and 1 ≤ n ≤ 4} (ii) {2, 4, 8, 16, 32} It can be seen that 2 = 21, 4 = 22, 8 = 23, 16 = 24, and 32 = 25. ∴ {2, 4, 8, 16, 32} = {x: x = 2n, n∈ N and 1 ≤ n ≤ 5} (iii) {5, 25, 125, 625} It can be seen that 5 = 51, 25 = 52, 125 = 53, and 625 = 54. ∴ {5, 25, 125, 625} = {x: x = 5n, n ∈ N and 1 ≤ n ≤ 4} (iv) {2, 4, 6 …} It is a set of all even natural numbers. ∴ {2, 4, 6 …} = {x: x is an even natural number} (v) {1, 4, 9 … 100} It can be seen that 1 = 12, 4 = 22, 9 = 32 …100 = 102. ∴ {1, 4, 9… 100} = {x: x = n2, n ∈ N and 1 ≤ n ≤ 10} |
|
8. |
List all the elements of the following sets: (i) A = {x: x is an odd natural number} (ii) B = {x: x is an -1/2<x<9/2 integer,} (iii) C = {x: x is an x2 <= 4 integer, }(iv) D = {x: x is a letter in the word “LOYAL”} (v) E = {x: x is a month of a year not having 31 days} (vi) F = {x: x is a consonant in the English alphabet which proceeds k}. ={b,c,d,f.g.h.j} |
Answer» i) A = {x: x is an odd natural number} = {1, 3, 5, 7, 9 …} (ii) B = { x: x is an integer;-1/2<n<9/2 } It can be seen that -1/2=-0.5 and 9/2=4.5 =>{0,1,2,3,4} (iii) C = {x: x is an integer;x2 < 4 } It can be seen that (–1)2 = 1 ≤ 4; (–2)2 = 4 ≤ 4; (–3)2 = 9 > 4 02 = 0 ≤ 4 12 = 1 ≤ 4 22 = 4 ≤ 4 32 = 9 > 4 C = {–2, –1, 0, 1, 2} (iv) D = (x: x is a letter in the word “LOYAL”) = {L, O, Y, A} (v) E = {x: x is a month of a year not having 31 days} } |
|
9. |
Match each of the set on the left in the roster form with the same set on the right described in set-builder form: (I) {1, 2, 3, 6} (A) {X: X IS A PRIME NUMBER AND A DIVISOR OF 6} (II) {2, 3} (B) {X: X IS AN ODD NATURAL NUMBER LESS THAN 10} (III) {M, A,T, H, E, I,C, S} (C) {X: X IS NATURAL NUMBER AND DIVISOR OF 6} (IV) {1, 3, 5, 7, 9} (D) {X: X IS A LETTER OF THE WORD MATHEMATICS} |
Answer» (i) All the elements of this set are natural numbers as well as the divisors of 6. Therefore, (i) matches with (c). (ii)It can be seen that 2 and 3 are prime numbers. They are also the divisors of 6. Therefore, (ii) matches with (a). (iii) All the elements of this set are letters of the word MATHEMATICS. Therefore, (iii) matches with (d). (iv) All the elements of this set are odd natural numbers less than 10. Therefore, (iv) matches with (b). |
|
10. |
Which of the following are examples of the null set (i) Set of odd natural numbers divisible by 2 (ii) Set of even prime numbers (iii) {x:x is a natural numbers, x < 5 and x > 7 } (iv) {y:y is a point common to any two parallel lines} |
Answer» (i) A set of odd natural numbers divisible by 2 is a null set because no odd number is divisible by 2. (ii) A set of even prime numbers is not a null set because 2 is an even prime number. (iii) {x: x is a natural number, x < 5 and x > 7} is a null set because a number cannot be simultaneously less than 5 and greater than 7. (iv) {y: y is a point common to any two parallel lines} is a null set because parallel lines do not intersect. Hence, they have no common point. |
|
11. |
Which of the following sets are finite or infinite (i) The set of months of a year (ii) {1, 2, 3 ...} (iii) {1, 2, 3 ... 99, 100} (iv) The set of positive integers greater than 100 (v) The set of prime numbers less than 99 |
Answer» (i) The set of months of a year is a finite set because it has 12 elements. (ii) {1, 2, 3 …} is an infinite set as it has infinite number of natural numbers. (iii) {1, 2, 3 …99, 100} is a finite set because the numbers from 1 to 100 are finite in number. (iv) The set of positive integers greater than 100 is an infinite set because positive integers greater than 100 are infinite in number. (v)The set of prime numbers less than 99 is a finite set because prime numbers less than 99 are finite in number. |
|
12. |
State whether each of the following set is finite or infinite: (i) The set of lines which are parallel to the x-axis (ii)The set of letters in the English alphabet (iii) The set of numbers which are multiple of 5 (iv) The set of animals living on the earth (v)The set of circles passing through the origin (0, 0) |
Answer» (i) The set of lines which are parallel to the x-axis is an infinite set because lines parallel to the x-axis are infinite in number. (ii) The set of letters in the English alphabet is a finite set because it has 26 elements. (iii) The set of numbers which are multiple of 5 is an infinite set because multiples of 5 are infinite in number. (iv) The set of animals living on the earth is a finite set because the number of animals living on the earth is finite (although it is quite a big number). (v) The set of circles passing through the origin (0, 0) is an infinite set because infinite number of circles can pass through the origin. |
|
13. |
In the following, state whether A = B or not: (i) A = {a, b, c, d}; B = {d, c, b, a} (ii) A = {4, 8, 12, 16}; B = {8, 4, 16, 18} (iii) A = {2, 4, 6, 8, 10}; B = {x: x is positive even integer and x ≤ 10} (iv) A = {x: x is a multiple of 10}; B = {10, 15, 20, 25, 30 ...} |
Answer» (i) A = {a, b, c, d}; B = {d, c, b, a} The order in which the elements of a set are listed is not significant. ∴ A = B (ii) A = {4, 8, 12, 16}; B = {8, 4, 16, 18} It can be seen that 12 ∈ A but 12 ∉ B. ∴ A ≠ B (iii) A = {2, 4, 6, 8, 10} B = {x: x is a positive even integer and x ≤ 10} = {2, 4, 6, 8, 10} ∴ A = B (iv) A = {x: x is a multiple of 10} B = {10, 15, 20, 25, 30 …} It can be seen that 15 ∈ B but 15 ∉ A. ∴ A ≠ B |
|
14. |
Question 6: From the sets given below, select equal sets: A = {2, 4, 8, 12}, B = {1, 2, 3, 4}, C = {4, 8, 12, 14}, D = {3, 1, 4, 2} E = {–1, 1}, F = {0, a}, G = {1, –1}, H = {0, 1} |
Answer» A = {2, 4, 8, 12}; B = {1, 2, 3, 4}; C = {4, 8, 12, 14} D = {3, 1, 4, 2}; E = {–1, 1}; F = {0, a} G = {1, –1}; A = {0, 1} It can be seen that 8 ∈ A, 8 ∉ B, 8 ∉ D, 8 ∉ E, 8 ∉ F, 8 ∉ G, 8 ∉ H ⇒ A ≠ B , A ≠ D, A ≠ E, A ≠ F, A ≠ G, A ≠ H Also, 2 ∈ A, 2 ∉ C ∴ A ≠ C 3 ∈ B, 3 ∉ C, 3 ∉ E, 3 ∉ F, 3 ∉ G, 3 ∉ H ∴ B ≠ C, B ≠ E, B ≠ F, B ≠ G, B ≠ H 12 ∈ C, 12 ∉ D, 12 ∉ E, 12 ∉ F, 12 ∉ G, 12 ∉ H ∴ C ≠ D, C ≠ E, C ≠ F, C ≠ G, C ≠ H 4 ∈ D, 4 ∉ E, 4 ∉ F, 4 ∉ G, 4 ∉ H ∴ D ≠ E, D ≠ F, D ≠ G, D ≠ H Similarly, E ≠ F, E ≠ G, E ≠ H, F ≠ G, F ≠ H, G ≠ H The order in which the elements of a set are listed is not significant. ∴ B = D and E = G Hence, among the given sets, B = D and E = G. |
|
15. |
Are the following pair of sets equal? Give reasons. (i) A = {2, 3}; B = {x: x is solution of x2 + 5x + 6 = 0} (ii) A = {x: x is a letter in the word FOLLOW}; B = {y: y is a letter in the word WOLF} |
Answer» (i) A = {2, 3}; B = {x: x is a solution of x2 + 5x + 6 = 0} The equation x2 + 5x + 6 = 0 can be solved as: x(x + 3) + 2(x + 3) = 0 (x + 2)(x + 3) = 0 ; x = –2 or x = –3 ∴ A = {2, 3}; B = {–2, –3} ∴ A ≠ B (ii) A = {x: x is a letter in the word FOLLOW} = {F, O, L, W} B = {y: y is a letter in the word WOLF} = {W, O, L, F} The order in which the elements of a set are listed is not significant. ∴ A = B |
|
16. |
In a survey of 600 students in a school, 150 students were found to be taking tea and 225 taking coffee, 100 were taking both tea and coffee. Find how many students were taking neither tea nor coffee? |
Answer» Let U be the set of all students who took part in the survey. Let T be the set of students taking tea. Let C be the set of students taking coffee. Accordingly, n(U) = 600, n(T) = 150, n(C) = 225, n(T ∩ C) = 100 To find: Number of student taking neither tea nor coffee i.e., we have to find n(T' ∩ C'). n(T' ∩ C') = n(T ∪ C)' = n(U) – n(T ∪ C) = n(U) – [n(T) + n(C) – n(T ∩ C)] 11 = 600 – [150 + 225 – 100] = 600 – 275 = 325 Hence, 325 students were taking neither tea nor coffee. |
|
17. |
Which of the following relations are functions? Give reasons. If it is a function, determine its domain and range. (i) {(2, 1), (5, 1), (8, 1), (11, 1), (14, 1), (17, 1)} (ii) {(2, 1), (4, 2), (6, 3), (8, 4), (10, 5), (12, 6), (14, 7)} (iii) {(1, 3), (1, 5), (2, 5)} |
Answer» (i) {(2, 1), (5, 1), (8, 1), (11, 1), (14, 1), (17, 1)} Since 2, 5, 8, 11, 14, and 17 are the elements of the domain of the given relation having their unique images, this relation is a function. Here, domain = {2, 5, 8, 11, 14, 17} and range = {1} (ii) {(2, 1), (4, 2), (6, 3), (8, 4), (10, 5), (12, 6), (14, 7)} Since 2, 4, 6, 8, 10, 12, and 14 are the elements of the domain of the given relation having their unique images, this relation is a function. Here, domain = {2, 4, 6, 8, 10, 12, 14} and range = {1, 2, 3, 4, 5, 6, 7} (iii) {(1, 3), (1, 5), (2, 5)} Since the same first element i.e., 1 corresponds to two different images i.e., 3 and 5, this relation is not a function. |
|
18. |
In a group of 65 people, 40 like cricket, 10 like both cricket and tennis. How many like tennis only and not cricket? How many like tennis? |
Answer» Let C denote the set of people who like cricket, and T denote the set of people who like tennis ∴ n(C ∪ T) = 65, n(C) = 40, n(C ∩ T) = 10 We know that: n(C ∪ T) = n(C) + n(T) – n(C ∩ T) ∴ 65 = 40 + n(T) – 10 ⇒ 65 = 30 + n(T) ⇒ n(T) = 65 – 30 = 35 Therefore, 35 people like tennis. Now, (T – C) ∪ (T ∩ C) = T Also, (T – C) ∩ (T ∩ C) = Φ ∴ n (T) = n (T – C) + n (T ∩ C) ⇒ 35 = n (T – C) + 10 ⇒ n (T – C) = 35 – 10 = 25 Thus, 25 people like only tennis. |
|
19. |
In a group of 70 people, 37 like coffee, 52 like tea, and each person likes at least one of the two drinks. How many people like both coffee and tea? |
Answer» Let C denote the set of people who like coffee, and T denote the set of people who like tea n(C ∪ T) = 70, n(C) = 37, n(T) = 52 We know that: n(C ∪ T) = n(C) + n(T) – n(C ∩ T) ∴ 70 = 37 + 52 – n(C ∩ T) ⇒ 70 = 89 – n(C ∩ T) ⇒ n(C ∩ T) = 89 – 70 = 19 Thus, 19 people like both coffee and tea. |
|
20. |
If X and Y are two sets such that X has 40 elements, X ∪Y has 60 elements and X ∩Y has 10 elements, how many elements does Y have? |
Answer» It is given that: n(X) = 40, n(X ∪ Y) = 60, n(X ∩ Y) = 10 We know that: n(X ∪ Y) = n(X) + n(Y) – n(X ∩ Y) ∴ 60 = 40 + n(Y) – 10 ∴ n(Y) = 60 – (40 – 10) = 30 Thus, the set Y has 30 elements. |
|
21. |
Show that if A ⊂ B, then C – B ⊂ C – A. |
Answer» Let A ⊂ B To show: C – B ⊂ C – A Let x ∈ C – B ⇒ x ∈ C and x ∉ B ⇒ x ∈ C and x ∉ A [A ⊂ B] ⇒ x ∈ C – A ∴ C – B ⊂ C – A |
|
22. |
In a group, 12 people like only guitar and 15 people do not like piano, if 30 people are there in the group how many are there who neither likes piano nor guitar?1. 52. 43. 34. 2 |
Answer» Correct Answer - Option 3 : 3 Concept: Set theory:
Calculation: Let Set A of people who like piano and Set B of people who like guitar and U is set of all people Given n(A') = 15 and n(B - A) = 12 As n(A') = n(U) - n(A) ⇒ 15 = 30 - n(A) ⇒ n(A) = 15 Now, Set of people who likes at least one A∪B n(A ∪ B) = n(A) + n(B - A) n(A ∪ B) = 15 + 12 = 27 ∴ People who do not like either of the two N = n(U) - n(A ∪ B) N = 30 - 27 = 3 |
|
23. |
Which of the following is definitely TRUE?1. x ∈ A and A ∉ B, then x ∉ B2. x ∉ A and B ⊂ A, then x ∉ B3. A ⊂ C and B ⊂ C, then A = B4. A ⊂ C and B ⊂ C, then (A∪B) = C |
Answer» Correct Answer - Option 2 : x ∉ A and B ⊂ A, then x ∉ B Concept: Set theory:
Calculation: Taking any arbitrary example Let A = {1, 3}, B = {3} and C = {1, 2, 3, 4, 5, 6} Now, A ∪ B = {1, 3} Case 1: If x = 3 , then x ∈ A, and A ∉ B, but x ∈ B (option 1 false) Case 2: If x = 3 , then x ∉ A, and B ⊂ A, then x ∉ B (option 2 true) Case 3: A ⊂ C and B ⊂ C, but A ≠ B (option 3 false) Case 4: A ⊂ C and B ⊂ C, but (A ∪ B) ≠ C (option 4 false) |
|
24. |
In a class of 50, 20 students like mathematics, 15 like science and 5 like both mathematics and science. Find the number of students who do not like any of the 2 subjects.1. 252. 103. 154. 20 |
Answer» Correct Answer - Option 4 : 20 Concept: Set theory:
Calculation: Set A of students who like mathematics, so n(A) = 20 Set B of students who like science, so n(B) = 15 Given n(A ∩ B) = 5 Set of students who like at least one of the 2 given subjects is A∪B n(A ∪ B) = n(A) + n(B) - n(A ∩ B) n(A ∪ B) = 20 + 15 - 5 = 30 Students who do not like either of the subjects = Total students - n(A ∪ B) N = 50 - 30 = 20 |
|
25. |
A = {a, b, c, d}, B = {d, f, g, h}. Find the cardinality of (A ∪ B)1. 82. 73. 64. 4 |
Answer» Correct Answer - Option 2 : 7 Concept: The cardinality of a set is a measure of a set's size, meaning the number of elements in the set.
Calculation: Here, A = {a, b, c, d}, B = {d, f, g, h} ⇒(A ∪ B) = {a, b, c, d, f, g, h} Cardinality of (A ∪ B) = number of elements in (A ∪ B) = 7 Hence, option (2) is correct. |
|
26. |
If A = {2, 3}, B = {4, 5}, C = {5, 6}, then what is the number of elements in A × (B ∩ C)?1. 22. 43. 64. 8 |
Answer» Correct Answer - Option 1 : 2 Concept: Let A, and B be any two sets (A ∩ B) = {x, \(\rm x \in A \;\;and \;\; x \in B\)} A × B = {(x, y), \(\rm x \in A \;\;and \;\; y \in B\)}
Calculations: Given, A = {2, 3}, B = {4, 5}, C = {5, 6} ⇒(B ∩ C) = {5} A × (B ∩ C) = {(2, 5), (3, 5)} ⇒ The number of elements in A × (B ∩ C) = 2 |
|
27. |
State whether each of the following statement is true or false. Justify your answer. (i) {2, 3, 4, 5} and {3, 6} are disjoint sets. (ii) {a, e, i, o, u } and {a, b, c, d} are disjoint sets. (iii) {2, 6, 10, 14} and {3, 7, 11, 15} are disjoint sets. (iv) {2, 6, 10} and {3, 7, 11} are disjoint sets. |
Answer» (i) False As 3 ∈ {2, 3, 4, 5}, 3 ∈ {3, 6} ⇒ {2, 3, 4, 5} ∩ {3, 6} = {3} (ii) False As a ∈ {a, e, i, o, u}, a ∈ {a, b, c, d} ⇒ {a, e, i, o, u } ∩ {a, b, c, d} = {a} (iii) True As {2, 6, 10, 14} ∩ {3, 7, 11, 15} = Φ (iv) True As {2, 6, 10} ∩ {3, 7, 11} = Φ |
|
28. |
If R is the set of real numbers and Q is the set of rational numbers, then what is R – Q? |
Answer» R: set of real numbers Q: set of rational numbers Therefore, R – Q is a set of irrational numbers. |
|
29. |
If X = {a, b, c, d} and Y = {f, b, d, g}, find (i) X – Y (ii) Y – X (iii) X ∩ Y |
Answer» (i) X – Y = {a, c} (ii) Y – X = {f, g} (iii) X ∩ Y = {b, d} |
|
30. |
Examine whether the following statements are true or false: (i) {a, b} ⊄ {b, c, a} (ii) {a, e} ⊂ {x: x is a vowel in the English alphabet} (iii) {1, 2, 3} ⊂{1, 3, 5} (iv) {a} ⊂ {a. b, c} (v) {a} ∈ (a, b, c) (vi) {x: x is an even natural number less than 6} ⊂ {x: x is a natural number which divides 36} |
Answer» (i) False. Each element of {a, b} is also an element of {b, c, a}. (ii) True. a, e are two vowels of the English alphabet. (iii) False. 2∈{1, 2, 3}; however, 2∉{1, 3, 5} (iv) True. Each element of {a} is also an element of {a, b, c}. (v) False. The elements of {a, b, c} are a, b, c. Therefore, {a}⊂{a, b, c} (vi) True. {x:x is an even natural number less than 6} = {2, 4} {x:x is a natural number which divides 36}= {1, 2, 3, 4, 6, 9, 12, 18, 36} |
|
31. |
If A = {3, 6, 9, 12, 15, 18, 21}, B = {4, 8, 12, 16, 20}, C = {2, 4, 6, 8, 10, 12, 14, 16}, D = {5, 10, 15, 20}; find (i) A – B (ii) A – C (iii) A – D (iv) B – A (v) C – A (vi) D – A (vii) B – C (viii) B – D (ix) C – B (x) D – B (xi) C – D (xii) D – C |
Answer» (i) A – B = {3, 6, 9, 15, 18, 21} (ii) A – C = {3, 9, 15, 18, 21} (iii) A – D = {3, 6, 9, 12, 18, 21} (iv) B – A = {4, 8, 16, 20} (v) C – A = {2, 4, 8, 10, 14, 16} (vi) D – A = {5, 10, 20} (vii) B – C = {20} (viii) B – D = {4, 8, 12, 16} (ix) C – B = {2, 6, 10, 14} (x) D – B = {5, 10, 15} (xi) C – D = {2, 4, 6, 8, 12, 14, 16} (xii) D – C = {5, 15, 20} |
|
32. |
Let A= {1, 2, {3, 4,}, 5}. Which of the following statements are incorrect and why? (i) {3, 4}⊂ A (ii) {3, 4}}∈ A(iii) {{3, 4}}⊂ A (iv) 1∈ A (v) 1⊂ A (vi) {1, 2, 5} ⊂ A (vii) {1, 2, 5} ∈ A (viii) {1, 2, 3} ⊂ A (ix) Φ ∈ A (x) Φ ⊂ A (xi) {Φ} ⊂ A |
Answer» A = {1, 2, {3, 4}, 5} (i) The statement {3, 4} ⊂ A is incorrect because 3 ∈ {3, 4}; however, 3∉A. (ii) The statement {3, 4} ∈A is correct because {3, 4} is an element of A. (iii) The statement {{3, 4}} ⊂ A is correct because {3, 4} ∈ {{3, 4}} and {3, 4} ∈ A. (iv) The statement 1∈A is correct because 1 is an element of A. (v) The statement 1⊂ A is incorrect because an element of a set can never be a subset of itself. (vi) The statement {1, 2, 5} ⊂ A is correct because each element of {1, 2, 5} is also an element of A. (vii)The statement {1, 2, 5} ∈ A is incorrect because {1, 2, 5} is not an element of A. (viii) The statement {1, 2, 3} ⊂ A is incorrect because 3 ∈ {1, 2, 3}; however, 3 ∉ A. (ix) The statement Φ ∈ A is incorrect because Φ is not an element of A. (x) The statement Φ ⊂ A is correct because Φ is a subset of every set. (xi) The statement {Φ} ⊂ A is incorrect because Φ∈ {Φ}; however, Φ ∈ A. |
|
33. |
Which of the following pairs of sets are disjoint (i) {1, 2, 3, 4} and {x: x is a natural number and 4 ≤ x ≤ 6} (ii) {a, e, i, o, u} and {c, d, e, f} (iii) {x: x is an even integer} and {x: x is an odd integer} |
Answer» (i) {1, 2, 3, 4} {x: x is a natural number and 4 ≤ x ≤ 6} = {4, 5, 6} Now, {1, 2, 3, 4} ∩ {4, 5, 6} = {4} Therefore, this pair of sets is not disjoint. (ii) {a, e, i, o, u} ∩ (c, d, e, f} = {e} Therefore, {a, e, i, o, u} and (c, d, e, f} are not disjoint. (iii) {x: x is an even integer} ∩ {x: x is an odd integer} = Φ Therefore, this pair of sets is disjoint. |
|
34. |
Write down all the subsets of the following sets: (i) {a} (ii) {a, b} (iii) {1, 2, 3} (iv) Φ |
Answer» (i) The subsets of {a} are Φ and {a}. (ii) The subsets of {a, b} are Φ, {a}, {b}, and {a, b}. (iii) The subsets of {1, 2, 3} are Φ, {1}, {2}, {3}, {1, 2}, {2, 3}, {1, 3} and {1, 2, 3} (iv) The only subset of Φ is Φ. |
|
35. |
If A = {x: x is a natural number}, B ={x: x is an even natural number} C = {x: x is an odd natural number} and D = {x: x is a prime number}, find (i) A ∩ B (ii) A ∩ C (iii) A ∩ D (iv) B ∩ C (v) B ∩ D (vi) C ∩ D |
Answer» A = {x: x is a natural number} = {1, 2, 3, 4, 5 …} B ={x: x is an even natural number} = {2, 4, 6, 8 …} C = {x: x is an odd natural number} = {1, 3, 5, 7, 9 …} D = {x: x is a prime number} = {2, 3, 5, 7 …} (i) A ∩B = {x: x is a even natural number} = B (ii) A ∩ C = {x: x is an odd natural number} = C (iii) A ∩ D = {x: x is a prime number} = D (iv) B ∩ C = Φ (v) B ∩ D = {2} (vi) C ∩ D = {x: x is odd prime number} |
|
36. |
How many elements has P(A), if A = Φ? |
Answer» We know that if A is a set with m elements i.e., n(A) = m, then n[P(A)] = 2m. If A = Φ, then n(A) = 0. ∴ n[P(A)] = 20 = 1 Hence, P(A) has one element. |
|
37. |
If A = {3, 5, 7, 9, 11}, B = {7, 9, 11, 13}, C = {11, 13, 15} and D = {15, 17}; find (i) A ∩ B (ii) B ∩ C (iii) A ∩ C ∩ D (iv) A ∩ C (v) B ∩ D (vi) A ∩ (B C) (vii) A ∩ D (viii)A ∩ (B D) (ix) (A ∩ B) ∩ (B C) (x) (A D) ∩ (B C) |
Answer» (i) A ∩ B = {7, 9, 11} (iii) A ∩ C ∩ D = { A ∩ C} ∩ D = {11} ∩ {15, 17} = Φ (iv) A ∩ C = {11} (v) B ∩ D = Φ (vi) A ∩ (B C) = (A ∩ B) (A ∩ C) = {7, 9, 11} {11} = {7, 9, 11} (vii) A ∩ D = Φ (viii) A ∩ (B D) = (A ∩ B) (A ∩ D) = {7, 9, 11} Φ = {7, 9, 11} (ix) (A ∩ B) ∩ (B C) = {7, 9, 11} ∩ {7, 9, 11, 13, 15} = {7, 9, 11} (x) (A D) ∩ (B C) = {3, 5, 7, 9, 11, 15, 17) ∩ {7, 9, 11, 13, 15} = {7, 9, 11, 15} |
|
38. |
Find the intersection of each pair of sets: (i) X = {1, 3, 5} Y = {1, 2, 3} (ii) A = {a, e, i, o, u} B = {a, b, c} (iii) A = {x: x is a natural number and multiple of 3} B = {x: x is a natural number less than 6} (iv) A = {x: x is a natural number and 1 < x ≤ 6} B = {x: x is a natural number and 6 < x < 10} (v) A = {1, 2, 3}, B = Φ |
Answer» (i) X = {1, 3, 5}, Y = {1, 2, 3} X ∩ Y = {1, 3} (ii) A = {a, e, i, o, u}, B = {a, b, c} A ∩ B = {a} (iii) A = {x: x is a natural number and multiple of 3} = (3, 6, 9 …} B = {x: x is a natural number less than 6} = {1, 2, 3, 4, 5} ∴ A ∩ B = {3} (iv) A = {x: x is a natural number and 1 < x ≤ 6} = {2, 3, 4, 5, 6} B = {x: x is a natural number and 6 < x < 10} = {7, 8, 9} A ∩ B = Φ (v) A = {1, 2, 3}, B = Φ. So, A ∩ B = Φ |
|
39. |
Write the following as intervals: (i) {x: x ∈ R, –4 < x ≤ 6} (ii) {x: x ∈ R, –12 < x < –10} (iii) {x: x ∈ R, 0 ≤ x < 7} (iv) {x: x ∈ R, 3 ≤ x ≤ 4} |
Answer» (i) {x: x ∈ R, –4 < x ≤ 6} = (–4, 6] (ii) {x: x ∈ R, –12 < x < –10} = (–12, –10) (iii) {x: x ∈ R, 0 ≤ x < 7} = [0, 7) (iv) {x: x ∈ R, 3 ≤ x ≤ 4} = [3, 4] |
|
40. |
If A = {1, 2, 3, 4}, B = {3, 4, 5, 6}, C = {5, 6, 7, 8} and D = {7, 8, 9, 10}; find (i) A ∪ B (ii) A UC (iii) B ∪ C (iv) B ∪ D (v) A ∪ B ∪ C (vi) A ∪ B ∪ D (vii) B ∪ C ∪ D |
Answer» A = {1, 2, 3, 4], B = {3, 4, 5, 6}, C = {5, 6, 7, 8} and D = {7, 8, 9, 10} (i) A ∪ B = {1, 2, 3, 4, 5, 6} (ii) A ∪ C = {1, 2, 3, 4, 5, 6, 7, 8} (iii) B ∪ C = {3, 4, 5, 6, 7, 8} (iv) B ∪ D = {3, 4, 5, 6, 7, 8, 9, 10} (v) A ∪ B ∪ C = {1, 2, 3, 4, 5, 6, 7, 8} (vi) A ∪ B ∪ D = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} (vii) B ∪ C ∪ D = {3, 4, 5, 6, 7, 8, 9, 10} |
|
41. |
Write the following intervals in set-builder form: (i) (–3, 0) (ii) [6, 12] (iii) (6, 12] (iv) [–23, 5) |
Answer» (i) (–3, 0) = {x: x ∈ R, –3 < x < 0} (ii) [6, 12] = {x: x ∈ R, 6 ≤ x ≤ 12} (iii) (6, 12] ={x: x ∈ R, 6 < x ≤ 12} (iv) [–23, 5) = {x: x ∈ R, –23 ≤ x < 5} |
|
42. |
What universal set (s) would you propose for each of the following? (i) The set of right triangles (ii) The set of isosceles triangles |
Answer» (i) For the set of right triangles, the universal set can be the set of triangles or the set of polygons. (ii) For the set of isosceles triangles, the universal set can be the set of triangles or the set of polygons or the set of two-dimensional figures. |
|
43. |
If A and B are two sets such that A ⊂ B, then what is A ∪ B? |
Answer» If A and B are two sets such that A ⊂ B, then A ∪ B = B. |
|
44. |
Given the sets A = {1, 3, 5}, B = {2, 4, 6} and C = {0, 2, 4, 6, 8}, which of the following may be considered as universals set (s) for all the three sets A, B and C (i) {0, 1, 2, 3, 4, 5, 6} (ii) Φ (iii) {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10} (iv) {1, 2, 3, 4, 5, 6, 7, 8} |
Answer» (i) It can be seen that A ⊂ {0, 1, 2, 3, 4, 5, 6} B ⊂ {0, 1, 2, 3, 4, 5, 6} However, C ⊄ {0, 1, 2, 3, 4, 5, 6} Therefore, the set {0, 1, 2, 3, 4, 5, 6} cannot be the universal set for the sets A, B, and C. (ii) A ⊄ Φ, B ⊄ Φ, C ⊄ Φ Therefore, Φ cannot be the universal set for the sets A, B, and C. (iii) A ⊂ {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10} B ⊂ {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10} C ⊂ {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10} Therefore, the set {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10} is the universal set for the sets A, B, and C. (iv) A ⊂ {1, 2, 3, 4, 5, 6, 7, 8} B ⊂ {1, 2, 3, 4, 5, 6, 7, 8} However, C ⊄ {1, 2, 3, 4, 5, 6, 7, 8} Therefore, the set {1, 2, 3, 4, 5, 6, 7, 8} cannot be the universal set for the sets A, B, and C. |
|
45. |
Let A = {a, b}, B = {a, b, c}. Is A ⊂ B? What is A ∪ B? |
Answer» Here, A = {a, b} and B = {a, b, c} Yes, A ⊂ B. A ∪ B = {a, b, c} = B |
|
46. |
Find the union of each of the following pairs of sets: (i) X = {1, 3, 5}; Y = {1, 2, 3} (ii) A = {a, e, i, o, u}; B = {a, b, c} (iii) A = {x: x is a natural number and multiple of 3} B = {x: x is a natural number less than 6} (iv) A = {x: x is a natural number and 1 < x ≤ 6} B = {x: x is a natural number and 6 < x < 10} (v) A = {1, 2, 3}; B = Φ |
Answer» (i) X = {1, 3, 5} Y = {1, 2, 3} X ∪ Y= {1, 2, 3, 5} (ii) A = {a, e, i, o, u} B = {a, b, c} A ∪ B = {a, b, c, e, i, o, u} (iii) A = {x: x is a natural number and multiple of 3} = {3, 6, 9 …} B = {x: x is a natural number less than 6} = {1, 2, 3, 4, 5, 6} A ∪ B = {1, 2, 4, 5, 3, 6, 9, 12 …} ∴ A ∪ B = {x: x = 1, 2, 4, 5 or a multiple of 3} (iv) A = {x: x is a natural number and 1 < x ≤ 6} = {2, 3, 4, 5, 6} B = {x: x is a natural number and 6 < x < 10} = {7, 8, 9} A ∪ B = {2, 3, 4, 5, 6, 7, 8, 9} ∴ A∪ B = {x: x ∈ N and 1 < x < 10} (v) A = {1, 2, 3}, B = Φ A ∪ B = {1, 2, 3} |
|
47. |
Let A and B be sets. If A ∩ X = B ∩ X = Φ and A ∪ X = B ∪ X for some set Xshow that A = B.(Hints A = A ∩ (A ∪ X), B = B ∩ (B ∪ X) and use distributive law) |
Answer» To show: A = B It can be seen that A = A ∩ (A ∪ X) = A ∩ (B ∪ X) [A ∪ X = B ∪ X] = (A ∩ B) ∪ (A ∩ X) [Distributive law] = (A ∩ B) ∪ Φ [A ∩ X = Φ] = A ∩ B …………………………………………………………….. (1) Now, B = B ∩ (B ∪ X) = B ∩ (A ∪ X) [A ∪ X = B ∪ X] = (B ∩ A) ∪ (B ∩ X) [Distributive law] = (B ∩ A) ∪ Φ [B ∩ X = Φ] 10 = B ∩ A = A ∩ B …………………………………………………………… (2) Hence, from (1) and (2), we obtain A = B. |
|
48. |
Show that A ∩ B = A ∩ C need not imply B = C. |
Answer» Let A = {0, 1}, B = {0, 2, 3}, and C = {0, 4, 5} Accordingly, A ∩ B = {0} and A ∩ C = {0} Here, A ∩ B = A ∩ C = {0} However, B ≠ C [2 ∈ B and 2 ∉ C] |
|
49. |
Using properties of sets show that (i) A ∪ (A ∩ B) = A (ii) A ∩ (A ∪ B) = A. |
Answer» (i) To show: A ∪ (A ∩ B) = A We know that A ⊂ A A ∩ B ⊂ A ∴ A ∪ (A ∩ B) ⊂ A … (1) Also, A ⊂ A ∪ (A ∩ B) … (2) ∴ From (1) and (2), A ∪ (A ∩ B) = A (ii)To show: A ∩ (A ∪ B) = A A ∩ (A ∪ B) = (A ∩ A) ∪ (A ∩ B) = A ∪ (A ∩ B) 9 = A {from (1)} |
|
50. |
Show that for any sets A and B, A = (A ∩ B) ∪ (A – B) and A ∪ (B – A) = (A ∪ B) |
Answer» To show: A = (A ∩ B) ∪ (A – B) Let x ∈ A We have to show that x ∈ (A ∩ B) ∪ (A – B) Case I x ∈ A ∩ B Then, x ∈ (A ∩ B) ⊂ (A ∪ B) ∪ (A – B) Case II x ∉ A ∩ B ⇒ x ∉ A or x ∉ B ∴ x ∉ B [x ∉ A] ∴ x ∉ A – B ⊂ (A ∪ B) ∪ (A – B) ∴ A ⊂ (A ∩ B) ∪ (A – B) … (1) It is clear that A ∩ B ⊂ A and (A – B) ⊂ A ∴ (A ∩ B) ∪ (A – B) ⊂ A … (2) From (1) and (2), we obtain A = (A ∩ B) ∪ (A – B) To prove: A ∪ (B – A) ⊂ A ∪ B Let x ∈ A ∪ (B – A) 8 ⇒ x ∈ A or x ∈ (B – A) ⇒ x ∈ A or (x ∈ B and x ∉ A) ⇒ (x ∈ A or x ∈ B) and (x ∈ A or x ∉ A) ⇒ x ∈ (A ∪ B) ∴ A ∪ (B – A) ⊂ (A ∪ B) … (3) Next, we show that (A ∪ B) ⊂ A ∪ (B – A). Let y ∈ A ∪ B ⇒ y ∈ A or y ∈ B ⇒ (y ∈ A or y ∈ B) and (y ∈ A or y ∉ A) ⇒ y ∈ A or (y ∈ B and y ∉ A) ⇒ y ∈ A ∪ (B – A) ∴ A ∪ B ⊂ A ∪ (B – A) … (4) Hence, from (3) and (4), we obtain A ∪ (B – A) = A ∪B. |
|