SlideShare a Scribd company logo
1 of 13
Download to read offline
CLASS- XI
TOPIC: SETS
Prepared By: Mr. Pradeep Sharma, Pgt (Maths)
Kendriya Vidyalaya
LEARNING OUTCOMES
• INTRODUCTION
• SETS AND THEIR REPRESENTATIONS
• TYPES OF SETS
• VENN DIAGRAMS
• OPERATIONS ON SETS
• COMPLEMENT OF A SET
• PRACTICAL PROBLEMS
Introduction: The theory of sets was developed by German mathematician Georg
Cantor (1845-1918). Sets are used to define the concepts of relations and functions.
The study of geometry, sequences, probability, etc. requires the knowledge of sets.
Sets: A set is a well-defined collection of objects.
For example – i) The vowels in the English alphabet
ii) The solution of the equation: 𝑥2
– 5x + 6 = 0,
Representation of sets: There are two methods to represent a set
1) Roster or tabular form
2) Set-builder form.
Roster or tabular form:- All the elements of a set are listed, the elements are being
separated by commas and are enclosed within braces { }.
Ex: The set of all vowels in the English alphabet is {a, e, i, o, u}.
Set-builder form:- All the elements of a set possess a single common property which is
not possessed by any element outside the set.
Ex:- A = {x : x is a vowel in English alphabet}
Types of Sets
The Empty set:- A set which does not contain any element is called the empty
set or the null set or the void set. It is denoted by the symbol ∅ or { }.
Ex:- A = {x : 1 < x < 2, x ∈ 𝑁}
Finite set or Infinite sets:- A set which is empty or consists of a definite number
of elements is called finite otherwise it is infinite.
Ex:- i) W ={x: x is the set of the days of the week} ( finite set)
ii) G ={x: x is the set of points on a line} (infinite set)
All infinite sets cannot be described in the roster form.
Equal Sets:- Two sets A and B are said to be equal if they have exactly the same
elements and we write A = B
Subsets
Def: A set A is said to be a subset of a set B if every element of A is also an element of B.
i.e. A ⊂ B if a ∈ A ⇒ a ∈ B
Ex:- The set Q of rational numbers is a subset of the set R of real numbers, therefore Q ⊂ R.
Subsets of set of real numbers
N ⊂ Z ⊂ Q, Q ⊂ R, T ⊂ R, N ⊄ T.
N : Set of natural numbers
Z: Set of integers
Q: Set of rational numbers
T: Set of irrational numbers
R: Set of real numbers
Power Set:- The collection of all subsets of a set A is called the power set of A. It is denoted
by P(A).
Ex:- A= {1,2} then P(A) = {{ φ,{ 1 }, { 2 }, { 1,2 }}
If A is a set with n(A) = m, then n [ P(A)] = 2 𝑚
.
Venn Diagrams
Venn diagrams are named after the English logician, John Venn (1834-1883).
These diagrams consist of rectangles and closed curves usually circles. Most of
the relationships between sets can be represented by means of diagrams which
are known as Venn diagrams.
(VENN DIAGRAM)
Operations on Sets
Union of sets:- The union of two sets A and B is the set C which consists of all those
elements which are either in A or in B (including those which are in both).
A ∪ B = { x : x ∈A or x ∈B }
Properties of Union of sets:-
(i) A ∪ B = B ∪ A (Commutative law)
(ii) ( A ∪ B ) ∪ C = A ∪ ( B ∪ C) (Associative law )
(iii) A ∪ φ = A (Law of identity element, φ is the identity of ∪)
(iv) A ∪ A = A (Idempotent law)
(v) U ∪ A = U (Law of U)
Operations on Sets
Intersection of sets:- The intersection of two sets A and B is the set of all those elements
which belong to both A and B.
A ∩ B = {x : x ∈ A and x ∈ B}
Properties of Intersection of sets:-
(i) A ∩ B = B ∩ A (Commutative law)
(ii) ( A ∩ B ) ∩ C = A ∩ ( B ∩ C ) (Associative law)
(iii) φ ∩ A = φ, U ∩ A = A (Law of φ and U)
(iv) A ∩ A = A (Idempotent law)
(v) A ∩ ( B ∪ C ) = ( A ∩ B ) ∪ ( A ∩ C ) (Distributive law )
Complement of a Set
Let U be the universal set and A a subset of U. Then the complement of A is the set of all
elements of U which are not the elements of A.
A′ = {x : x ∈ U and x ∉ A }
Properties of Complement Sets
1.Complement laws: (i) A ∪ A′ = U (ii) A ∩ A′ = φ
2. De Morgan’s law: (i) (A ∪ B)´ = A′ ∩ B′ (ii) (A ∩ B)′ = A′ ∪ B′
3. Law of double complementation : (A′)′ = A
4. Laws of empty set and universal set φ′ = U and U′ = φ
Practical Problems on Union and Intersection of Two Sets
Let A and B be finite sets. If A ∩ B = φ, then
(I) n ( A ∪ B ) = n ( A ) + n ( B )
(ii) n ( A ∪ B ) = n ( A ) + n ( B ) – n ( A ∩ B )
If A, B and C are finite sets, then
n ( A ∪ B ∪ C ) = n ( A ) + n ( B ) + n ( C ) – n ( A ∩ B ) – n ( B ∩ C) – n ( A ∩ C ) +
n ( A ∩ B ∩ C )
Some Questions for Practice
1. How many elements has P(A), if A = φ?
2. In a school there are 20 teachers who teach mathematics or physics. Of these, 12 teach
mathematics and 4 teach both physics and mathematics. How many teach physics ?
3. In a group of 65 people, 40 like cricket, 10 like both cricket and tennis. How many like
tennis only and not cricket? How many like tennis?
4. In a survey it was found that 21 people liked product A, 26 liked product B and 29 liked
product C. If 14 people liked products A and B, 12 people liked products C and A, 14
people liked products B and C and 8 liked all the three products. Find how many liked
product C only?
5. In a survey of 600 students in a school, 150 students were found to be taking tea and
225 taking coffee, 100 were taking both tea and coffee. Find how many students were
taking neither tea nor coffee?
Summary
• A set is a well-defined collection of objects.
• A set which does not contain any element is called empty set.
• A set which consists of a definite number of elements is called finite set,
otherwise, the set is called infinite set.
• Two sets A and B are said to be equal if they have exactly the same elements.
• A set A is said to be subset of a set B, if every element of A is also an element
of B.
• A power set of a set A is collection of all subsets of A. It is denoted by P(A).
• For any two sets A and B, (A ∪ B)′ = A′ ∩ B′ and ( A ∩ B )′ = A′ ∪ B′
Thankyou
Prepared By: Mr. Pradeep Sharma, Pgt
(Maths) Kendriya Vidyalaya

More Related Content

What's hot

Linear Algebra Previous Year Questions of Csir Net Mathematical Science and t...
Linear Algebra Previous Year Questions of Csir Net Mathematical Science and t...Linear Algebra Previous Year Questions of Csir Net Mathematical Science and t...
Linear Algebra Previous Year Questions of Csir Net Mathematical Science and t...Santoshi Family
 
Sets PowerPoint Presentation
Sets PowerPoint PresentationSets PowerPoint Presentation
Sets PowerPoint PresentationAshna Rajput
 
Applications of set theory
Applications of  set theoryApplications of  set theory
Applications of set theoryTarun Gehlot
 
Discreet_Set Theory
Discreet_Set TheoryDiscreet_Set Theory
Discreet_Set Theoryguest68d714
 
Measures of central tendency
Measures of central tendencyMeasures of central tendency
Measures of central tendencyRichard Paulino
 
Learn Set Theory
Learn Set TheoryLearn Set Theory
Learn Set Theoryyochevedl
 
Set, Relations and Functions
Set, Relations and FunctionsSet, Relations and Functions
Set, Relations and Functionssuthi
 
Set theory
Set theorySet theory
Set theoryAN_Rajin
 
Mathematics class XI SETS
Mathematics class XI SETSMathematics class XI SETS
Mathematics class XI SETSNaveen R
 
INTRODUCTION TO MATRICES, TYPES OF MATRICES,
INTRODUCTION TO MATRICES, TYPES OF MATRICES, INTRODUCTION TO MATRICES, TYPES OF MATRICES,
INTRODUCTION TO MATRICES, TYPES OF MATRICES, AMIR HASSAN
 

What's hot (20)

Sets and venn diagrams
Sets and venn diagramsSets and venn diagrams
Sets and venn diagrams
 
Linear Algebra Previous Year Questions of Csir Net Mathematical Science and t...
Linear Algebra Previous Year Questions of Csir Net Mathematical Science and t...Linear Algebra Previous Year Questions of Csir Net Mathematical Science and t...
Linear Algebra Previous Year Questions of Csir Net Mathematical Science and t...
 
Sets class 11
Sets class 11Sets class 11
Sets class 11
 
SETS
SETSSETS
SETS
 
Chapter 1, Sets
Chapter   1, SetsChapter   1, Sets
Chapter 1, Sets
 
Sets PowerPoint Presentation
Sets PowerPoint PresentationSets PowerPoint Presentation
Sets PowerPoint Presentation
 
Applications of set theory
Applications of  set theoryApplications of  set theory
Applications of set theory
 
Discreet_Set Theory
Discreet_Set TheoryDiscreet_Set Theory
Discreet_Set Theory
 
Measures of central tendency
Measures of central tendencyMeasures of central tendency
Measures of central tendency
 
Bipartite graph
Bipartite graphBipartite graph
Bipartite graph
 
Introduction to set theory
Introduction to set theoryIntroduction to set theory
Introduction to set theory
 
Sets
SetsSets
Sets
 
Learn Set Theory
Learn Set TheoryLearn Set Theory
Learn Set Theory
 
Set concepts
Set conceptsSet concepts
Set concepts
 
Set, Relations and Functions
Set, Relations and FunctionsSet, Relations and Functions
Set, Relations and Functions
 
Arvore Scavazzini
Arvore ScavazziniArvore Scavazzini
Arvore Scavazzini
 
Set theory
Set theorySet theory
Set theory
 
Set Theory Bascis
Set Theory BascisSet Theory Bascis
Set Theory Bascis
 
Mathematics class XI SETS
Mathematics class XI SETSMathematics class XI SETS
Mathematics class XI SETS
 
INTRODUCTION TO MATRICES, TYPES OF MATRICES,
INTRODUCTION TO MATRICES, TYPES OF MATRICES, INTRODUCTION TO MATRICES, TYPES OF MATRICES,
INTRODUCTION TO MATRICES, TYPES OF MATRICES,
 

Similar to Sets Class XI Topic Introduction Operations

Similar to Sets Class XI Topic Introduction Operations (20)

Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematic
 
Sets
SetsSets
Sets
 
Mkk1013 chapter 2.1
Mkk1013 chapter 2.1Mkk1013 chapter 2.1
Mkk1013 chapter 2.1
 
Digital text book sets
Digital text book   setsDigital text book   sets
Digital text book sets
 
SET THEORY
SET THEORYSET THEORY
SET THEORY
 
Bba i-bm-u-1.2 set theory -
Bba i-bm-u-1.2 set theory  - Bba i-bm-u-1.2 set theory  -
Bba i-bm-u-1.2 set theory -
 
SETS - Vedantu.pdf
SETS - Vedantu.pdfSETS - Vedantu.pdf
SETS - Vedantu.pdf
 
01_Sets.pdf
01_Sets.pdf01_Sets.pdf
01_Sets.pdf
 
Chpt 2-sets v.3
Chpt 2-sets v.3Chpt 2-sets v.3
Chpt 2-sets v.3
 
Set Theory
Set TheorySet Theory
Set Theory
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdf
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdf
 
sets class 11.pptx
sets class 11.pptxsets class 11.pptx
sets class 11.pptx
 
Set Theory 1
Set Theory 1Set Theory 1
Set Theory 1
 
20200911-XI-Maths-Sets-2 of 2-Ppt.pdf
20200911-XI-Maths-Sets-2 of 2-Ppt.pdf20200911-XI-Maths-Sets-2 of 2-Ppt.pdf
20200911-XI-Maths-Sets-2 of 2-Ppt.pdf
 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)
 
Discrete math (sets)
Discrete math (sets)Discrete math (sets)
Discrete math (sets)
 
Blackbox task 2
Blackbox task 2Blackbox task 2
Blackbox task 2
 
SETS PPT-XI.pptx
SETS PPT-XI.pptxSETS PPT-XI.pptx
SETS PPT-XI.pptx
 
Mathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfMathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdf
 

Recently uploaded

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 

Recently uploaded (20)

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 

Sets Class XI Topic Introduction Operations

  • 1. CLASS- XI TOPIC: SETS Prepared By: Mr. Pradeep Sharma, Pgt (Maths) Kendriya Vidyalaya
  • 2. LEARNING OUTCOMES • INTRODUCTION • SETS AND THEIR REPRESENTATIONS • TYPES OF SETS • VENN DIAGRAMS • OPERATIONS ON SETS • COMPLEMENT OF A SET • PRACTICAL PROBLEMS
  • 3. Introduction: The theory of sets was developed by German mathematician Georg Cantor (1845-1918). Sets are used to define the concepts of relations and functions. The study of geometry, sequences, probability, etc. requires the knowledge of sets. Sets: A set is a well-defined collection of objects. For example – i) The vowels in the English alphabet ii) The solution of the equation: 𝑥2 – 5x + 6 = 0, Representation of sets: There are two methods to represent a set 1) Roster or tabular form 2) Set-builder form. Roster or tabular form:- All the elements of a set are listed, the elements are being separated by commas and are enclosed within braces { }. Ex: The set of all vowels in the English alphabet is {a, e, i, o, u}. Set-builder form:- All the elements of a set possess a single common property which is not possessed by any element outside the set. Ex:- A = {x : x is a vowel in English alphabet}
  • 4. Types of Sets The Empty set:- A set which does not contain any element is called the empty set or the null set or the void set. It is denoted by the symbol ∅ or { }. Ex:- A = {x : 1 < x < 2, x ∈ 𝑁} Finite set or Infinite sets:- A set which is empty or consists of a definite number of elements is called finite otherwise it is infinite. Ex:- i) W ={x: x is the set of the days of the week} ( finite set) ii) G ={x: x is the set of points on a line} (infinite set) All infinite sets cannot be described in the roster form. Equal Sets:- Two sets A and B are said to be equal if they have exactly the same elements and we write A = B
  • 5. Subsets Def: A set A is said to be a subset of a set B if every element of A is also an element of B. i.e. A ⊂ B if a ∈ A ⇒ a ∈ B Ex:- The set Q of rational numbers is a subset of the set R of real numbers, therefore Q ⊂ R. Subsets of set of real numbers N ⊂ Z ⊂ Q, Q ⊂ R, T ⊂ R, N ⊄ T. N : Set of natural numbers Z: Set of integers Q: Set of rational numbers T: Set of irrational numbers R: Set of real numbers Power Set:- The collection of all subsets of a set A is called the power set of A. It is denoted by P(A). Ex:- A= {1,2} then P(A) = {{ φ,{ 1 }, { 2 }, { 1,2 }} If A is a set with n(A) = m, then n [ P(A)] = 2 𝑚 .
  • 6. Venn Diagrams Venn diagrams are named after the English logician, John Venn (1834-1883). These diagrams consist of rectangles and closed curves usually circles. Most of the relationships between sets can be represented by means of diagrams which are known as Venn diagrams. (VENN DIAGRAM)
  • 7. Operations on Sets Union of sets:- The union of two sets A and B is the set C which consists of all those elements which are either in A or in B (including those which are in both). A ∪ B = { x : x ∈A or x ∈B } Properties of Union of sets:- (i) A ∪ B = B ∪ A (Commutative law) (ii) ( A ∪ B ) ∪ C = A ∪ ( B ∪ C) (Associative law ) (iii) A ∪ φ = A (Law of identity element, φ is the identity of ∪) (iv) A ∪ A = A (Idempotent law) (v) U ∪ A = U (Law of U)
  • 8. Operations on Sets Intersection of sets:- The intersection of two sets A and B is the set of all those elements which belong to both A and B. A ∩ B = {x : x ∈ A and x ∈ B} Properties of Intersection of sets:- (i) A ∩ B = B ∩ A (Commutative law) (ii) ( A ∩ B ) ∩ C = A ∩ ( B ∩ C ) (Associative law) (iii) φ ∩ A = φ, U ∩ A = A (Law of φ and U) (iv) A ∩ A = A (Idempotent law) (v) A ∩ ( B ∪ C ) = ( A ∩ B ) ∪ ( A ∩ C ) (Distributive law )
  • 9. Complement of a Set Let U be the universal set and A a subset of U. Then the complement of A is the set of all elements of U which are not the elements of A. A′ = {x : x ∈ U and x ∉ A } Properties of Complement Sets 1.Complement laws: (i) A ∪ A′ = U (ii) A ∩ A′ = φ 2. De Morgan’s law: (i) (A ∪ B)´ = A′ ∩ B′ (ii) (A ∩ B)′ = A′ ∪ B′ 3. Law of double complementation : (A′)′ = A 4. Laws of empty set and universal set φ′ = U and U′ = φ
  • 10. Practical Problems on Union and Intersection of Two Sets Let A and B be finite sets. If A ∩ B = φ, then (I) n ( A ∪ B ) = n ( A ) + n ( B ) (ii) n ( A ∪ B ) = n ( A ) + n ( B ) – n ( A ∩ B ) If A, B and C are finite sets, then n ( A ∪ B ∪ C ) = n ( A ) + n ( B ) + n ( C ) – n ( A ∩ B ) – n ( B ∩ C) – n ( A ∩ C ) + n ( A ∩ B ∩ C )
  • 11. Some Questions for Practice 1. How many elements has P(A), if A = φ? 2. In a school there are 20 teachers who teach mathematics or physics. Of these, 12 teach mathematics and 4 teach both physics and mathematics. How many teach physics ? 3. In a group of 65 people, 40 like cricket, 10 like both cricket and tennis. How many like tennis only and not cricket? How many like tennis? 4. In a survey it was found that 21 people liked product A, 26 liked product B and 29 liked product C. If 14 people liked products A and B, 12 people liked products C and A, 14 people liked products B and C and 8 liked all the three products. Find how many liked product C only? 5. In a survey of 600 students in a school, 150 students were found to be taking tea and 225 taking coffee, 100 were taking both tea and coffee. Find how many students were taking neither tea nor coffee?
  • 12. Summary • A set is a well-defined collection of objects. • A set which does not contain any element is called empty set. • A set which consists of a definite number of elements is called finite set, otherwise, the set is called infinite set. • Two sets A and B are said to be equal if they have exactly the same elements. • A set A is said to be subset of a set B, if every element of A is also an element of B. • A power set of a set A is collection of all subsets of A. It is denoted by P(A). • For any two sets A and B, (A ∪ B)′ = A′ ∩ B′ and ( A ∩ B )′ = A′ ∪ B′
  • 13. Thankyou Prepared By: Mr. Pradeep Sharma, Pgt (Maths) Kendriya Vidyalaya