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.

1.

In a group of students, 100 students know Hindi, 50 know English and 25 know both. Each of the student knows either Hindi or English. How many students are there in the group?(a) 75(b) 100(c) 125(d) 175I had been asked this question by my college director while I was bunking the class.I want to ask this question from Practical Problems on Union and Intersection of Two Sets in portion Sets of Mathematics – Class 11

Answer»

The CORRECT ANSWER is (c) 125

The explanation: Given, n(H)=100, n(E)=50, n(H∩E) = 25

We know, n (H∪E) = n (H) + n (E) – n(H∩E)

n (H∪E) = 100+50-25=125

Since each of the student knows either HINDI or English, so n(U) = n (H∪E) = 125.

2.

Which of the following is equal to A∪A’?(a) U(b) A(c) A’(d) U’This question was posed to me in an interview.Origin of the question is Complement of a Set in division Sets of Mathematics – Class 11

Answer»

Right CHOICE is (a) U

The best I can explain: In the Venn DIAGRAM, region a denotes A and region b denotes A’. Region a and b together form UNIVERSAL set so, A∪A’=U.

3.

(A∪B) ∩ (B∪A) = __________(a) A(b) B(c) A∪B(d) A∩BI have been asked this question in an international level competition.This interesting question is from Operation on Sets-2 topic in chapter Sets of Mathematics – Class 11

Answer»

Right OPTION is (c) A∪B

Easiest explanation: (A∪B) ∩ (B∪A) = (A∪B) ∩ (A∪B) (COMMUTATIVE law)

= A∪B (A∩A=A).

4.

If A is set of natural numbers, B is set of odd natural numbers and C is set of even natural numbers, then find B∪C.(a) A(b) B(c) C(d) B-CThis question was addressed to me during an internship interview.This interesting question is from Operation on Sets-2 topic in chapter Sets of Mathematics – Class 11

Answer»

The correct ANSWER is (a) A

Easiest explanation: SET which contains all ODD NATURAL NUMBERS as well as all even natural numbers is set of natural numbers. So, B∪C=A.

5.

A={1,2,3}, B={2,3,4}, C={2,3,5}, D={1,3,5,7}. Find (A∩B) ∪ (C∩D).(a) A(b) B(c) C(d) DThe question was asked in homework.Origin of the question is Operation on Sets-2 topic in division Sets of Mathematics – Class 11

Answer» CORRECT choice is (C) C

To elaborate: Here, A={1,2,3}, B={2,3,4}, C={2,3,5}, D={1,3,5,7}

A∩B = {1,2,3}∩{2,3,4} = {2,3} and C∩D = {2,3,5}∩{1,3,5,7} = {3,5}.

(A∩B) ∪ (C∩D) = {2,3} ∪ {3,5} = {2,3,5} = C.
6.

How many elements are there in P(A), if A = φ?(a) 1(b) 2(c) 3(d) 4The question was asked in a national level competition.My enquiry is from Power Sets in division Sets of Mathematics – Class 11

Answer» CORRECT ANSWER is (a) 1

Explanation: If A = φ then N(A)=0. Set with m elements has 2^m subsets. So, number of elements in P(A) is 20=1. P(A) = {φ}.
7.

Does A-B=B-A always correct?(a) True(b) FalseThis question was addressed to me in my homework.The query is from Operation on Sets-2 in division Sets of Mathematics – Class 11

Answer»

The CORRECT option is (b) False

To EXPLAIN: If A={1,2,3} and B={3,4,5}, then A-B={1,2,3} – {3,4,5} = {1,2} and B-A={3,4,5} – {1,2,3} = {4,5}. They are not equal so,

A-B and B-A are not always equal.

8.

In the given Venn diagram, is set A subset of set U?(a) True(b) FalseThe question was asked during an online exam.This interesting question is from Venn Diagrams topic in portion Sets of Mathematics – Class 11

Answer» RIGHT choice is (a) True

To explain I WOULD say: For set A to be the subset of U, WHOLE set A must lie inside set U which is GIVEN in Venn DIAGRAM so, set A is subset of set U.
9.

If A = {1,3} and B = {1,2,5} then?(a) A⊆B(b) B⊆A(c) Ф⊆A(d) B⊆ФI have been asked this question in an interview for job.Question is taken from Subsets topic in chapter Sets of Mathematics – Class 11

Answer»

The correct OPTION is (c) Ф⊆A

Easiest explanation: A null SET is a subset of EVERY set HENCE Ф is a subset of A

10.

Let X be set of rational numbers. Which of the following is not subset of X?(a) Set of real numbers(b) Set of natural numbers(c) Set of whole numbers(d) Set of integersThis question was addressed to me in semester exam.I'd like to ask this question from Subsets topic in division Sets of Mathematics – Class 11

Answer» RIGHT option is (a) Set of real numbers

The best I can explain: Set of rational numbers { x : x=p/q where p and q are INTEGERS and q≠0}.

Set of real number is not a SUBSET of X. Set of NATURAL numbers, WHOLE numbers, integers are subset of X.
11.

If two sets have equal number of elements, then they ___________(a) Are equal(b) Are not equal(c) May be equal(d) Are finiteI had been asked this question in final exam.I need to ask this question from Equal Sets topic in division Sets of Mathematics – Class 11

Answer»

The correct answer is (c) May be equal

To elaborate: Equal sets are the sets having same number of ELEMENTS with VALUE of each element SET A and B to be equal. So, if the two sets have same number of elements, then they may or may not be equal.

12.

A={0} and B={}. Are sets A and B are equal?(a) True(b) FalseThis question was addressed to me during a job interview.The question is from Equal Sets topic in section Sets of Mathematics – Class 11

Answer»

Right option is (b) False

The best I can explain: SET A has ONE element 0 while set B has no element in it and is EMPTY so they both can’t be equal.

13.

What is the solution set of the equation X^2+3X+2=0 in roster form?(a) {-1, 2}(b) {-1, -2}(c) {1, -2}(d) {1, 2}I got this question by my school teacher while I was bunking the class.Question is from Sets and their Representations topic in division Sets of Mathematics – Class 11

Answer»

Right choice is (b) {-1, -2}

EXPLANATION: Solving the EQUATION:

X^2+2X+X+2=0

(x+2) (X+1) = 0

X= -2 and X = -1

14.

Write the set {x : x is an integer and x^2-9=0} in roster form.(a) {3}(b) {-3}(c) {3,-3}(d) {9,3}This question was addressed to me during an online exam.My query is from Sets and their Representations in portion Sets of Mathematics – Class 11

Answer» CORRECT option is (c) {3,-3}

EASIEST explanation: Since x is given as integer so x can be positive as well as negative.

x^2-9=0 => (x-3)(x+3)=0=>x=3,-3.

So, the SET {x : x is an integer and x^2-9=0} can be written as {3,-3}.
15.

In a population of 1000 people, 700 people play football, 600 people play cricket, and 100 people play both. Is the data correct?(a) True(b) FalseI had been asked this question by my college professor while I was bunking the class.Question is taken from Practical Problems on Union and Intersection of Two Sets topic in chapter Sets of Mathematics – Class 11

Answer»

Correct choice is (b) False

The best explanation: Given, n(U)=1000, n(F)=700, n(C)=600, n(F∩C) =100

n (F∪C) = n (F) + n (C) – n(F∩C)

n (F∪C) = 700+600-100=1200

We KNOW, n (A∪O) ≤ n(U). Here this is not valid so, data is incorrect.

16.

If A = {a, e, i, o, u} and B = {a, e, u} then A∩B=__________(a) A(b) B(c) Φ(d) A∪BThe question was posed to me in an online quiz.My enquiry is from Operation on Sets-1 topic in division Sets of Mathematics – Class 11

Answer»

The correct option is (b) B

Best explanation: Intersection of SET A and B is a set that contains elements which is common to both set A and set B.

A = {a, E, i, o, U}

B = {a, e, u}

A∩B = {a, e, u} = B.

17.

Which of the following is considered as universal set for squares?(a) Set of Rhombus(b) Set of Parallelogram(c) Set of Rectangle(d) Set of TrapeziumThis question was addressed to me in quiz.Asked question is from Universal Set topic in portion Sets of Mathematics – Class 11

Answer»

The correct choice is (C) SET of Rectangle

The explanation: Set of rectangles is CONSIDERED as universal set for set of SQUARES because all squares are rectangles.

18.

Let A={1,2}, B={2,4}, C={4,5,6}. Which of the following may be considered as the universal set for set A, B, C?(a) {1,6,7,8,9}(b) {1,2,3,4}(c) {2,4,5,6}(d) {1,2,3,4,5,6}I have been asked this question in homework.My doubt stems from Universal Set in section Sets of Mathematics – Class 11

Answer»

The CORRECT choice is (d) {1,2,3,4,5,6}

To EXPLAIN: UNIVERSAL set is the set which is superset of all basic sets of that TYPE.

{1,2,3,4,5,6} is the set which contains all the elements of set A, B, C.

19.

Which of the following is a universal set for the equilateral triangle?(a) Set of isosceles triangles(b) Set of right triangles(c) Set of acute triangles(d) Set of obtuse trianglesThe question was asked in homework.I need to ask this question from Universal Set topic in division Sets of Mathematics – Class 11

Answer»

The correct choice is (a) SET of isosceles TRIANGLES

To explain: Set of isosceles triangles can be CONSIDERED as UNIVERSAL set for set of equilateral triangles because all equilateral triangles are isosceles.

20.

If set A = {1,2,3} then which of the following is incorrect?(a) Φ∈A(b) Φ∈P(A)(c) Φ⊂A(d) Φ⊂P(A)The question was posed to me during an interview for a job.My question comes from Power Sets topic in section Sets of Mathematics – Class 11

Answer»

Correct option is (a) Φ∈A

The best I can explain: Null set is subset of EVERY set so, Φ⊂P(A) and Φ⊂A. Since Φ⊂A and POWER set of set A is set of all SUBSETS of set A so, Φ∈P(A). Hence Φ∈A is INCORRECT.

21.

If A = {a, b, c} then P(A) = {{a}, {b}, {c}, {a, b}, {b, c}, {a, c}, {a, b, c}}.(a) True(b) FalseThe question was posed to me in examination.My question is taken from Power Sets topic in portion Sets of Mathematics – Class 11

Answer»

Right answer is (B) False

Explanation: A= {a, b, C}. Possible SUBSETS of SET A are φ, {a}, {b}, {c}, {a, b}, {b, c}, {a, c}, {a, b, c}. So, P(A) = {φ, {a}, {b}, {c}, {a, b}, {b, c}, {a, c}, {a, b, c}}.

22.

Let A= {2,3,5} and B= {3,5,7}. Which of the following is true?(a) A⊂B(b) B⊂A(c) A=B(d) A⊂AThis question was posed to me in an interview for job.This is a very interesting question from Subsets in division Sets of Mathematics – Class 11

Answer» RIGHT option is (d) A⊂A

Explanation: Since every set is subset of itself so A⊂A and B⊂B.

Since every ELEMENT of set A is not in set B so, A is not a subset of B. ALSO, every element of set B is not in set A so, B is not a subset of A. HENCE, A≠B.
23.

If A= {1,2,3} and B= {x∈R: x^3-6x^2+11x-6=0} then A and B are equal sets?(a) True(b) FalseI had been asked this question by my school principal while I was bunking the class.Query is from Equal Sets in portion Sets of Mathematics – Class 11

Answer»

Correct option is (a) TRUE

Explanation: The roots of x^3-6x^2+11x-6=0 are 1,2,3 hence A and B are the same sets so the STATEMENT is true.

24.

If every element of set X is in set Y then_____________(a) X⊂Y(b) Y⊂X(c) X=Y(d) X≠YI had been asked this question in exam.Question is from Subsets in section Sets of Mathematics – Class 11

Answer»

Correct option is (a) X⊂Y

Easiest explanation: If every element of set X is in set Y then X is CALLED subset of Y.X⊂Y.

But every element of Y MAY or may not be the element of X so we can’t say Y⊂X and HENCE we can’t DECIDE EQUALITY.

25.

Which of the following is a finite set?(a) Set of points in a line(b) Set of natural numbers(c) Set of mothers in a family(d) Set of prime numbersThe question was asked in semester exam.Enquiry is from Finite and Infinite Sets topic in portion Sets of Mathematics – Class 11

Answer»

Right option is (c) Set of mothers in a family

To EXPLAIN I would SAY: Set of points in a LINE, set of prime NUMBERS and natural numbers are uncountable hence BELONG to an infinite set. Here the number of mothers in a family can be counted.

26.

Which of the following is an infinite set?(a) A set of girls in a college(b) A set of players in a cricket team(c) A set of points in a Line(d) A set of edges in a squareThe question was posed to me in an interview.The query is from Finite and Infinite Sets topic in portion Sets of Mathematics – Class 11

Answer»

Right answer is (c) A SET of points in a LINE

The EXPLANATION is: Since girls in a college, PLAYERS in a team and number of edges in a square are all fixed QUANTITIES they come under finite set and points on a line are infinite hence they come under infinite set.

27.

A set with no elements in it is called?(a) Equivalent Set(b) Empty Set(c) Equal Set(d) Infinite SetI got this question in an online interview.Origin of the question is The Empty Set topic in section Sets of Mathematics – Class 11

Answer» RIGHT answer is (b) EMPTY Set

Easy EXPLANATION: An empty set is a set which contains 0 ELEMENTS and is denoted by {}.
28.

Is set {x : x is a natural number x7} a null set?(a) True(b) FalseI got this question during an interview.My question is from The Empty Set topic in section Sets of Mathematics – Class 11

Answer»

The CORRECT option is (a) True

The explanation is: A number less than 5 cannot be greater than 7. If we plot points less than 5 on the number LINE and then plot numbers greater than 7 on it we find, no point is COMMON to both so, it is a null set.

29.

Which of the following is not the element of power set of {2,3}?(a) Φ(b) {2}(c) {{2,3}}(d) {2,3}I had been asked this question during an online exam.The doubt is from Power Sets topic in chapter Sets of Mathematics – Class 11

Answer»

The CORRECT ANSWER is (C) {{2,3}}

To EXPLAIN: POWER set of set A is set of all subsets of set A. Each element of power set is subset of the given set. Subsets of {2,3} is Φ, {2}, {3}, {2,3}.

30.

The number of elements in a null set is ______________(a) zero(b) one(c) two(d) anyThis question was posed to me in an interview.My query is from The Empty Set topic in chapter Sets of Mathematics – Class 11

Answer»

Right ANSWER is (a) ZERO

Easiest EXPLANATION: Null set or empty set is a set which does not contain any ELEMENT. So, the number of ELEMENTS in a null set is zero.

31.

Which one of the following is the correct representation for the set {x: x is a positive integer and x^3

Answer» RIGHT ANSWER is (c) {1,2,3}

Easiest EXPLANATION: 0 is not a positive integer moreover

3^3<50 and 4^3>50
32.

In a family of 10 members, 7 of them like tea or coffee, 4 of them like tea and 5 of them like coffee. How many of them like both tea and coffee?(a) 1(b) 2(c) 7(d) 9I had been asked this question in unit test.My doubt is from Practical Problems on Union and Intersection of Two Sets in section Sets of Mathematics – Class 11

Answer»

The correct answer is (b) 2

The best I can explain: We know, N (T ∪ C) = n (T) + n (C) – n (T ∩ C)

GIVEN, n (T ∪ C) = 7, n(T)=4, n(C)=5

7 = 4 + 5 – n (T ∩ C)

n (T ∩ C) = 2.

Hence, 2 members like both tea and coffee.

33.

Let U = {1, 2, 3, 4, 5, 6}, A = {1,4} and B = {2,3,5}. Then A’∩B’ is equal to (A∪B)’.(a) True(b) FalseI have been asked this question during an interview.This intriguing question originated from Complement of a Set topic in portion Sets of Mathematics – Class 11

Answer»

The correct answer is (a) True

Easiest explanation: Complement of a SET A is a set which contains elements of U which are not the elements of A. A’ = U-A = {1, 2, 3, 4, 5, 6} – {1,4} = {2,3,5,6} and B’ = U-B = {1, 2, 3, 4, 5, 6} – {2,3,5} = {1,4,6}. A’∩B’= {2,3,5,6} ∩ {1,4,6} = {6}.

A∪B = {1,2,3,4,5} => (A∪B)’={6}.

Hence, A’∩B’=(A∪B)’.

34.

If an element x∈A and A⊂B then x∈B.(a) True(b) FalseI had been asked this question during a job interview.I want to ask this question from Subsets in portion Sets of Mathematics – Class 11

Answer»

The CORRECT option is (a) True

Explanation: If A⊂B then EVERY element of A is in set B. SINCE x is an element of A so, x also belong to B. x∈B is true.

35.

If R is the set of real numbers and S is the set of rational numbers, then what is R – S?(a) Set of integers(b) Set of whole numbers(c) Set of irrational numbers(d) Set of complex numbersThe question was asked in examination.My question comes from Operation on Sets-2 topic in section Sets of Mathematics – Class 11

Answer»

The correct option is (c) Set of irrational numbers

The BEST I can EXPLAIN: There are two categories in real numbers which are rational and irrational. The real NUMBER which is not rational is irrational so, R-S DENOTES the set of irrational numbers.

36.

If set A={1,2,3,4} and B={3,4,5,6}. Find A-B.(a) {1,2,3,4,5,6}(b) {3,4}(c) {1,2}(d) {5,6}This question was posed to me in semester exam.My query is from Operation on Sets-2 topic in section Sets of Mathematics – Class 11

Answer»

The CORRECT answer is (c) {1,2}

EXPLANATION: A-B is the set of elements that belongs to A but not to B. Here, 1 and 2 belongs to A but not to B. So,

A = {1,2,3,4}

B = {3,4,5,6}

A – B = {1,2,3,4} – {3,4,5,6} = {1,2}.

37.

Is A∩B = B∩A?(a) True(b) FalseThe question was asked in a job interview.Enquiry is from Operation on Sets-1 topic in portion Sets of Mathematics – Class 11

Answer»

The correct answer is (a) True

The best EXPLANATION: LET A = {1,2} and B = {2,3}. Here A∩B = {2} = B∩A.

A∩B or B∩A is same set that contains elements which are COMMON to both set A and B.

38.

In a population of 100 persons, 40 persons like tea and 30 persons like coffee. 10 persons like both of them. How many persons like neither tea nor coffee?(a) 20(b) 40(c) 50(d) 60The question was asked during a job interview.My question is taken from Venn Diagrams topic in section Sets of Mathematics – Class 11

Answer» RIGHT option is (b) 40

For explanation: Given, a + b + c + d = 100, a + c = 40, b + c = 30, c = 10

b+10=30 => b=20

a + b + c = 40+20 = 60

d+60=100 => d=40 i.e. 40 persons LIKE NEITHER TEA nor coffee.
39.

Cardinality of the power set of {0, 1, 2 . . ., 6} is _________(a) 1024(b) 4096(c) 512(d) 2048I got this question during an online exam.I want to ask this question from Power Sets topic in chapter Sets of Mathematics – Class 11

Answer» CORRECT option is (d) 2048

Easiest EXPLANATION: GIVEN set has 7 elements from 0 to 6. So, power set of the given set has 2^7 i.e. 128 elements. Hence cardinality of the power set of {0, 1, 2 . . ., 6} is 128.
40.

If A = {1,2} and B = {1,2,4,8,10} then?(a) A=B(b) A⊆B(c) B⊆A(d) A⊄BThis question was posed to me in my homework.Query is from Subsets in division Sets of Mathematics – Class 11

Answer»

The CORRECT option is (b) A⊆B

The EXPLANATION is: 1 and 2 are both AVAILABLE in the set B Hence A is a subset of B.

41.

If X∈A and A⊂B then X⊂B.(a) True(b) FalseThe question was asked in quiz.The question is from Subsets topic in portion Sets of Mathematics – Class 11

Answer»

Correct CHOICE is (b) False

Easiest EXPLANATION: Let X = {1,2}. A= {{1,2},3}, B= {{1,2},3,4}. Since ELEMENTS of X does not belongs to set B so, X is not a subset of B. X⊂B is false.

42.

Let A be set of prime numbers less than 6 and B be the set of prime factors of 30. Set A and B are ____________(a) Infinite(b) Empty(c) Singleton(d) EqualThis question was addressed to me in an international level competition.The origin of the question is Equal Sets topic in chapter Sets of Mathematics – Class 11

Answer»

Right option is (d) Equal

Explanation: Prime numbers less than 6 are 2,3,5. A={2,3,5}

30=2*3*5 => 2,3,5 are prime factors of 30. B={2,3,5}

Since EVERY element of A is in B and every element of B is in A so they are equal sets.

43.

Which of the following is true?(a) A finite set has an infinite number of elements(b) An empty set is a finite set(c) An empty set is neither finite nor infinite(d) An infinite set has a countable number of elementsI got this question during an interview.The doubt is from Finite and Infinite Sets in chapter Sets of Mathematics – Class 11

Answer»

Right choice is (b) An EMPTY set is a FINITE set

For explanation: An empty has 0 elements hence it is COUNTABLE and finite, Therefore, we SAY that empty set is a finite set. An infinite set has an uncountable number of elements.

44.

Which one of the following is the correct representation of set A = {2,4,8,16….} in set builder form?(a) {x: x = 2n where n ∈ N}(b) {x: x = 2^n where n ∈ N}(c) {x: x = 4n where n ∈ N}(d) {x: x = 2n+4 where n ∈ N}I have been asked this question in final exam.Question is taken from Sets and their Representations in section Sets of Mathematics – Class 11

Answer»

The correct answer is (B) {X: x = 2^n where n ∈ N}

For EXPLANATION: The SEQUENCE is a geometric PROGRESSION with base 2 hence 2^n is the correct answer.

45.

Which one of the following is the correct representation of set A = {1,3,5,7….} in set builder form?(a) {x: x = 2n where n ∈ N}(b) {x: x = n^2-1 where n ∈ N}(c) {x: x = 2n+1 where n ∈ N}(d) {x: x = 2n-1 where n ∈ N}I have been asked this question in final exam.The question is from Sets and their Representations in portion Sets of Mathematics – Class 11

Answer»

Right option is (d) {x: x = 2n-1 where n ∈ N}

EASY EXPLANATION: The given SEQUENCE is an odd number sequence of the format 2n+1 or 2n-1, but since n is given as a natural number so 2n+1 is not valid as 0 is not a natural number hence 2n-1 is the CORRECT ANSWER.

46.

Write the set {x : x is a natural number and x^2-9=0} in roster form.(a) {3}(b) {-3}(c) {3,-3}(d) {9,3}I had been asked this question during an interview.I'd like to ask this question from Sets and their Representations in portion Sets of Mathematics – Class 11

Answer»

The correct ANSWER is (a) {3}

The best explanation: SINCE x is given as natural NUMBER so x can be positive only.x^2-9=0 => (x-3)(x+3)=0=>x=3,-3.

Here, -3 is not a natural number so, the SET {x : x is a natural number and x^2-9=0} can be written as {3}.

47.

Which of the following set is not possible?(a) Honest persons(b) Prime numbers up to 100(c) Even numbers up to 100(d) Letters forming the word SCHOOLThe question was asked in an interview for job.My question is based upon Sets and their Representations in chapter Sets of Mathematics – Class 11

Answer»

The correct OPTION is (a) Honest persons

Explanation: A SET is a collection of well defined objects but honesty has no precise definition.

Prime number is a number which can be divisible only by 1 and itself.

Even number is a number which can be divisible by 2.

Set of letters forming the word SCHOOL {S,C,H,O,L}.

48.

A group conducted a survey of 100 consumers and reported that 72 consumers like apples and 45 consumers like oranges, what is the least number that must have liked both products?(a) 14(b) 15(c) 16(d) 17I have been asked this question in homework.The doubt is from Practical Problems on Union and Intersection of Two Sets topic in chapter Sets of Mathematics – Class 11

Answer»

Right choice is (d) 17

The EXPLANATION: n(U)=100, n(A)=72, n(O)=45

n (A∪O) = n (A) + n (O) – n(A∩O)

n (A∪O) ≤ n(U) => n (A∪O) ≤ 100

Greatest value of n (A∪O) is 100 which gives least value of n(A∩O)

100=72+45 – n(A∩O)

n(A∩O) = 17 least value of n(A∩O).

49.

Let U = {1, 2, 3, 4, 5, 6}, A = {1,4} and B = {2,3,5}. Find A’∩B’.(a) {2,3,5,6}(b) {1,2,3}(c) {6}(d) {1,2,3,4,5,6}I have been asked this question in final exam.The question is from Complement of a Set topic in section Sets of Mathematics – Class 11

Answer»

The CORRECT choice is (c) {6}

For EXPLANATION: Complement of a SET A is a set which contains elements of U which are not the elements of A. A’ = U-A = {1, 2, 3, 4, 5, 6} – {1,4} = {2,3,5,6} and B’ = U-B = {1, 2, 3, 4, 5, 6} – {2,3,5} = {1,4,6}. A’∩B’={2,3,5,6} ∩ {1,4,6} = {6}.

50.

Let U = {1, 2, 3, 4, 5, 6}, A = {1,4} and B = {2,3,5}. Find A’.(a) {2,3,5,6}(b) {1,2,3}(c) {1,4,6}(d) {1,2,3,4,5,6}I got this question in unit test.I want to ask this question from Complement of a Set in chapter Sets of Mathematics – Class 11

Answer»

The correct ANSWER is (a) {2,3,5,6}

Explanation: Complement of a set A is a set which contains elements of U which are not the elements of A. So, A’ = U – A = {1, 2, 3, 4, 5, 6} – {1,4} = {2,3,5,6}.