Study Guide

Sets: ICSE Class 7 Complete Guide

The chapter CBSE does not teach until later. Roster, set builder, types, subsets, Venn diagrams and simple union intersection.

ICSEClass 7
SparkEd Math9 April 202611 min read
ICSE Class 7 student drawing a Venn diagram with overlapping circles

An ICSE Only Chapter That Pays Off for Years

When I first told a Class 7 CBSE student that her ICSE cousin was learning sets already, she looked at me like I had said Martian. Sets in Class 7? In CBSE, sets first appear in Class 11, so nearly every CBSE student is meeting them for the first time at age 16. ICSE students get to meet them four years earlier, at age 12 or 13. That is a huge head start.

The Selina sets chapter in Class 7 is gentle. It introduces the idea that a collection of well defined objects can be written in different ways, it defines a few types of special sets, and it ends with simple Venn diagrams and basic union intersection. No proofs, no fancy notation, just clean definitions and plenty of examples. Most students actually find this chapter easier than algebraic expressions or percentages, because it is mostly about learning new vocabulary.

This guide covers every idea your child needs for their ICSE Class 7 exam. It also explains why this chapter is worth doing carefully, because the Class 11 sets chapter directly builds on everything you do here.

What Is a Set?

A set is a collection of well defined, distinct objects. Each object in the set is called an element or member of the set.

'Well defined' means there should be no ambiguity about whether an object belongs to the set or not. 'Tall people' is not a well defined set because tall is subjective. 'People taller than 180 cm' is a well defined set.

'Distinct' means no element is repeated. The set {1,2,2,3}\{1, 2, 2, 3\} is written {1,2,3}\{1, 2, 3\} because duplicates do not count.

Examples of sets:

* The set of vowels in English: {a,e,i,o,u}\{a, e, i, o, u\}
* The set of even numbers less than 10: {2,4,6,8}\{2, 4, 6, 8\}
* The set of primary colours: {red,blue,yellow}\{\text{red}, \text{blue}, \text{yellow}\}

Not sets:

* 'The set of nice people' (not well defined)
* 'The set of good movies' (subjective)

Sets are usually named with capital letters like AA, BB, CC. Elements are named with lowercase letters.

Notation for membership: if xx is an element of set AA, we write xAx \in A. If it is not, we write xAx \notin A. So if A={1,2,3}A = \{1, 2, 3\}, then 2A2 \in A and 5A5 \notin A.

Two Ways to Write a Set

Selina asks you to represent a set in two forms, and questions frequently require you to convert between them.

Roster form (also called tabular form): list all the elements inside curly braces, separated by commas.

Example: A={2,4,6,8,10}A = \{2, 4, 6, 8, 10\} is the set of even numbers from 2 to 10 in roster form.

Set builder form: describe the elements using a rule or property.

Example: A={x:x is an even number and 2x10}A = \{x : x \text{ is an even number and } 2 \le x \le 10\}.

Read this as 'A is the set of all xx such that xx is an even number and xx is between 2 and 10 inclusive'. The colon stands for 'such that'.

Worked example 1: Write the set B={1,4,9,16,25}B = \{1, 4, 9, 16, 25\} in set builder form.

Solution: These numbers are the squares of 1,2,3,4,51, 2, 3, 4, 5.

B={x:x=n2 where n{1,2,3,4,5}}B = \{x : x = n^2 \text{ where } n \in \{1, 2, 3, 4, 5\}\}

Or more simply: B={x:x is a perfect square and 1x25}B = \{x : x \text{ is a perfect square and } 1 \le x \le 25\}.

Worked example 2: Write the set C={x:x is a prime number and x<20}C = \{x : x \text{ is a prime number and } x < 20\} in roster form.

Solution: The primes less than 20 are 2, 3, 5, 7, 11, 13, 17, 19.

C={2,3,5,7,11,13,17,19}C = \{2, 3, 5, 7, 11, 13, 17, 19\}

Practice flipping between these two forms. It is a quick way to pick up easy marks in the exam.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Types of Sets

Selina introduces six special types of sets that you need to know by name.

Empty set (also called null set or void set): a set with no elements. Written as {}\{\} or \emptyset.

Example: the set of triangles with four sides is empty.

Singleton set: a set with exactly one element.

Example: {3}\{3\} is a singleton. The set of the current President of India is also singleton.

Finite set: a set with a countable number of elements.

Example: A={1,2,3,,100}A = \{1, 2, 3, \ldots, 100\} is finite.

Infinite set: a set whose elements cannot be counted (they go on forever).

Example: the set of natural numbers {1,2,3,}\{1, 2, 3, \ldots\} is infinite.

Equal sets: two sets are equal if they have exactly the same elements.

Example: {1,2,3}\{1, 2, 3\} and {3,2,1}\{3, 2, 1\} are equal because order does not matter in sets.

Equivalent sets: two sets are equivalent if they have the same number of elements, regardless of what those elements are.

Example: {a,b,c}\{a, b, c\} and {1,2,3}\{1, 2, 3\} are equivalent (both have 3 elements) but not equal.

Note: all equal sets are equivalent, but not all equivalent sets are equal. This distinction is a popular true or false question in ICSE exams.

Cardinal Number and Subsets

The cardinal number of a set AA is the number of elements in it. Written as n(A)n(A).

For A={2,4,6,8,10}A = \{2, 4, 6, 8, 10\}, n(A)=5n(A) = 5.

For the empty set, n()=0n(\emptyset) = 0.

Subset: a set BB is a subset of set AA if every element of BB is also in AA. Written as BAB \subseteq A.

Example: if A={1,2,3,4,5}A = \{1, 2, 3, 4, 5\} and B={2,4}B = \{2, 4\}, then BAB \subseteq A.

Two important facts:

* Every set is a subset of itself: AAA \subseteq A.
* The empty set is a subset of every set: A\emptyset \subseteq A.

Proper subset: BB is a proper subset of AA if BAB \subseteq A and BAB \ne A. Written as BAB \subset A.

Worked example 3: List all subsets of A={1,2,3}A = \{1, 2, 3\}.

Solution: The subsets are the empty set, all singletons, all pairs and the full set.

,{1},{2},{3},{1,2},{1,3},{2,3},{1,2,3}\emptyset, \{1\}, \{2\}, \{3\}, \{1, 2\}, \{1, 3\}, \{2, 3\}, \{1, 2, 3\}.

That is 8 subsets. The formula for the number of subsets of a set with nn elements is 2n2^n. Here n=3n = 3, so 23=82^3 = 8. This formula appears in later chapters too, so it is worth noticing now.

Union and Intersection (Basics)

Selina introduces two simple operations on sets in Class 7. Detailed work comes in Class 8, but the basics start here.

Union: the union of two sets AA and BB is the set of all elements that are in AA, or in BB, or in both. Written as ABA \cup B.

Example: if A={1,2,3}A = \{1, 2, 3\} and B={3,4,5}B = \{3, 4, 5\}, then AB={1,2,3,4,5}A \cup B = \{1, 2, 3, 4, 5\}. Note that 3 is listed only once, even though it appears in both sets.

Intersection: the intersection of two sets is the set of elements that are common to both. Written as ABA \cap B.

Example: for the same AA and BB above, AB={3}A \cap B = \{3\}.

Disjoint sets: two sets are disjoint if their intersection is empty. Example: {1,2}\{1, 2\} and {3,4}\{3, 4\} are disjoint because they have no common element.

Worked example 4: Let A={a,b,c,d}A = \{a, b, c, d\} and B={c,d,e,f}B = \{c, d, e, f\}. Find ABA \cup B and ABA \cap B.

Solution:
AB={a,b,c,d,e,f}A \cup B = \{a, b, c, d, e, f\} (listing each element once)
AB={c,d}A \cap B = \{c, d\} (the common elements)

Venn Diagrams

A Venn diagram is a picture way of showing sets and the relationships between them. Each set is drawn as a circle, and the universal set (the collection of everything under consideration) is drawn as a rectangle around the circles.

* Two separate circles mean disjoint sets.
* Two overlapping circles mean the sets share some elements. The overlap is the intersection.
* A circle completely inside another means the inner set is a subset of the outer.

Worked example 5: Draw a Venn diagram to show A={1,2,3,4}A = \{1, 2, 3, 4\} and B={3,4,5,6}B = \{3, 4, 5, 6\} where the universal set U={1,2,3,4,5,6,7,8}U = \{1, 2, 3, 4, 5, 6, 7, 8\}.

Solution: Draw a rectangle for UU and write 7 and 8 inside the rectangle but outside both circles (they belong to neither set). Draw two overlapping circles. Put 1 and 2 only in AA, put 5 and 6 only in BB, and put 3 and 4 in the overlap.

Venn diagrams are the easiest way to visualise set problems, and ICSE Class 7 exams almost always have at least one Venn diagram question worth three or four marks. Practise drawing them neatly with a compass, not freehand.

ICSE vs CBSE

This is the standout difference between the two boards. Sets are an ICSE only Class 7 chapter. CBSE does not introduce sets formally until Class 11. So an ICSE student has four years of informal familiarity with sets before they see them treated rigorously, which makes the Class 11 chapter a breeze.

The topic is also useful beyond maths. Sets language shows up in computer science, database queries, logic, linguistics and statistics. An ICSE student who has seen union, intersection and subsets in Class 7 has a small but real advantage when they start learning any of these subjects.

For parents from a CBSE background: this chapter may look unfamiliar, but it is actually very approachable. The concepts are more about vocabulary than calculation, and a patient teacher can walk through the whole chapter in a single Saturday morning. Take it slow, use lots of examples, and your child will find it fun.

Common Mistakes

Six errors to watch for in ICSE Class 7 sets tests.

1. Listing duplicates. Writing {1,2,2,3}\{1, 2, 2, 3\}. Sets have distinct elements by definition.

2. **Confusing \in and \subseteq**. The symbol \in is for an element in a set. \subseteq is for a set inside a set. {1}A\{1\} \in A is wrong if A={1,2,3}A = \{1, 2, 3\}. The correct statement is {1}A\{1\} \subseteq A, while 1A1 \in A.

3. Forgetting the empty set is a subset of everything. Missing \emptyset in the list of subsets.

4. Confusing equal and equivalent. Equal means same elements. Equivalent means same number of elements. Do not use them interchangeably.

5. Wrong Venn diagram layout. Placing elements in the wrong region. Always check: elements in the overlap belong to both sets; elements outside the overlap belong to only one set.

6. Missing universal set elements. Forgetting to include elements of the universal set that belong to neither AA nor BB in the Venn diagram.

Study Plan for the Chapter

Five day plan to master the Selina sets chapter.

Day 1: Read the definition of a set. Do fifteen 'is this a well defined set?' questions.

Day 2: Practise converting between roster form and set builder form. Ten conversions in each direction.

Day 3: Learn the six types of sets. Do ten true or false questions and ten classification questions.

Day 4: Subsets and cardinal number. Ten questions including 'list all subsets'.

Day 5: Union, intersection and Venn diagrams. Ten questions including drawing diagrams.

For extra practice use the SparkEd Sets module for interactive questions, and print the Sets worksheet for a full paper test with an answer key.

Key Takeaways

* A set is a collection of well defined, distinct objects called elements.
* Two forms: roster (list the elements) and set builder (give a rule).
* Types: empty, singleton, finite, infinite, equal, equivalent.
* The cardinal number n(A)n(A) is the count of elements in set AA.
* BB is a subset of AA if every element of BB is also in AA. The empty set is a subset of every set.
* Union ABA \cup B contains elements in either set. Intersection ABA \cap B contains elements in both.
* Venn diagrams are the easiest way to visualise set relationships.

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now