

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.
851. |
State true or false for the following statement:Let R and S be the sets defined as follows: R = {x ∈ Z | x is divisible by 2} S = {y ∈ Z | y is divisible by 3} then R ∩ S = φ |
Answer» False Since 6 is divisible by both 3 and 2. Thus R ∩ S ≠ φ |
|
852. |
State true or false for the following statement:Q ∩ R = Q, where Q is the set of rational numbers and R is the set of real numbers. |
Answer» True Since Q ⊂ R So Q ∩ R = Q |
|
853. |
Q ∩ R = Q, where Q is the set of rational numbers and R is the set of real numbers. |
Answer» True Since Q ⊂ R So, Q ∩ R = Q |
|
854. |
List all the elements of the following sets:c = b = \([{ x:x \,is \,an \,integer,-\frac{1}2<x<\frac{9}2} ]\) |
Answer» ∴ x is an integer between -1/2 and 9/2 So all integers between given values -0.5<x<4.5 0,1,2,3,4, ∴ C = {0,1,2,3,4} |
|
855. |
List all the elements of the following sets: e = {x:x is a month of a year not having 31 days} |
Answer» All months of a year do not have 31 days : February, April, June, September, November. E: { February, April, June,September,November} |
|
856. |
List all the elements of the following sets: D = {x:x is a vowel in the word “EQUATION”} |
Answer» All vowels in equation are E,U,A,I,O ∴ D = {A,E,I,O,U} |
|
857. |
Prove : ` nPr = n (n-1)P(r-1)` |
Answer» `.^nP_r=.^nC_r*r!` `=(n!)/((n-r)!*r!)*r!` `=(n!)/(n-r)!`. `=n (n-1)!*(r-1)!` `=n*(n-1)C_(r-1)*(r-1)!` `n*(n-1)P_(r-1)` |
|
858. |
List all the elements of the following sets:b = \([x :x= \frac{1}{2n-1},1≤n≤5]\) |
Answer» Substituting the values of n we will get the solutions At n = 1, x = \(\frac{1}{2(1)-1}\) = \(\frac{1}1\) At n = 1, x = \(\frac{1}{2(2)-1}\) = \(\frac{1}3\) At n = 1, x = \(\frac{1}{2(3)-1}\) = \(\frac{1}5\) At n = 1, x = \(\frac{1}{2(4)-1}\) = \(\frac{1}7\) At n = 1, x = \(\frac{1}{2(5)-1}\) = \(\frac{1}9\) ∴ x = 1,\(\frac{1}3\),\(\frac{1}5\),\(\frac{1}7\),\(\frac{1}9\) |
|
859. |
`lim_(x->oo)(x^4sin(1/x)+x^3)/(1+|x|^3)` |
Answer» `x>0 , |x| = x` `(x^4 sin(1/x) + x^3)/(1 + x^3)` `= (x^3{xsin(1/x) + 1})/(1+x^3)` `= (sin(1/x)/(1/x) + 1)/(1 + (1/x)^3)` `lim_(x->oo) (sin(1/x)/(1/x) + 1)/(1+(1/x)^3)` `lim_(y->0) {((siny)/y +1)/(1+y^3)}` `= (1+1)/(1+0)` `=2` Answer |
|
860. |
Let `A=` {x : x is a factor of 24 excluding 1 and itself, `x in N`}. Write A is in Roster form. Find `n(A)`. |
Answer» Correct Answer - 6 The factor of 24 are 1, 2, 3, 4, 5, 6, 8, 12 and 24. `:. A={2, 3, 4, 6, 8, 12}` `n(A)=6` |
|
861. |
Putting `x =theta -pi/4` prove that `lim_(theta->pi/4)(sin theta - cos theta)/(theta -pi/4)=sqrt(2)` |
Answer» `x = theta - pi/4 => theta = x+pi/4` So, given limit becomes, `L.H.S. = Lim_(x->0) (sin(x+pi/4) - cos(x+pi/4))/x` `= Lim_(x->0) ((sinx1/sqrt2+cosx1/sqrt2) - (cosx1/sqrt2 - sinx1/sqrt2))/x` `= Lim_(x->0) 2*1/sqrt2 sinx/x` `=sqrt2**1 = sqrt2 = R.H.S.` |
|
862. |
The set of all real numbers is A) Infinite set B) Φ C) Finite set D) Equal set |
Answer» Correct option is A) Infinite set |
|
863. |
Write the Roster form of `{x : x in Z, -3 le x le 3}`. |
Answer» Correct Answer - `{-3, -2, -1, 0, 1, 2, 3}` The Roster form of `{x : x in Z, -3 le x le 3}` is `{-3, -2, -1, 0, 1, 2, 3}` |
|
864. |
The set of all even natural numbers less than 10 is A) {0, 2, 4, 6, 8, 10} B) {2, 4, 6, 8} C) {0, 0} D) {0, 2, 4, 6, 8} |
Answer» Correct option is B) {2, 4, 6, 8} |
|
865. |
A is a set of all the prime numbers less than 20, B is a set of all the even natural numbers less than 20 and C is a set of all the odd natural numbers. Which of the following is/are true statements ? (A) `A nn B` is a singleton set. (B) B and C are disjoint sets. (C) `A nn C` is an infinite set.A. Only (B)B. Both (A) and (B)C. Both (B) and (C)D. (A), (B) and (C) |
Answer» Correct Answer - B Given that A is a set of all the prime numbers less than `20 implies A={2, 3, 5, 7, 11, 13, 17, 19}` B is a set of all the even natural numbers less then `20 implies B={2, 4, 6, 8, 10, 12, 14, 16, 18}` C is a set of all the odd natural numbers `implies C={1, 3, 5, 7 ...}` (a) `A nn B={2}` is a singleton set. (b) `B nn C={ }implies B` and `C` are disjoint sets. (c) `A nn C={3, 5, 7, 11, 13, 17, 19}` is not an infinite set. Hence, choice (2) follows. Hence, the correct option is (b). |
|
866. |
The sum of n terms of a series is `An^2+Bn`, then the `n^(th)` term is (A) A(2n-1)-B (B) A(1-2n)+B (C) A(1-2n)-B (D) A(2n-1)+B |
Answer» Here, we are given, `S_n = An^2+Bn` `:. S_1 = A(1)^2+B(1) = A+B` `S_2 = A(2)^2+B(2) = 4A+2B` `S_3 = A(3)^2+B(3) = 9A+3B` So, series will be, `A+B, 3A+B,5A+B,...` Here, first term, `a = A+B` and common difference `d = 2A` So, `n^(th)` term will be, `T_n = a+(n-1)d = (A+B)+(n-1)2A` `=>T_n = A(2n-1)+B` |
|
867. |
State in each case whether A ⊂ B or A ⊄ B. A = {x : x is an even natural number less than 8}, B = {x : x is a natural number which divides 32} |
Answer» A ⊄ B Explanation: we have, A = {2,4,6} and B = {1,2,4,8,16,32}. Thus , A ⊄ B , since 6 ∉ B. |
|
868. |
A = { 1,2,3,5} and B = {4,6,9} A relation R is defined from A to B by R = { (x,y) : the difference between x & y is odd}. Writer R in roster form. |
Answer» R:{(x,y)} R:{(1,4),(1,6),(2,9),(3,4),(3,6),(5,4),(5,6)} x-y is an odd number. |
|
869. |
(i) If `alpha`,`beta` be the imaginary cube root of unity, then show that `alpha^4+beta^4+alpha^-1beta^-1=0` |
Answer» `1,w,w^2` `alpha,beta` `alpha=-1/2-sqrt3/2i` `beta=-1/2+sqrt3/2i` `alpha*beta=(-1/2-sqrt3/2i)(-1/2+sqrt3/2i)` `=(-1/2)^2-(sqrt3/2i)^2` `=1/4-3/4i^2` `=1` LHS=`(alphabeta(alpha^4+beta^4)+1)/(alphabeta)` `=(1(alpha+beta)+1)/1` `=1+alpha+beta` =0=RHS |
|
870. |
The area enclosed between the curves `y=ax^2 and x=ay^2(a > 0)` is 1 sq. unit, value of a is `1/sqrt3` (b) `1/2` (c) 1 (d) `1/3` |
Answer» Equation of the given two curves are, `y = ax^2, x = ay^2` Intersection points of these two curves will be, `(1/a,1/a)` and `(0,0)`. So, area between these two curves will be, `int_0^(1/a)(sqrt(x/a) - ax^2) dx = 1` `=>[1/sqrta x^(3/2)/(3/2) - (ax^3)/3]_0^(1/a) = 1` `=>2/3*1/a^2 - 1/3*1/a^2 = 1` `=>1/a^2 = 3` `=>a^2 = 1/3` `=> a= 1/sqrt3` So,option-`(a)` is the correct option. |
|
871. |
State in each case whether A ⊂ B or A ⊄ B. A = {x : x is a triangle in a plane}, B = {x : x is a rectangle in the same plane} |
Answer» A ⊄ B We have, A = set of triangles and B = set of rectangles. Now, we can see elements of A does not belong to B since the set of rectangles does not include a set of triangles. |
|
872. |
State in each case whether A ⊂ B or A ⊄ B. A = {x : x is a square in a plane}, B = {x : x is a rectangle in the same plane} |
Answer» A ⊂ B Explanation: Set of squares is a subset of set of rectangles since all squares are rectangles. |
|
873. |
FInd domain and range `R={(x,y);x` is an integer and `|x| lt 3 and y=|x-3|}` |
Answer» All possible values of `x` will be `{-2,-1,0,1,2}`. `:. R = {(-2,5),(-1,4),(0,3),(1,2),(2,1)}.` `:.` Domain ` = {-2,-1,0,1,2}.` `:.` Range ` = {1,2,3,4,5}.` |
|
874. |
State in each case whether A ⊂ B or A ⊄ B. A = {x : x is an isosceles triangle in the plane}, B = {x : x is an equilateral triangle in the same plane} |
Answer» A ⊄ B Explanation: since all isosceles triangles are not equilateral triangles. Therefore set of isosceles triangle is not contained in the set of equilateral triangle. |
|
875. |
If `A= {x : x in R, x ge 3}` and `B = {x : x in R, x lt 6}` , then `A nn B`=A. `{x : x in R, 3 lt x lt 6}`B. `{x : x in R, 3 le x le 6}`C. `phi`D. `{x:x in R, 3 le x le 6}` |
Answer» Correct Answer - D (i) Express A and B is roster form. (ii) Write the elements of A and B. (iii) Find `A nn B`. |
|
876. |
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} |
|
877. |
Decide which of the following are equal sets and which are not ? Justify your answer. A= {x | 3x – 1 = 2} B = {x | x is a natural number but x is neither prime nor composite} C = {x | x e N, x < 2} |
Answer» A = {x | 3x – 1 = 2} Here, 3x – 1 = 2 ∴ 3x = 3 ∴ x = 1 ∴ A = {1} …(i) B = {x | x is a natural number but x is neither prime nor composite} 1 is the only number which is neither prime nor composite, ∴ x = 1 ∴ B = {1} …(ii) C = {x | x G N, x < 2} 1 is the only natural number less than 2. ∴ x = 1 ∴ C = {1} …(iii) ∴ The element in sets A, B and C is identical. … [From (i), (ii) and (iii)] ∴ A, B and C are equal sets |
|
878. |
Which of the following are sets? Justify your answer.(i) The collection of all months of a year beginning with the letter J.(ii) The collection of ten most talented writers of India.(iii) A team of eleven best-cricket batsmen of the world.(iv) The collection of all boys in your class.(v) The collection of all natural numbers less than 100.(vi) A collection of novels written by the writer Munshi Prem Chand.(vii) The collection of all even integers.(viii) The collection of questions in this Chapter.(ix) A collection of most dangerous animals of the world. |
Answer» (i) The collection of all months of a year beginning with the letter J is a well-defined collection of objects because one can definitely identify a month that belongs to this collection. Hence, this collection is a set. (ii) The collection of ten most talented writers of India is not a well-defined collection because the criteria for determining a writer’s talent may vary from person to person. Hence, this collection is not a set. (iii) A team of eleven best cricket batsmen of the world is not a well-defined collection because the criteria for determining a batsman’s talent may vary from person to person. Hence, this collection is not a set. (iv) The collection of all boys in your class is a well-defined collection because you can definitely identify a boy who belongs to this collection. Hence, this collection is a set. (v) The collection of all natural numbers less than 100 is a well-defined collection because one can definitely identify a number that belongs to this collection. Hence, this collection is a set. (vi) A collection of novels written by the writer Munshi Prem Chand is a well-defined collection because one can definitely identify a book that belongs to this collection. Hence, this collection is a set. (vii) The collection of all even integers is a well-defined collection because one can definitely identify an even integer that belongs to this collection. Hence, this collection is a set. (viii) The collection of questions in this chapter is a well-defined collection because one can definitely identify a question that belongs to this chapter. Hence, this collection is a set. (ix) The collection of most dangerous animals of the world is not a welldefined collection because the criteria for determining the dangerousness of an animal can vary from person to person. Hence, this collection is not a set. |
|
879. |
If a set A contains 4 elements, then what is the number of elements in `AxxP(A)`?A. 16B. 32C. 64D. 128 |
Answer» Correct Answer - C Since, set A contains 4 elements, then number of elements in P(A) = `2^(4)=16` So, the number of elements in `AxxP(A)=4xx16=64` |
|
880. |
A function f is defined by `f(x)=x+(1)/(x)`. Consider the following. `(1) (f(x))^(2)=f(x^(2))+2` `(2)(f(x))^(3)=f(x^(3))+3f(x)` Which of the above is/are correct?A. 1 onlyB. 2 onlyC. Both 1 and 2D. Neither 1 nor 2 |
Answer» Correct Answer - C `f(x^(2))+2=x^(2)+(1)/(x^(2))+2` `=(x+(1)/(x))^(2)={f(x)}^(2)` and `f(x^(3))+3f(x)` `=x^(3)+(1)/(x^(3))+3(x+(1)/(x))=(x+(1)/(x))^(3)={f(x)}^(3)` Thus, both 1 and 2 are correct. |
|
881. |
Two finite sets have m and n elements respectively. The total number of subsets of first set is 56 more than the total number of subsets of the second set. The values of m and n respectively are.(A) 7, 6 (B) 5, 1 (C) 6, 3 (D) 8, 7 |
Answer» The correct answer is (C). Since, let A and B be such sets, i.e., n (A) = m, n (B) = n So, n (P(A)) = 2m, n (P(B)) = 2n Thus, n (P(A)) – n (P(B)) = 56, i.e., 2m – 2n = 56 ⇒ 2n (2m – n – 1) = 23 7 ⇒ n = 3 , 2m – n – 1 = 7 ⇒ m = 6 |
|
882. |
200 persons have a skin disease, our of which 120 presons are effected with chemical `C_(1)`, 50 with chemical `C_(2)` and 30 with chemical `C_(1) and C_(2)` both. Find the number of persons who (i) are effected with `C_(1) or C_(2)` (ii) are effected with `C_(1)` but not `C_(2)` (iii) are effected with `C_(2)` but not `C_(1)`. |
Answer» Here `n(C_(1))=120,n(C_(2))=50,n(C_(1)capC_(2))=30and n(U)=200` (i) `n(C_(1)cupC_(2))=n(C_(1))+n(C_(2))-n(C_(1)capC_(2))` `=120+50-30=140` (ii) `n(C_(1)-C_(1))=n(C_(1))-n(C_(1)capC_(2))` `=120-30=90` (iii) `n(C_(2)-C_(1))=n(C_(2))-n(C_(1) cap C_(2))` `= 50 - 30 = 20`. |
|
883. |
If A and B are two sets such that `n(A) = 15, n(A cup B) = 40 and n (A cap B) = 5`, then find each of the following : (i) `n (B)` (ii) `n (A- B)` (iii) `n (B-A)` |
Answer» (i) From `n(A cupB)=n(A)+n(B)-n(AcapB)` `40=15+n(B)-5` `rArr n(B) = 30`. (ii) `n(A-B)=n(A)-n(AcapB)` `=15-5=10` (iii) `n(B-A)=n(B) - n(Acap B)` `=30 - 5 = 25`. |
|
884. |
There are 12 teachers in a school who can teach Maths or Physics. Out of these, 6 teach Maths and 4 teach Physics and Maths both. Find how many teachers teach Physics ? |
Answer» Let A = set of reachers who teach Maths and B = set of teachers who teach Physics Now, `n(A cupB)=12` `n(A)=6` and `n(A capB)=4` Now, `n(A cup B)=n(A)+n(B)-n(A cap B)` `rArr12=6+n(B)-4` `rArrn(B)=10` `:.` No, of teachers who teachers who teach Physics = 10. |
|
885. |
In a committee, 50 people speak French, 20 speak Spanish and 10 speak both Spanish and French. How many speak atleast one of these two languages? |
Answer» Let F = set of people speaking French S = set of people speaking Spanish. Then n(S) = 20, n(F) = 50 n(F∩S) = 10 ∴ n(F∪S) = n(S) + n(F)-n(F∩S) = 20 + 50-10 = 60 ∴ 60 people speak French or Spanish or both. |
|
886. |
In a class of 35 students, 24 like to play cricket and 16 like to play football. Also, each student likes to play at least one of the two games. How many students like to play both cricket and football? |
Answer» Let C = set of students who like cricket F = set of students who like football. Then n(C uf) = 35, n(C) = 24, n(F) = 16 n(C n F) = n(C) + n(F) – n(C u F) = 24 + 16-35 = 5 ∴ 5 Students like to play both games. |
|
887. |
If P and Q are two sets such that P has 40 elements, P ∪ Q has 60 elements and P ∩ Q has 10 elements, how many elements does Q have? |
Answer» Given: n(P) = 40 n (P ∪ Q) = 60 n (P ∩ Q) =10 n(Q) = ? We know, n (P ∪ Q) = n(P) + n(Q) – n (P ∩ Q) Substituting the values we get 60 = 40+n(Q)–10 60 = 30+ n(Q) n(Q) =30 ∴ Q = has 30 elements. |
|
888. |
Which of the following are examples of the null set? Set of odd natural numbers divisible by 2. |
Answer» Natural numbers = 1, 2, 3, 4, 5,… Odd Natural numbers = 1, 3, 5, 7, 9, 11, … No odd natural number is divisible by 2. ∴ no elements in this set ∴ It is a null set. |
|
889. |
Which of the following are examples of the null set? C = {x : x is prime, 90 < x < 96}. |
Answer» Prime numbers = Those numbers which are divisible by 1 and number itself. Prime numbers = 2, 3, 5, 7, 11, 13,…, 83, 89, 97, … Prime number greater than 90 = 97 Prime number less than 96 = 89 Prime number less than 96 but greater than 90 = ɸ ∴ The set is empty ∴ It is a null set |
|
890. |
Which of the following are examples of the null set? Set of even prime numbers. |
Answer» Prime numbers = Those numbers which are divisible by 1 and number itself. Prime numbers = 2, 3, 5, 7, 11, 13,… Even Prime number = 2 ∴ set is not empty. ∴ It is not a null set |
|
891. |
Which of the following are examples of the null set? B = {x : x ϵ N, 2x + 3 = 4} |
Answer» Natural numbers = 1, 2, 3, 4, 5, 6,… If x = 1, then 2x + 3 = 2(1) + 3 = 2 + 3 = 5 ≠ 4 ∴ no elements in the set B because the equation 2x + 3 = 4 is not satisfied by any natural number of x. ∴ It is a null set. |
|
892. |
Which of the following are examples of the null set? A = {x : x ϵ N, 1 < x ≤ 2}. |
Answer» Natural numbers = 1, 2, 3, 4, 5, 6, 7,… Natural number greater than 1 (1 < x) = 2, 3, 4, 5, .. Natural number less than or equal to 2 (x ≥ 2) = 1 A number cannot be simultaneously greater than 1 and less than equal to 2 ∴ no elements in this set ∴ It is a null set. |
|
893. |
Which of the following are examples of the null set? D = {x : x ϵ N, x2 + 1 = 0}. |
Answer» Natural numbers = 1, 2, 3, 4, 5, 6,… If x = 1, then x2 + 1 = (1)2 + 1 = 1 + 1 = 2 ≠ 0 ∴ no elements in the set B because the equation 2x + 3 = 4 is not satisfied by any natural number of x. ∴ It is a null set. |
|
894. |
List all the elements of each of the sets given below.B = {x : x = 2n + 1, n ϵ W and n ≤ 5}. |
Answer» Given: x = 2n + 1 and n ≤ 5 ⇒ n = 0, 1, 2, 3, 4 and 5 [∵ n ∈ W] Given x = 2n + 1 n = 0, x = 2 × 0 + 1 = 1 n = 1, x = 2 × 1 + 1 = 3 n = 2, x = 2 × 2 + 1 = 5 n = 3, x = 2 × 3 + 1 = 7 n = 4, x = 2 × 4 + 1 = 9 n = 5, x = 2 × 5 + 1 = 11 So, the elements of B are 1, 3, 5, 7, 9 and 11 ∴, B = {1, 3, 5, 7, 9, 11} |
|
895. |
List all the elements of each of the sets given below. A = {x : x = 2n, n ϵ N and n ≤ 5}. |
Answer» Given: x = 2n and n ≤ 5 ⇒ n = 1, 2, 3, 4 and 5 [∵ n ∈ N] Given x = 2n n = 1, x = 2 × 1 = 2 n = 2, x = 2 × 2 = 4 n = 3, x = 2 × 3 = 6 n = 4, x = 2 × 4 = 8 n = 5, x = 2 × 5 = 10 So, the elements of A are 2, 4, 6, 8 and 10 ∴, A = {2, 4, 6, 8, 10} |
|
896. |
Which of the following are examples of the null set? E = {x : x ϵ W, x + 3 ≤ 3}. |
Answer» Whole numbers = 0, 1, 2, 3, … If we take x = 0 then x + 3 = 0 + 3 = 3 If we take x = 1 then x + 3 = 1 + 3 = 4 > 3 So, 0 is the element of set E because it satisfies the given equation. ∴ It is not a null set. |
|
897. |
If A = {2x : x ϵ N}, 1 ≤ x < 4}, B = {x + 2) : x ϵ N and 2 ≤ x < 5} and C = {x : x ϵ N and 4 < x < 8}, find: (i) A ∩ B (ii) A ∪ B (iii) (A ∪ B) ∩ C |
Answer» Given; A = {2x : x ϵ N}, 1 ≤ x < 4}, B = {x + 2) : x ϵ N and 2 ≤ x < 5} and C = {x : x ϵ N and 4 < x < 8} According to the given conditions; A = {2, 4, 6}, B = {4, 5, 6} and C = {5, 6, 7} (i) A ∩ B = {4, 6} (ii) A ∪ B = {2, 4, 5, 6} (iii) (A ∪ B) ∩ C = {5, 6} |
|
898. |
If A = {x : x ϵ N, x ≤ 7}, B = {x : x is prime, x < 8} and C = {x : x ϵ N, x is odd and x < 10}, verify that: (i) A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C) (ii) A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C) |
Answer» : Natural numbers start from 1 A = {1, 2, 3, 4, 5, 6, 7} B = {2, 3, 5, 7} C = {1, 3, 5, 7, 9} (i) B∩C = {3, 5, 7} AU(B∩C) = {1, 2, 3, 4, 5, 6, 7} A∪B = {1, 2, 3, 4, 5, 6, 7} A∪C = {1, 2, 3, 4, 5, 6, 7, 9} (A∪B)∩(A∪C) = {1, 23, 4, 5, 6, 7} A∪(B∩C) = (A∪B)∩(A∪C) Hence proved (ii) B∪C = {1, 2, 3, 5, 7, 9} A∩(B∪C) = {1, 2, 3, 5, 7} A∩B = {2, 3, 5, 7} A∩C = {1, 3, 5, 7} (A∩B)∪(A∩C) = {1, 2, 3, 5, 7} A∩(B∪C) = (A∩B)∪(A∩C) |
|
899. |
Express each of the following sets as an interval: (i) A = {x : x ϵR, –4 < x < 0} (ii) B = {x : x ϵ R, 0 ≤ x < 3} (iii) C = {x : x ϵ R, 2 < x ≤ 6} (iv) D = {x : x ϵ R, –5 ≤ x ≤ 2} (v) E = {x : x ϵ R, –3 ≤ x < 2} (vi) F = {x : x ϵ R, –2 ≤ x < 0} |
Answer» (i) A = (-4,0) Explanation: All the points between -4 and 0 belong to the open interval (-4,0) but -4 ,0 themselves do not belong to this interval. (ii) B = [0,3) Explanation: B = {x : x ϵ R, 0 ≤ x < 3} is an open interval from 0 to 3, including 0 but excluding 3. (iii) C = (2,6] Explanation: C = {x : x ϵ R, 2 < x ≤ 6} is an open interval from 2 to 6, including 6 but excluding 2. (iv) D = [-5,2] Explanation: D = {x : x ϵ R, –5 ≤ x ≤ 2} is a closed interval from -5 to 2 and contains the end points. (v) E = [-3,2) Explanation: E = {x : x ϵ R, –3 ≤ x < 2} is an open interval from -3 to 2, including -3 but excluding 2. (vi) F = [-2,0) Explanation: F = {x : x ϵ R, –2 ≤ x < 0} is an open interval from -2 to 0, including -2 but excluding 0. |
|
900. |
Which of the following are pairs of equal sets? E = {x : x ϵ Z, x2 ≤ 4} and F = {x : x ϵ Z, x2 = 4}. |
Answer» Equal Sets = Two sets A and B are said to be equal if they have exactly the same elements & we write A = B We have, E = {x : x ϵ Z, x2 ≤ 4} Here, x ∈ Z and x2 ≤ 4 If x = -2, then x2 = (-2)2 = 4 = 4 If x = -1, then x2 = (-1)2 = 1 < 4 If x = 0, then x2 = (0)2 = 0 < 4 If x = 1, then x2 = (1)2 = 1 < 4 If x = 2, then x2 = (2)2 = 4 = 4 So, E = {-2, -1, 0, 1, 2} and F = {x : x ϵ Z, x2 = 4} Here, x ∈ Z and x2 = 4 If x = -2, then x2 = (-2)2 = 4 = 4 If x = 2, then x2 = (2)2 = 4 = 4 So, F = {-2, 2} ∴ E ≠ F because the elements in the both the sets are not equal. |
|