Questions & Answers: "Sets"

Complete guide to "Sets" for Math students. Below you will find important questions and model answers to help you prepare.

Explore Related Topics

We are building a dedicated quiz for this topic, but you can test your skills on a similar concept: Relation - NCERT-XI Practice Set 1.

Try Related Quiz

Filter by Source

Extra Practice

3 Questions
1.

Let A={x:xR,x25x+6=0}A = \{x : x \in \mathbb{R}, x^2 - 5x + 6 = 0\} and B={x:xR,x2=9}B = \{x : x \in \mathbb{R}, x^2 = 9\}. The number of elements in the power set P(AΔB)P(A \Delta B), where Δ\Delta denotes the symmetric difference, is:

Options

2

4

8

16

Explanation

First, we solve the quadratic equation for set AA: x25x+6=0    (x2)(x3)=0x^2 - 5x + 6 = 0 \implies (x-2)(x-3) = 0, so A={2,3}A = \{2, 3\}. For set BB, x2=9    x=±3x^2 = 9 \implies x = \pm 3, so B={3,3}B = \{-3, 3\}. The symmetric difference AΔBA \Delta B is defined as (AB)(AB)(A \cup B) - (A \cap B). Here AB={2,3,3}A \cup B = \{2, 3, -3\} and AB={3}A \cap B = \{3\}. Thus, AΔB={2,3}A \Delta B = \{2, -3\}. The number of elements in AΔBA \Delta B is n=2n = 2. The number of elements in the power set P(S)P(S) is given by 2n2^n. Therefore, n(P(AΔB))=22=4n(P(A \Delta B)) = 2^2 = 4. Option 1 is incorrect because it is the cardinality of the symmetric difference itself, not its power set. Options 3 and 4 are incorrect because they use wrong values for nn in the 2n2^n formula.

2.

In a survey of 400 students in a school, 100 were listed as taking apple juice, 150 as taking orange juice, and 75 were listed as taking both. How many students were taking neither apple juice nor orange juice?

Options

225

175

150

250

Explanation

Let UU be the universal set of students, AA be the set of students taking apple juice, and OO be the set of students taking orange juice. We are given n(U)=400n(U) = 400, n(A)=100n(A) = 100, n(O)=150n(O) = 150, and n(AO)=75n(A \cap O) = 75. According to the principle of inclusion-exclusion, the number of students taking at least one juice is n(AO)=n(A)+n(O)n(AO)=100+15075=175n(A \cup O) = n(A) + n(O) - n(A \cap O) = 100 + 150 - 75 = 175. The number of students taking neither juice is the complement of the union, n(AO)=n((AO))=n(U)n(AO)=400175=225n(A' \cap O') = n((A \cup O)') = n(U) - n(A \cup O) = 400 - 175 = 225. Option 2 is the number of students taking at least one juice. Option 3 and 4 represent common calculation errors such as neglecting the intersection or subtracting from a different base.

3.

Let A={x:x=4n3n1,nN}A = \{x : x = 4^n - 3n - 1, n \in \mathbb{N}\} and B={x:x=9(n1),nN}B = \{x : x = 9(n-1), n \in \mathbb{N}\}. Which of the following statements is true?

Options

ABA \subset B

BAB \subset A

A=BA = B

AB=A \cap B = \emptyset

Explanation

Using the Binomial Theorem, 4n=(1+3)n=1+3n+(n2)32+(n3)33++3n4^n = (1+3)^n = 1 + 3n + \binom{n}{2}3^2 + \binom{n}{3}3^3 + \dots + 3^n. Substituting this into the expression for set AA, we get 4n3n1=9[(n2)+3(n3)++3n2]4^n - 3n - 1 = 9[\binom{n}{2} + 3\binom{n}{3} + \dots + 3^{n-2}]. Since the expression in the brackets is an integer for n2n \ge 2, every element of AA is a multiple of 9. For n=1,A=0n=1, A=0; n=2,A=9n=2, A=9; n=3,A=54n=3, A=54. Set BB consists of all non-negative multiples of 9: B={0,9,18,27,36,45,54,}B = \{0, 9, 18, 27, 36, 45, 54, \dots\}. Every element in AA exists in BB, but elements like 18 and 27 are in BB but not in AA. Thus, AA is a proper subset of BB (ABA \subset B). Option 2 is false as BB is larger. Option 3 is false because ABA \neq B. Option 4 is false because they share common elements like 0 and 9.