JEE Main & Advanced

Sets

Sets and Set Theory

1
Module 1

Foundations of Set Theory

Definition and Representations of SetsTopic 1

A set is a well-defined collection of distinct objects, meaning that a clear mathematical rule determines whether any given element belongs to the set. Sets are conventionally represented in two forms: Roster (Tabular) Form, where all elements are explicitly listed inside curly brackets separated by commas, and Set-Builder Form, where elements are described by their defining mathematical property, written as $A = \{x : P(x)\}$. A common conceptual pitfall in JEE is overlooking the structural constraints placed on variables within set-builder notation (such as domain restrictions like $x \in \mathbb{Z}$ versus $x \in \mathbb{R}$), which dramatically changes the cardinality of the set.

Worked Examples
1

Express the set $A = \{x \in \mathbb{Z} : |2x - 3| \le 5\}$ in roster form and find its cardinality.

Show solution

To determine the elements of set $A$, we must solve the absolute value inequality within the domain of integers ($\mathbb{Z}$): \[ |2x - 3| \le 5 \implies -5 \le 2x - 3 \le 5 \] Add $3$ across all parts of the compound inequality: \[ -2 \le 2x \le 8 \] Divide the inequality by $2$: \[ -1 \le x \le 4 \] Since $x \in \mathbb{Z}$, extract all integers that lie within this closed interval: \[ x \in \{-1, 0, 1, 2, 3, 4\} \] Listing these elements inside curly braces gives the roster form of the set: \[ A = \{-1, 0, 1, 2, 3, 4\} \] Counting the distinct elements, we find the cardinality $|A| = 6$. Final Answer: $A = \{-1, 0, 1, 2, 3, 4\}$ with cardinality $6$.

2

Write the set $B = \left\{\frac{1}{2}, \frac{2}{5}, \frac{3}{10}, \frac{4}{17}, \frac{5}{26}\right\}$ in standard set-builder notation.

Show solution
Let us analyze the relationship between the numerators and denominators of the given fractions:
  • Term 1: $\frac{1}{2} = \frac{1}{1^2 + 1}$
  • Term 2: $\frac{2}{5} = \frac{2}{2^2 + 1}$
  • Term 3: $\frac{3}{10} = \frac{3}{3^2 + 1}$
  • Term 4: $\frac{4}{17} = \frac{4}{4^2 + 1}$
  • Term 5: $\frac{5}{26} = \frac{5}{5^2 + 1}$
We can observe a clear structural pattern where each term is of the algebraic form $\frac{n}{n^2 + 1}$. The parameter $n$ takes consecutive integer values from $1$ up to $5$. We restrict $n$ to the set of natural numbers ($\mathbb{N}$). Thus, writing this rule in standard set-builder format: \[ B = \left\{x : x = \frac{n}{n^2 + 1}, \ n \in \mathbb{N} \text{ and } 1 \le n \le 5\right\} \] Final Answer: $\left\{x : x = \frac{n}{n^2 + 1}, n \in \mathbb{N} \text{ and } 1 \le n \le 5\right\}$.
3

Let $X = \{x \in \mathbb{R} : x^2 - 5x + 6 = 0\}$ and $Y = \{x \in \mathbb{Z} : x^2 - 5x + 6 = 0\}$. Determine whether these sets are identical or different under their respective domain rules.

Show solution
First, let us solve the underlying quadratic equation which defines the elements for both sets: \[ x^2 - 5x + 6 = 0 \implies (x-2)(x-3) = 0 \implies x = 2 \text{ or } x = 3 \] Now, evaluate these solutions against the specific domain constraints of each set:
  • For Set $X$: The constraint is $x \in \mathbb{R}$ (Real Numbers). Since both $2$ and $3$ are real numbers, $X = \{2, 3\}$.
  • For Set $Y$: The constraint is $x \in \mathbb{Z}$ (Integers). Since both $2$ and $3$ are integers, $Y = \{2, 3\}$.
Comparing the two collections, all elements are identical, so $X = Y$. (Note: If the solution contained a fraction like $x = \frac{1}{2}$, it would belong to $X$ but be excluded from $Y$). Final Answer: The sets are completely identical ($X = Y = \{2, 3\}$).
✎ Self-Check — 5 questions0 / 5
Q1.The roster representation of the set $S = \{x \in \mathbb{R} : x^2 + 1 = 0\}$ is:
Q2.Let $A = \{x \in \mathbb{Z} : x^2 < 10\}$. The total number of elements inside set $A$ is:
Q3.Which of the following collections cannot be defined as a mathematically valid set?
Q4.If a set is defined in set-builder form as $M = \{x \in \mathbb{R} : 0 < x < 1\}$, its roster representation:
Q5.The set-builder format $\{x : x \text{ is a letter in the word `U DGAM'}\}$ matches a roster set of cardinality:

Types of Sets, Subsets and CardinalityTopic 2

Sets are structurally categorized based on their element counts. The Empty Set ($\emptyset$ or $\{\}$) contains $0$ elements. A Singleton Set contains exactly $1$ element. Finite Sets have a countable cardinality $n \in \mathbb{N}_0$, while Infinite Sets cannot be fully counted. Set $A$ is a Subset of $B$ ($A \subseteq B$) if every element in $A$ also belongs to $B$. If $A \subseteq B$ and $A \neq B$, then $A$ is a Proper Subset ($A \subset B$). A common mistake in advanced questions is confusing element membership ($\in$) with subset containment ($\subseteq$), especially when sets contain other sets as elements (e.g., if $A = \{1, \{2\}\}$, then $\{2\} \in A$ but $\{2\} \not\subseteq A$).

Worked Examples
1

Let $A = \{1, 2, \{3, 4\}, 5\}$. Determine whether the following structural statements are true or false: (a) $\{3, 4\} \subseteq A$, (b) $\{3, 4\} \in A$, and (c) $\{\{3, 4\}\} \subseteq A$.

Show solution
Let us analyze the elements belonging to set $A$. The distinct elements inside $A$ are: the integer $1$, the integer $2$, the compound set item $\{3, 4\}$, and the integer $5$.
  • Statement (a): $\{3, 4\} \subseteq A$. For this to be true, the components $3$ and $4$ must be individual elements of $A$. Looking at our list, neither $3$ nor $4$ is an independent element of $A$. Therefore, this statement is False.
  • Statement (b): $\{3, 4\} \in A$. This statement asserts that the set object $\{3, 4\}$ is an explicit element of $A$. This matches our list perfectly. Therefore, this statement is True.
  • Statement (c): $\{\{3, 4\}\} \subseteq A$. This subset statement is true if the element inside the outer braces, which is the object $\{3, 4\}$, belongs to $A$. Since $\{3, 4\} \in A$ is true from part (b), this containment statement is True.
Final Answer: (a) False, (b) True, (c) True.
2

Find the total number of subsets and proper subsets of the set $X = \{x \in \mathbb{Z} : x^2 - x - 2 = 0\}$.

Show solution
First, find the elements of set $X$ by solving the quadratic equation within the domain of integers: \[ x^2 - x - 2 = 0 \implies (x-2)(x+1) = 0 \implies x = 2 \text{ or } x = -1 \] Since both solutions are valid integers, write $X$ in roster form: \[ X = \{-1, 2\} \] The cardinality of set $X$ is $n = |X| = 2$. Now apply the combinations and cardinality formulas:
  • Total number of subsets $= 2^n = 2^2 = 4$. (The subsets are $\emptyset$, $\{-1\}$, $\{2\}$, and $\{-1, 2\}$).
  • Total number of proper subsets $= 2^n - 1 = 4 - 1 = 3$. (We exclude the set $X$ itself).
Final Answer: Subsets $= 4$, Proper Subsets $= 3$.
3

Identify the type of set represented by $S = \{x \in \mathbb{R} : x^2 - 4x + 5 = 0\}$.

Show solution

Let us solve the defining quadratic condition over the real numbers domain: \[ x^2 - 4x + 5 = 0 \] Check the discriminant to determine the nature of the roots: \[ D = b^2 - 4ac = (-4)^2 - 4(1)(5) = 16 - 20 = -4 < 0 \] Since the discriminant is negative, this equation has no real roots. It only produces complex conjugate solutions. Because the set-builder notation explicitly restricts the domain to real numbers ($x \in \mathbb{R}$), no values satisfy the condition. Therefore, the set contains zero elements. \[ S = \emptyset \] This is an Empty (Null) Set. Final Answer: Empty Set ($\emptyset$).

✎ Self-Check — 5 questions0 / 5
Q1.Let $A = \{1, \{2, 3\}\}$. Which of the following statements is mathematically correct?
Q2.The total number of proper subsets of a finite set containing exactly 5 elements is:
Q3.Two sets are defined as $A = \{x \in \mathbb{R} : x^2 - 3x + 2 = 0\}$ and $B = \{1, 2\}$. These sets can be classified as:
Q4.Which of the following represents a singleton set?
Q5.If a set contains exactly $0$ elements, its total number of subsets is equal to:

The Power Set and Its CardinalityTopic 3

The Power Set of a set $A$, denoted as $\mathcal{P}(A)$ or $2^A$, is the collection of all possible subsets of $A$. Mathematically, $\mathcal{P}(A) = \{X : X \subseteq A\}$. Crucially, both the empty set $\emptyset$ and the set $A$ itself are always elements of $\mathcal{P}(A)$. If the cardinality of a finite set $A$ is $|A| = n$, then the cardinality of its power set is given by the formula $|\mathcal{P}(A)| = 2^n$. A common mistake in multi-tier power set problems (e.g., finding $|\mathcal{P}(\mathcal{P}(\mathcal{P}(\emptyset)))|$) is miscounting how the layers scale exponentially.

Worked Examples
1

Given the finite set $A = \{a, b\}$, write out the full power set $\mathcal{P}(A)$ explicitly in roster form.

Show solution
To construct the power set $\mathcal{P}(A)$, we must list every possible subset of $A$:
  1. The subset containing zero elements (null set): $\emptyset$
  2. Subsets containing exactly one element (singletons): $\{a\}$ and $\{b\}$
  3. The subset containing both elements (the set itself): $\{a, b\}$
Combine these four subsets as elements inside a larger set bracket: \[ \mathcal{P}(A) = \{\emptyset, \{a\}, \{b\}, \{a, b\}\} \] Let us verify the cardinality: $|A| = 2 \implies |\mathcal{P}(A)| = 2^2 = 4$. This matches our explicit list. Final Answer: $\mathcal{P}(A) = \{\emptyset, \{a\}, \{b\}, \{a, b\}\}$.
2

Find the total number of elements inside the multi-tier nested power set expression $|\mathcal{P}(\mathcal{P}(\mathcal{P}(\emptyset)))|$.

Show solution
Let us evaluate the cardinality layer-by-layer, starting from the innermost core set:
  • Step 1: Let the base set be $A_0 = \emptyset$. The cardinality of the empty set is $|A_0| = 0$.
  • Step 2: Find the cardinality of the first power set layer, $A_1 = \mathcal{P}(A_0)$: \[ |A_1| = 2^{|A_0|} = 2^0 = 1 \] (The set is $A_1 = \{\emptyset\}$).
  • Step 3: Find the cardinality of the second power set layer, $A_2 = \mathcal{P}(A_1)$: \[ |A_2| = 2^{|A_1|} = 2^1 = 2 \] (The set is $A_2 = \{\emptyset, \{\emptyset\}\}$).
  • Step 4: Find the cardinality of the final outermost power set layer, $A_3 = \mathcal{P}(A_2)$: \[ |A_3| = 2^{|A_2|} = 2^2 = 4 \]
Final Answer: $4$.
3

If $X$ is a set such that $\mathcal{P}(X)$ has exactly $64$ elements, find the number of elements inside set $X$.

Show solution

Let the cardinality of set $X$ be $|X| = n$. According to the power set cardinality theorem, the total number of elements inside $\mathcal{P}(X)$ is given by $2^n$. Set up the equation using the given value: \[ 2^n = 64 \] Express $64$ as a base-2 exponential power: \[ 64 = 2^6 \implies 2^n = 2^6 \] Equating the exponents yields: \[ n = 6 \] Thus, set $X$ contains exactly $6$ elements. Final Answer: $6$.

✎ Self-Check — 5 questions0 / 5
Q1.If a set is empty ($A = \emptyset$), then its power set $\mathcal{P}(A)$ is written as:
Q2.For any finite set $A$, if $|\mathcal{P}(A)| = 128$, then the number of elements inside $A$ is:
Q3.Let $X = \{1, 2, 3\}$. Which of the following objects is NOT a valid element of the power set $\mathcal{P}(X)$?
Q4.The total number of elements inside the nested expression $|\mathcal{P}(\mathcal{P}(\emptyset))|$ is:
Q5.If a set $A$ has $n$ elements, the total number of non-empty subsets it can form is:
2
Module 2

Set Operations & Algebraic Laws

Primary Set Operations & Venn DiagramsTopic 1

Set operations allow us to combine or modify collections of objects. The Union ($A \cup B$) combines all elements belonging to $A$, $B$, or both. The Intersection ($A \cap B$) extracts only the shared elements that belong to both sets simultaneously. The Difference ($A - B$) removes all elements of $B$ from $A$. The Symmetric Difference ($A \triangle B = (A-B) \cup (B-A)$) captures elements that belong to exactly one of the sets, but not both. The Complement ($A'$) contains all elements in the Universal Set ($U$) that do not belong to $A$. Venn diagrams provide an excellent way to visualize these properties geometrically.

Worked Examples
1

Given the universal set $U = \{1, 2, 3, \dots, 10\}$ and two subsets $A = \{1, 3, 5, 7, 9\}$, $B = \{2, 3, 5, 7\}$, evaluate the symmetric difference set $A \triangle B$.

Show solution
To evaluate the symmetric difference $A \triangle B = (A - B) \cup (B - A)$, calculate the individual set differences first:
  • Find $A - B$: Remove all elements of $B$ from $A$. The elements $3, 5, 7$ are shared, so removing them leaves: \[ A - B = \{1, 9\} \]
  • Find $B - A$: Remove all elements of $A$ from $B$: \[ B - A = \{2\} \]
Now combine these two resulting differences using a set union operation: \[ A \triangle B = \{1, 9\} \cup \{2\} = \{1, 2, 9\} \] Final Answer: $A \triangle B = \{1, 2, 9\}$.
2

If $X$ and $Y$ are two sets such that $X \cap Y = X$, prove that $X \subseteq Y$ using element containment definitions.

Show solution

Let us use deductive element analysis to prove this property: To prove that $X$ is a subset of $Y$ ($X \subseteq Y$), we must show that any arbitrary element $x$ that belongs to $X$ must also belong to $Y$. \[ \text{Let } x \in X \] The problem provides the identity equation $X = X \cap Y$. Substitute this into our statement: \[ \text{Since } X = X \cap Y, \text{ then } x \in (X \cap Y) \] By the definition of a set intersection, an element belongs to $X \cap Y$ if and only if it belongs to both sets simultaneously: \[ x \in X \quad \text{and} \quad x \in Y \] This directly implies that $x \in Y$. Since choosing any arbitrary element $x \in X$ logically proves that $x \in Y$, then $X \subseteq Y$. Final Answer: Proved.

3

Let the universal set be the set of real numbers $\mathbb{R}$. If $A = (2, 5]$ and $B = [4, 7)$ are intervals, find the set difference $A - B$.

Show solution

Intervals are continuous sets of real numbers. Let us look at the overlapping sections of the two intervals: \[ A = \{x \in \mathbb{R} : 2 < x \le 5\} \] \[ B = \{x \in \mathbb{R} : 4 \le x < 7\} \] The operation $A - B$ removes all real numbers that belong to $B$ from the interval $A$. The values shared between the two sets lie in the interval $[4, 5]$. Removing these numbers from $A$ leaves the remaining section of the interval: The values start immediately after $2$ and stop just before $4$. Since $4 \in B$, it is removed from $A$, so the upper bound at $4$ becomes an open boundary. \[ A - B = (2, 4) \] Final Answer: $A - B = (2, 4)$.

✎ Self-Check — 5 questions0 / 5
Q1.If $A = \{1, 2, 3\}$ and $B = \{3, 4, 5\}$, then the intersection set $A \cap B$ is:
Q2.For any set $A$ defined inside a universal set $U$, the intersection of $A$ with its complement $A'$ ($A \cap A'$) always yields:
Q3.The shaded region in a Venn diagram representing the operation $U - (A \cup B)$ corresponds to:
Q4.If $A \cup B = A \cap B$ for two sets $A$ and $B$, then which condition must be met?
Q5.Given $A = \{2, 4, 6\}$ and $B = \{1, 3, 5\}$, the set difference $A - B$ is equal to:

Laws of Algebra of Sets & De Morgan's DualsTopic 2

Set operations follow algebraic laws that are structurally identical to propositional logic rules. These include Idempotent Laws ($A \cup A = A$), Identity Laws ($A \cap U = A$), and Distributive Laws, which allow an operation to distribute over another: \[ A \cap (B \cup C) = (A \cap B) \cup (A \cap C) \] De Morgan's Laws describe how a complement distributes over a union or intersection, flipping the operation in the process: \[ (A \cup B)' = A' \cap B' \quad \text{and} \quad (A \cap B)' = A' \cup B' \] In the JEE Advanced exam, a common pitfall is dropping parenthetical brackets when applying distributive or complement laws, which leads to algebraic errors.

Worked Examples
1

Simplify the complex set expression: $E = (A \cap B) \cup (A \cap B')$.

Show solution

We can simplify this expression efficiently by applying the Distributive Law in reverse. Notice that the term $A \cap$ is shared by both parts of the union: \[ (A \cap B) \cup (A \cap B') = A \cap (B \cup B') \] Now analyze the term inside the parentheses using the Complementation Law. The union of any set with its own complement always forms the complete Universal Set ($U$): \[ B \cup B' = U \] Substitute this back into our expression: \[ E = A \cap U \] Finally, apply the Identity Law. The intersection of any set with the universal set returns the original set unchanged: \[ A \cap U = A \] Final Answer: $A$.

2

Prove De Morgan's Law $(A \cup B)' = A' \cap B'$ using element-wise logical steps.

Show solution

To prove that these two expressions are identical, we must show that an arbitrary element $x$ belonging to the left-hand side logically implies it belongs to the right-hand side: \[ \text{Let } x \in (A \cup B)' \] By the definition of a set complement, if an element belongs to the complement of a set, it does not belong to the set itself: \[ x \notin (A \cup B) \] Using the logical definition of a set union, an element belongs to $A \cup B$ if it belongs to $A$ OR it belongs to $B$. For an element to *not* belong to the union, it must not belong to $A$ AND it must not belong to $B$: \[ x \notin A \quad \text{and} \quad x \notin B \] Convert these individual non-membership statements into membership statements using complements: \[ x \in A' \quad \text{and} \quad x \in B' \] By the definition of a set intersection, an element that belongs to both $A'$ and $B'$ at the same time belongs to their intersection: \[ x \in (A' \cap B') \] Since $x \in (A \cup B)' \implies x \in (A' \cap B')$, the identity is proven. Final Answer: Proved.

3

Simplify the expression $X = [A \cup (A \cap B)] \cap C$.

Show solution

Let us first look at the expression inside the square brackets: $A \cup (A \cap B)$. According to the Absorption Law in set algebra, a set unioned with its intersection with another set simply absorbs the intersection, returning the original set: \[ A \cup (A \cap B) = A \] Let us verify this visually: $A \cap B$ is a subset of $A$. Therefore, unioning it with $A$ adds no new elements, leaving the set $A$ unchanged.
Substitute this simplified result back into the main expression: \[ X = A \cap C \] Final Answer: $A \cap C$.

✎ Self-Check — 5 questions0 / 5
Q1.The algebraic expression $A \cap (B \cup C)$ is perfectly identical to:
Q2.According to De Morgan's Laws, the complement expression $(A \cap B)'$ expands to:
Q3.The absorption identity expression $A \cap (A \cup B)$ simplifies directly to:
Q4.The expression $(A')'$ represents the double complement of set $A$, which simplifies to:
Q5.Simplify the expression $(A \cap U) \cup (B \cap \emptyset)$:
3
Module 3

Cardinality & Inclusion-Exclusion

Cardinality Formulas & Inclusion-Exclusion PrincipleTopic 1

Cardinality formulas allow us to count the number of elements in unions and intersections of sets. For two sets, the formula is $|A \cup B| = |A| + |B| - |A \cap B|$, where we subtract the intersection to avoid double-counting the shared elements. For three sets, we use the Principle of Inclusion-Exclusion (PIE): \[ |A \cup B \cup C| = |A| + |B| + |C| - |A \cap B| - |B \cap C| - |A \cap C| + |A \cap B \cap C| \] This principle scales to any finite number of sets by alternating between adding single sets, subtracting pairs, adding triples, and so on.

Worked Examples
1

In a class of $60$ students, $35$ survey inputs state they like Mathematics, $20$ state they like Physics, and $12$ state they like both subjects. Find the number of students who like neither Mathematics nor Physics.

Show solution

Let $M$ represent the set of students who like Mathematics, and $P$ represent the set of students who like Physics. Identify the given values from the problem statement: The total number of students is the universal set size: $|U| = 60$.
The individual category counts are: $|M| = 35$ and $|P| = 20$.
The number of students who like both subjects is the intersection size: $|M \cap P| = 12$.
Step 1: Calculate the number of students who like at least one of the two subjects ($|M \cup P|$) using the two-set cardinality formula: \[ |M \cup P| = |M| + |B| - |M \cap P| \] Substitute the given values into the equation: \[ |M \cup P| = 35 + 20 - 12 = 55 - 12 = 43 \] Step 2: Find the number of students who like neither subject. This matches the complement of the union, $(M \cup P)'$, which can be found by subtracting the union size from the total universal set size: \[ \text{Neither} = |U| - |M \cup P| = 60 - 43 = 17 \] Final Answer: 17 students.

2

Develop an explicit formula to find the number of elements that belong to exactly one of the two sets $A$ or $B$.

Show solution

The region corresponding to elements that belong to exactly one of the two sets is the symmetric difference, $A \triangle B = (A - B) \cup (B - A)$. Let us find its cardinality formula using standard unions and intersections.
From a Venn diagram, the total union $A \cup B$ is made of three disjoint regions: elements in $A$ only ($A-B$), elements in $B$ only ($B-A$), and elements in both ($A \cap B$). \[ |A \cup B| = |A - B| + |B - A| + |A \cap B| \] The symmetric difference excludes the shared intersection region: \[ |A \triangle B| = |A - B| + |B - A| \] Isolate this sum by substituting it into the first equation: \[ |A \cup B| = |A \triangle B| + |A \cap B| \implies |A \triangle B| = |A \cup B| - |A \cap B| \] Now expand the union term $|A \cup B|$ using the standard two-set formula $|A| + |B| - |A \cap B|$: \[ |A \triangle B| = (|A| + |B| - |A \cap B|) - |A \cap B| = |A| + |B| - 2|A \cap B| \] This is the required formula. Final Answer: $|A| + |B| - 2|A \cap B|$.

3

A survey of $100$ students tracks language preferences: $50$ study Hindi ($H$), $40$ study English ($E$), and $30$ study Sanskrit ($S$). The intersections are logged as: $|H \cap E| = 15$, $|E \cap S| = 12$, and $|H \cap S| = 10$. If $5$ students study all three languages, find how many students study at least one language.

Show solution

To find the number of students who study at least one language, we must calculate the cardinality of the full union $|H \cup E \cup S|$. Apply the three-set Principle of Inclusion-Exclusion (PIE): \[ |H \cup E \cup S| = |H| + |E| + |S| - |H \cap E| - |E \cap S| - |H \cap S| + |H \cap E \cap S| \] Substitute the given values directly into the formula: \[ |H \cup E \cup S| = 50 + 40 + 30 - 15 - 12 - 10 + 5 \] Calculate the intermediate sums and differences systematically from left to right: \[ \text{Sum of singles} = 50 + 40 + 30 = 120 \] \[ \text{Subtract pairs} = 120 - 15 - 12 - 10 = 83 \] \[ \text{Add triple} = 83 + 5 = 88 \] Thus, exactly $88$ students study at least one language. Final Answer: 88 students.

✎ Self-Check — 5 questions0 / 5
Q1.If $|A| = 20$, $|B| = 25$, and $|A \cup B| = 40$, then the intersection cardinality $|A \cap B|$ is:
Q2.The number of elements belonging to exactly fields inside a three-set PIE diagram can be found by evaluating:
Q3.In a survey of 100 people, 70 like coffee and 60 like tea. The minimum possible number of people who like both options is:
Q4.If three sets are completely mutually disjoint (meaning they share zero elements, so all intersections are empty), the expression $|A \cup B \cup C|$ simplifies to:
Q5.If $|A - B| = 18$, $|B - A| = 22$, and $|A \cap B| = 10$, then the total union cardinality $|A \cup B|$ is:

Ready to test yourself?

Attempt the full timed mock tests — Main & Advanced level.

Start Mock Test 1 →