All Exams Test series for 1 year @ ₹349 only
Question

Consider the proper subsets of {1, 2, 3, 4}. How many of these proper subsets are a superset of the set {3}?

This question was previously asked in
NDA 2020 GAT Previous Year Paper (06-Sep-2020)
The correct answer is

7

Understanding Proper Subsets and Supersets

This question asks us to find the number of proper subsets of the set {1, 2, 3, 4} that are also a superset of the set {3}. Let's break down the terms:

  • Subset: A set A is a subset of a set B if all elements of A are also elements of B.
  • Proper Subset: A set A is a proper subset of a set B if A is a subset of B, and A is not equal to B. In other words, B must contain at least one element not in A.
  • Superset: A set A is a superset of a set B if B is a subset of A. This means all elements of B are contained within A. In this question, we need subsets that are a superset of {3}, meaning the subset must contain the element 3.

Finding Subsets of {1, 2, 3, 4}

The given set is S = {1, 2, 3, 4}. The number of elements in this set is n = 4.

The total number of subsets of a set with n elements is given by \(2^n\).

For S = {1, 2, 3, 4}, the total number of subsets is \(2^4 = 16\).

Let's list all the subsets:

  • {} (the empty set)
  • {1}, {2}, {3}, {4} (subsets with one element)
  • {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4} (subsets with two elements)
  • {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4} (subsets with three elements)
  • {1,2,3,4} (subset with four elements, which is the set itself)

Identifying Proper Subsets

A proper subset is any subset except the set itself. So, we exclude the set {1, 2, 3, 4} from the list of subsets.

The number of proper subsets is \(2^n - 1 = 2^4 - 1 = 16 - 1 = 15\).

The proper subsets are:

  • {}
  • {1}, {2}, {3}, {4}
  • {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}
  • {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}

Finding Proper Subsets that are a Superset of {3}

We need to find the proper subsets from the list above that contain the element 3. These are the subsets that are a superset of {3}.

Let's go through the list of proper subsets and check which ones contain 3:

  • {} - Does not contain 3
  • {1} - Does not contain 3
  • {2} - Does not contain 3
  • {3} - Contains 3
  • {4} - Does not contain 3
  • {1,2} - Does not contain 3
  • {1,3} - Contains 3
  • {1,4} - Does not contain 3
  • {2,3} - Contains 3
  • {2,4} - Does not contain 3
  • {3,4} - Contains 3
  • {1,2,3} - Contains 3
  • {1,2,4} - Does not contain 3
  • {1,3,4} - Contains 3
  • {2,3,4} - Contains 3

The proper subsets that are also a superset of {3} are: {3}, {1,3}, {2,3}, {3,4}, {1,2,3}, {1,3,4}, {2,3,4}.

Counting the Subsets

Let's count the identified subsets:

  • {3}
  • {1,3}
  • {2,3}
  • {3,4}
  • {1,2,3}
  • {1,3,4}
  • {2,3,4}

There are 7 such subsets.

Alternatively, consider subsets of {1, 2, 3, 4} that contain 3. To form such a subset, 3 must be included. The remaining elements {1, 2, 4} can either be included or excluded. The number of ways to choose elements from {1, 2, 4} is \(2^3 = 8\).

These 8 subsets containing 3 are:

  • {3} (taking none from {1, 2, 4})
  • {1,3}, {2,3}, {4,3} (taking one from {1, 2, 4})
  • {1,2,3}, {1,4,3}, {2,4,3} (taking two from {1, 2, 4})
  • {1,2,4,3} (taking all three from {1, 2, 4})

These are {3}, {1,3}, {2,3}, {4,3} (={3,4}), {1,2,3}, {1,4,3} (={1,3,4}), {2,4,3} (={2,3,4}), {1,2,4,3} (={1,2,3,4}).

These are the 8 subsets of {1, 2, 3, 4} that contain 3 (i.e., are a superset of {3}). We need the ones that are also proper subsets. This means we exclude the set {1, 2, 3, 4} itself.

So, the proper subsets that contain 3 are the 8 subsets that contain 3, minus the set {1, 2, 3, 4}. This gives \(8 - 1 = 7\) subsets.

Summary Table

Subset Contains 3? (Superset of {3}?) Proper Subset of {1,2,3,4}? Meets Both Conditions?
{} No Yes No
{1} No Yes No
{2} No Yes No
{3} Yes Yes Yes
{4} No Yes No
{1,2} No Yes No
{1,3} Yes Yes Yes
{1,4} No Yes No
{2,3} Yes Yes Yes
{2,4} No Yes No
{3,4} Yes Yes Yes
{1,2,3} Yes Yes Yes
{1,2,4} No Yes No
{1,3,4} Yes Yes Yes
{2,3,4} Yes Yes Yes
{1,2,3,4} Yes No No

Counting the rows where "Meets Both Conditions?" is "Yes", we find there are 7 such subsets.

Conclusion

There are 7 proper subsets of {1, 2, 3, 4} that are also a superset of the set {3}.

Revision Table: Set Theory Concepts

Concept Definition Example (for S={1,2,3})
Set A collection of distinct objects. {1, 2, 3}
Subset (\(\subseteq\)) A is a subset of B if every element in A is also in B. {1, 2} \(\subseteq\) {1, 2, 3}
Proper Subset (\(\subset\)) A is a subset of B, and A \(\neq\) B. {1, 2} \(\subset\) {1, 2, 3}
Superset (\(\supseteq\)) A is a superset of B if B is a subset of A. {1, 2, 3} \(\supseteq\) {1, 2}
Cardinality (|\(A\)|) The number of elements in set A. |\({1, 2, 3}\)| = 3

Additional Information: Counting Subsets with Specific Elements

To find the number of subsets of a set S with n elements that contain a specific element 'x':

Consider the elements of S other than 'x'. There are \(n-1\) such elements. Any subset containing 'x' is formed by taking 'x' and then choosing any combination of the remaining \(n-1\) elements.

The number of subsets of the remaining \(n-1\) elements is \(2^{n-1}\). Each of these combinations, when combined with 'x', forms a unique subset of S that contains 'x'.

Therefore, the number of subsets of a set with n elements that contain a specific element is \(2^{n-1}\).

In our problem, the set is {1, 2, 3, 4} (n=4) and the specific element is 3. The number of subsets containing 3 is \(2^{4-1} = 2^3 = 8\).

These 8 subsets are the supersets of {3}. We needed the ones that are also proper subsets, which means we exclude the original set {1, 2, 3, 4}. So, \(8 - 1 = 7\).

Was this answer helpful?

Similar Questions

  1. If A = {{1, 2, 3}}, then how many elements are there in the power set of A?

  2. Consider the following statements in respect of two non-empty sets A and B :

    1. x ∉ (A ∪ B) ⇒ x ∉ A or x ∉ B

    2. x ∉ (A ∩ B) ⇒ x ∉ A and x ∉ B

    Which of the above statements is/are correct?

  3. Set \(X\) contains \(3n\) elements and set \(Y\) contains \(2n\) elements, and they have \(n\) elements in common. How many elements does \((X – Y ) \times (Y – X)\) have?
  4. If \(A\) and \(B\) are non-empty subsets of a set, and \(A^c\) and \(B^c\) represent their complements, then which of the following is/are correct? 

    I. \(A-B = B^c - A^c\) 

    II. \(A - B^c = A^c - B\) 

    Select the answer using the code given below.

  5. Consider the following statements in respect of two non-empty sets A and B :

    1. A ∪ B = A ∩ B if A = B

    2. A Δ B = ϕ  if A = B

    Which of the above statements is/are correct ?

  6. The Cartesian product A × A has 16 elements among which are (0, 2) and (1, 3). Which of the following statements is/are correct?

    1. It is possible to determine set A.

    2. A × A contains the element (3, 2).

    Select the correct answer using the code given below:


Important Questions from Sets

  1. Consider two subsets of ℝ 2given as, S1 = {[1, -2], [3, 5]} and S2 = {[1, 1], [0, 0]}. Then,

  2. The standard ordered basis of ℝ 2is {e 1, e 2}. Let T : ℝ 2 → ℝ 2 be the linear transformation such that T reflects the points through the line x 1= -x 2. The standard matrix of T is:

  3. In a class, 20 students opted for physics, 17 for Maths, 12 for both physics and maths and 10 students for other subjects. The class contains how many students?

  4. A college awarded 38 medals in Football, 15 in Basketball and 20 in Cricket. If these medals went to a total of 58 men and only 3 men got medals in all the 3 sports, how many received medals in exactly two of the 3 sports?

  5. The set N of natural numbers is:

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1016 Attempts
4.6(135)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App