Sets MCQ Quiz - Objective Question with Answer for Sets - Download Free PDF

Last updated on Jun 27, 2025

Latest Sets MCQ Objective Questions

Sets Question 1:

In a class of 100 students: 60 students like Mathematics , 50 students like Physics , 40 students like Chemistry , 30 students like both Mathematics and Physics , 25 students like both Mathematics and Chemistry , 20 students like both Physics and Chemistry and 15 students like all three subjects. How many students like at least one of the three subjects?

  1. 90
  2. 80
  3. 100
  4. 70

Answer (Detailed Solution Below)

Option 1 : 90

Sets Question 1 Detailed Solution

Concept:

Principle of Inclusion-Exclusion (PIE):

  • This principle is used to count the number of elements in the union of multiple sets when there is overlap among the sets.
  • It corrects the overcounting by subtracting the sizes of pairwise intersections, adding triple-wise intersections, and so on.

Calculation:

Given,

Total number of students in a class = 100

n(A): Number who like Maths = 60

n(B): Number who like Physics = 50

n(C): Number who like Chemistry = 40

n(A ∩ B) = 30, n(B ∩ C) = 20, n(C ∩ A) = 25

n(A ∩ B ∩ C) = 15

We need to find the number of students who like at least one of the three subjects:

⇒ n(A ∪ B ∪ C) = n(A) + n(B) + n(C) − n(A ∩ B) − n(B ∩ C) − n(C ∩ A) + n(A ∩ B ∩ C)

⇒ 60 + 50 + 40 − 30 − 20 − 25 + 15

⇒ 150 − 75 + 15 = 90

∴ The number of students who like at least one subject = 90

Sets Question 2:

Let S = {1, 2, 3, 4}. Consider all equivalence relations R on S such that each equivalence class has at least two elements. How many such equivalence relations exist?

  1. 12
  2. 10
  3. 9
  4. 4

Answer (Detailed Solution Below)

Option 4 : 4

Sets Question 2 Detailed Solution

Concept:

Equivalence Relation and Partition of Sets:

  • An equivalence relation on a set is a relation that is reflexive, symmetric, and transitive.
  • Each equivalence relation on a set corresponds to a partition of that set.
  • A partition divides the set into non-empty, disjoint subsets whose union is the entire set.
  • In this question, we count only those partitions where each subset has at least two elements.

Important Terms:

  • Partition: A way of dividing the set into disjoint non-empty subsets. Total number of partitions of a set of size n is given by the Bell number.
  • Bell Number (Bₙ): The number of partitions of a set with n elements. Notation: Bₙ

 

Calculation:

Given,

Set S = {1, 2, 3, 4}

⇒ n = 4

We need the number of equivalence relations where no subset (block) has size 1

⇒ That means we need partitions where each block has size ≥ 2

⇒ We analyze possible valid partitions of 4 elements:

⇒ Case 1: One block of size 4 → Partition: {1,2,3,4} ⇒ Only 1 way

⇒ Case 2: Two blocks of size 2 each → Partitions like: { {1,2}, {3,4} } ⇒ Count = 3 ways

⇒ Case 3: One block of size 3 and one singleton → Rejected (singleton not allowed)

⇒ Case 4: Other combinations like {2,1,1}, {1,1,1,1} etc. → Rejected (contains singleton)

∴ The total number of such equivalence relations = 1 + 3 = 4

Sets Question 3:

If a set has 5 elements, then the power set of that set has ______ elements.

  1. 25
  2. 32
  3. 10
  4. None of these

Answer (Detailed Solution Below)

Option 2 : 32

Sets Question 3 Detailed Solution

Given:

Number of elements in the set = 5

Formula Used:

Number of elements in a power set = 2n, where n is the number of elements in the set.

Calculation:

n = 5

⇒ Number of elements in the power set = 25

⇒ Number of elements in the power set = 2 × 2 × 2 × 2 × 2

⇒ Number of elements in the power set = 32

The power set of a set with 5 elements has 32 elements.

Sets Question 4:

Let S = {1, 2, 3, 5, 7, 10, 11}. The number of non empty subsets of S that have the sum of all elements a multiple of 3, is ____ . 

Answer (Detailed Solution Below) 43

Sets Question 4 Detailed Solution

Calculation: 

Elements of the type 3k = 3 

Elements of the type 3k + 1 = 1, 7, 9

Elements of the type 3k + 2 = 2, 5, 11

Subsets containing one element S1 = 1

Subsets containing two elements

⇒ S2 = 3C1 × 3C1 = 9

Subsets containing three elements

⇒ S3 = 3C1 × 3C1 + 1 + 1 = 11

Subsets containing four elements

⇒ S4 = 3C3 + 3C3 + 3C2 × 3C2 = 11

Subsets containing five elements

⇒ S5 = 3C2 × 3C2 × 1 = 9

Subsets containing six elements S6 = 1

Subsets containing seven elements S7 = 1 

⇒ sum = 43 

Hence, the correct answer is 43. 

Sets Question 5:

Let A and B be two sets such that n(A – B) = 20 + x, n(B – A) = 3x and n(A ∩ B) = x + 1. If n(A) = n(B), then the value of (2x – 5) is :

  1. 9
  2. 11
  3. 13
  4. 15

Answer (Detailed Solution Below)

Option 4 : 15

Sets Question 5 Detailed Solution

Given:

n(A – B) = 20 + x

n(B – A) = 3x

n(A ∩ B) = x + 1

n(A) = n(B)

Formula used:

Total elements in set A: n(A) = n(A – B) + n(A ∩ B)

Total elements in set B: n(B) = n(B – A) + n(A ∩ B)

Since n(A) = n(B), we equate the expressions.

Calculation:

n(A) = n(A – B) + n(A ∩ B)

⇒ n(A) = (20 + x) + (x + 1)

⇒ n(A) = 21 + 2x

n(B) = n(B – A) + n(A ∩ B)

⇒ n(B) = (3x) + (x + 1)

⇒ n(B) = 4x + 1

Since n(A) = n(B):

⇒ 21 + 2x = 4x + 1

⇒ 21 – 1 = 4x – 2x

⇒ 20 = 2x

⇒ x = 10

We need to find the value of (2x – 5):

⇒ (2 × 10 – 5) = 20 – 5

⇒ 15

∴ The correct answer is option (4).

Top Sets MCQ Objective Questions

In a city, there are 3 major newspapers A, B and C of which at least two are read by 35% of population. A and B are read by 15%. C is read by 45% and that all the three are read by 10%. Then the percentage of people who read the newspaper C alone is

  1. 20
  2. 10
  3. 15
  4. 5

Answer (Detailed Solution Below)

Option 3 : 15

Sets Question 6 Detailed Solution

Download Solution PDF

Given:

Percent of readers who read all the three = 10% 

Percent of readers who read C = 45% 

Percent of readers who read at least two = 35% 

Percent of readers who read A and B = 15% 

Calculations:

Let the percent of readers who read only A and C = a%

Let the percent of readers who read only B and C = b%

Percent of readers who read only C  = c%

F2 Harshit Madhu 27.10.20 D1

According to the question

Percent of readers who read C = 45%

⇒ a% + 10% + b% + c% = 45%

⇒ a% + b% + c% = 35%      ----(1)

Percent of readers who read at least two = 35% 

⇒ a% + 10% + 5% + b% = 35% 

⇒ a% + b% = 20%      ----(2)

Put the value of a% + b% from equation (2) to equation (1)

⇒ 20% + c% = 35% 

⇒ c% = 15% 

∴ Percent of readers who read only C is 15%

If A = {1, 3, 4} and B = {x : x ∈ R and x2 - 7x + 12 = 0} then which of the following is true ?

  1. A = B
  2. A ⊂ B
  3. B ⊂ A
  4. A is equivalent to B

Answer (Detailed Solution Below)

Option 3 : B ⊂ A

Sets Question 7 Detailed Solution

Download Solution PDF

CONCEPT:

Let A and B be two sets then A is said to be proper subset of B, if A is a subset of B and A is not equal to B. It is denoted as A ⊂ B.

CALCULATION:

Given: A = {1, 3, 4} and B = {x : x ∈ R and x2 - 7x + 12 = 0}

First let's find the roaster form of set B

In order to do so we need to find the roots of the equation x2 - 7x + 12 = 0

⇒ x2 - 3x - 4x + 12 = 0

⇒ x(x - 3) - 4(x - 3) = 0

⇒ (x - 4) × (x - 3) = 0

⇒ x = 3, 4

⇒ B = {3, 4}

As we can clearly see that, all the elements of B are there in set A but A ≠ B i.e B ⊂ A

Hence, the correct option is 3.

If A = {1, 2, 5, 7} and B = {2, 4, 6} then find the number of proper subsets of A U B ?

  1. 127
  2. 64
  3. 63
  4. 31

Answer (Detailed Solution Below)

Option 3 : 63

Sets Question 8 Detailed Solution

Download Solution PDF

CONCEPT:

Union:

Let A and B be two sets. The union of A and B is the set of all those elements which belong to either A or B or both A and B i.e A ∪ B = {x : x ∈ A or x ∈ B}

Note: If A is a non-empty set such that n(A) = m then numbers of proper subsets of A is given by 2m - 1.

CALCULATION:

Given: A = {1, 2, 5, 7} and B = {2, 4, 6}

As we know that,  A ∪ B = {x : x ∈ A or x ∈ B}.

⇒ A ∪ B = {1, 2, 4, 5, 6, 7}

As we can see that, the number of elements present in A U B = 6 i.e n(A U B) = 6

As we know that, if A is a non-empty set such that n(A) = m then numbers of proper subsets of A is given by 2m - 1.

So, the number of proper subsets of A Δ B = 26 - 1 = 63

Hence, the correct option is 3.

What is the value of (A - B) ∪ (B - A) 

  1. A
  2. B
  3. A Δ B
  4. None of these

Answer (Detailed Solution Below)

Option 3 : A Δ B

Sets Question 9 Detailed Solution

Download Solution PDF

Explanation:

(A - B) ∪ (B - A) =  A Δ B

Symmetric Difference of two Sets: Let A and B be two sets. The symmetric difference of sets A and B is the set (A - B) ∪ (B - A) and is denoted as A Δ B.

i.e A Δ B = (A - B) ∪ (B - A)

The Venn diagram representation of symmetric difference of two sets is shown below

F2 A.K 23.5.20 Pallavi D7

Let A = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}. Then the number of subsets of A containing exactly two elements is

  1. 20
  2. 40
  3. 45
  4. 90

Answer (Detailed Solution Below)

Option 3 : 45

Sets Question 10 Detailed Solution

Download Solution PDF

Concept:

Combination: Selecting r objects from given n objects.

  • The number of selections of r objects from the given n objects is denoted by \({{\rm{\;}}^{\rm{n}}}{{\rm{C}}_{\rm{r}}}{\rm{\;}}\)
  •  \({{\rm{\;}}^{\rm{n}}}{{\rm{C}}_{\rm{r}}}{\rm{}} = {\rm{}}\frac{{{\rm{n}}!}}{{{\rm{r}}!\left( {{\rm{n\;}} - {\rm{\;r}}} \right)!}}\)


Note: Use combinations if a problem calls for the number of ways of selecting objects.

Calculation:

Number of elements in A = 10

Number of subsets of A containing exactly two elements = Number of ways we can select 2 elements from 10 elements

⇒ Number of ways we can select 2 elements from 10 elements = 10C2 = 45

∴ Number of subsets of A containing exactly two elements = 45

If A = {1, 2, 3, 4, 5, 7, 8, 9} and B = {2, 4, 6, 7, 9} then find the number of proper subsets of A ∩  B ?

  1. 16
  2. 15
  3. 32
  4. 31

Answer (Detailed Solution Below)

Option 2 : 15

Sets Question 11 Detailed Solution

Download Solution PDF

CONCEPT:

Intersection:

Let A and B be two sets. The intersection of A and B is the set of all those elements which are present in both sets A and B.

The intersection of A and B is denoted by A ∩ B i.e A ∩ B = {x : x ∈ A and x ∈ B}

Note: If A is a non-empty set such that n(A) = m then numbers of proper subsets of A is given by 2m - 1.

CALCULATION:

Given: A = {1, 2, 3, 4, 5, 7, 8, 9} and B = {2, 4, 6, 7, 9}

As we know that, A ∩ B = {x : x ∈ A and x ∈ B}

⇒ A ∩ B = {2, 4, 7, 9}

As we can see that,

The number of elements present in A ∩ B = 4

i.e n(A ∩ B) = 4

As we know that;

If A is a non-empty set such that n(A) = m then

The numbers of proper subsets of A are given by 2m - 1.

So, The number of proper subsets of A ∩  B = 24 - 1 = 15

Hence, the correct option is 2

Two finite sets have m and n elements, then total number of subsets of the first set is 56 more than that the total number of subsets of the second. The values of m and n are

  1. (6, 3)
  2. (3, 6)
  3. (6, 4)
  4. (6, 2)

Answer (Detailed Solution Below)

Option 1 : (6, 3)

Sets Question 12 Detailed Solution

Download Solution PDF

Concept:

  • If a set contains n elements, then the total number of subsets will be 2n

 

Calculation:

Total number of subsets of the first is 2m while total number of subsets of the second is 2n.

Now it is given that

2m = 2n + 56

⇒ 2m - 2n = 56

⇒ 23(2m-3 - 2n-3) = 56

⇒ (2m-3 - 2n-3) = 7

⇒ (2m-3 - 2n-3) = 8 - 1

⇒ (2m-3 - 2n-3) = 23 - 20

Hence compare the terms,

m - 3 = 3 thus m = 6 and

n - 3 = 0 giving n = 3.

Hence, (m, n) = (6, 3)

If A ∩ B = A then A ∪ B is equal to ?

  1. A
  2. B
  3. ϕ 
  4. A'

Answer (Detailed Solution Below)

Option 2 : B

Sets Question 13 Detailed Solution

Download Solution PDF

Concept:

Union of the sets: 

Union of two given sets is the set that contains those elements that are either in A or in B, or in both.

The  union of the sets A and B, denoted by A U B

F2 A.K Madhu 05.06.20 D2

 

Intersection of Sets:

The intersection of two given sets is the largest set which contains all the elements that are common to both the sets.

The intersection of Sets A and B, denoted by A ∩ B

F2 A.K Madhu 05.06.20 D3

 

Formula:  A ∪ B = A + B - A ∩ B

 

Calculation:

Given: A ∩ B = A

To Find: A ∪ B

As we know, 

A ∪ B = A + B - A ∩ B

⇒ A ∪ B = A + B - A

∴ A ∪ B = B

If A and B are two sets then A ∩ (B ∪ A)c is equal to

  1. B
  2. A
  3. ϕ 
  4. A ∪ B

Answer (Detailed Solution Below)

Option 3 : ϕ 

Sets Question 14 Detailed Solution

Download Solution PDF

Concept:

De morgan's law:

(A ∪ B)c = Ac ∩ Bc

(A ∩ B)c = Ac ∪ Bc

Distributive law in sets:

A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)

 

Calculation:

Given: A and B are two sets

To Find: A ∩ (B ∪ A)c

As we know, (A ∪ B)c = Ac ∩ Bc

Therefore (B ∪ A)c = Bc ∩ Ac

Now A ∩ (B ∪ A)c = A ∩ (Bc ∩ Ac)

= (A ∩ Bc) ∩ (A ∩ Ac)             (Using distributive law)

= (A ∩ Bc) ∩ ϕ                        (∵ x ∩ ϕ = ϕ)

= ϕ 

Find the number of elements in the union of 4 sets A, B, C and D having 150, 180, 210 and 240 elements respectively, given that each pair of sets has 15 elements in common. Each triple of sets has 3 elements in common and A ∩ B ∩ C ∩ D = ϕ 

  1. 616
  2. 512
  3. 111
  4. 702

Answer (Detailed Solution Below)

Option 4 : 702

Sets Question 15 Detailed Solution

Download Solution PDF

Calculation:

Given: The four sets have 150, 180, 210 and 240 elements respectively

n(A) = 150

n(B) = 180

n(C) = 210

n(D) = 240

 

Each pair of sets has 15 elements

n(A ∩ B) = 15

n(A ∩ C) = 15

n(A ∩ D) = 15

n(B ∩ C) = 15

n(B ∩ D) = 15

n(C ∩ D) = 15

 

Each triple of sets has 3 elements

n(A ∩ B ∩ C) = 3

n(A ∩ B ∩ D) = 3

n(A ∩ C ∩ D) = 3

n(B ∩ C ∩ D) = 3

 

A ∩ B ∩ C ∩ D = ϕ 

n(A ∩ B ∩ C ∩ D) = 0

 

Now, number of elements in the union of 4 sets A, B, C and D

n(A ∪ B ∪ C ∪ D) = n(A) + n(B) + n(C) + n(D) - n(A ∩ B) - n(A ∩ C) - n(A ∩ D) - n(B ∩ C) - n(B ∩ D) - n(C ∩ D) + n(A ∩ B ∩ C) + n(A ∩ B ∩ D) + n(A ∩ C ∩ D) + n(B ∩ C ∩ D) - n(A ∩ B ∩ C ∩ D)

⇒ 150 + 180 + 210 + 240 - 6 × 15 + 4 × 3 - 0

∴ The required number of elements is 702.

Get Free Access Now
Hot Links: teen patti wink teen patti master golden india teen patti master 2025