SlideShare ist ein Scribd-Unternehmen logo
1 von 27
1. SETS
Introduction
Examples
•First 10 counting numbers  1, 2, ………. 10
• Brave children in a class 
• Planets in our solar system  M V E M J S U N
• Days of the week  Sunday, Monday, …….. Saturday
• Months in a year  January, February, ……….. December
•Strong forts of Maharashtra 
The
collection
of well
defined
objects is
called
set.
Representation of Set
A = { a, e, i, o, u }
• Use curly braces
• Do not repeat the elements
• Use comma to separate the members of the set.
Name of the
set : Capital
letter
Members/Elements of the set :
Small letters
•Consider
•A = { a, e, i, o, u }
• a Є A  a is a member of set A OR a belongs to set A
OR a is the element of set A
• b Є A  b is not a member of set A OR b does not
belongs to set A OR b is not a element of set A
Methods of writing sets
1. Listing or Roster
method
• all the elements are
listed and are separated
by a comma.
2. Rule method or Set
builder form
• the elements of the set
are represented by a
variable followed by a
vertical line or colon and
the property of the
variable is defined.
Examples
Sr.
No.
Listing Method Rule Method
1. X={Sunday, Monday, Tuesday,
Wednesday, Thursday, Friday,
Saturday}
X={x | x is a day of a week}
2. A={0,1,2,3,…….20} A={x | xЄW , x<21}
3. B={I, N, D, A} B={y | y is a letter of the word ‘INDIA’}
4. D={3,6,9,12,15,18,…….} D={x | x is a multiple of 3}
Types of Sets
1. Singleton Set
•A set containing only one element is called Singleton Set
•A = {x | x is even prime number}
• A={2}
•B = {x | x is neither prime nor composite}
• B={1}
•C = {x | x is the smallest natural number}
• C={1}
•D = {x | x is the smallest whole number}
• D={0}
2. Empty or Null Set
•If there is not a single element in the set which satisfies the
given condition then it is called a Null set or Empty set.
•If a set does not contain any element then it is called a Null
set or Empty set.
•A = {x | x is a natural number between 2 and 3}
• A={ } OR A=Ф
•B = {x | x Є N, x<1}
• B={ }
•C = {x | x is prime number, x<2}
• C={ }
3. Finite Set
• If a set contains countable number of elements then the set
is called Finite set.
• If a set is a null set or the number of elements are limited
then the set is called Finite set.
• A = { a, e, i, o, u}
• B = {1, 2, 3, 4, 5, 6, 7}
• C = {x | x Є W, x < 3}
•  C = {0, 1, 2}
• D = {y | y is a prime number, y < 20}
•  D = {2, 3, 5, 7, 11, 13, 17, 19}
4. Infinite Set
• If the number of elements in a set are unlimited or
uncountable then the set is called Infinite set.
• N = {1, 2, 3, 4, ………}
• A = {x | x is a multiple of 2}
•  A={2, 4, 6, 8, ………}
•B= {y | y is an odd number}
•  B = {1, 3, 5, 7, ………..}
 N, W, I, Q, R  all these sets are Infinite sets.
Equal Sets
•Two sets A and B are said to be equal
•If all the elements of set A are present in set B AND all the
elements of set B are present in set A.
•It is represented as A = B
•A = {x | x is a letter of the word ‘listen’}  A = {l, i, s, t, e, n}
•B = {x | x is a letter of the word ‘silent’}  B = {s, i, l, e, n, t}
•A = B
•C = {y | y is a prime number, 2 < y < 9}  C = {3, 5, 7}
•D = {y | y is an odd number, 1 < y < 8}  D = {3, 5, 7}
•C = D
Venn Diagrams
( British logician ) was the first to use
closed figures for representing a set.
• Venn diagrams help us to understand the
relationship among sets.
• Eg: A = { 1, 2, 3, 4, 5 }
A
1
2
3
4
5
Subset
•It is written as A C B.
•It is read as “A is a subset of B”
or “A subset B”.
•Eg: B = { 1, 2, 3, 4, 5 }
A = { 1, 2, 3 }
Points to remember
1) Every set is a subset of itself. -> A C A
2) Empty set is a subset of every set. -> ɸ C A
Consider:
A = { 2, 4, 6, 8 } and B = { 2, 4, 6, 8 }
3) If A = B then A C B and B C A
4) If A C B and B C A then A = B
Universal Set
•A set which can accomodate
all the given sets under
consideration is known as
.
•It is generally denoted by 'U'.
•In Venn diagram it is denoted
by a rectangle.
Complement of a set
• A complement of a set is
the set of those
elements which does not
belong to the given set
but belongs to the
universal set.
Properties of complement of a set
• No elements are common in A and A'.
• A C U and A' C U
• Complement of set U is an empty set. U' = ɸ
• Complement of empty set is U. ɸ' = U
Operations on sets
Intersection of two sets
• The intersection of sets
A and B is the set that
contains the common
elements of set A and
set B.
Properties of Intersection of sets
1) A ∩ B = B ∩ A
3) If A ∩ B = B then B C A
A = {1, 3, 2 } & B = {1, 2}
A ∩ B = { 1, 2 } = B
5) A ∩ A' = ɸ
U = { T, S, U, N, A, M, I }
A = { S, U, N} ; A' = {T, A, M, I}
6) A ∩ A =A
7) A ∩ ɸ = ɸ
Disjoint sets
• These sets are
completely different
from each other.
Union of two sets
• The union of sets A and B
is the set that contains all
the elements of both the
sets.
• It is written as A U B.
• It is read as “A union B”
Properties of Union of sets
1) A U B = B U A 4) A U A' = U
U = { T, S, U, N, A, M, I }
A = { S, U, N} ; A' = {T, A, M, I}
Number of elements in a set
•A = { 2, 4, 6, 8, 10 } & B = { 1, 2, 6, 9 }
•n(A) = 5 & n(B) = 4 n(A) + n(B) = 9
•A U B = { 1, 2, 4, 6, 8, 9, 10 } A∩B = { 2, 6 }
n(A U B) + n(A∩B) =9
•means n(A) + n(B) = n(A U B) + n(A∩B)
1. sets

Weitere ähnliche Inhalte

Was ist angesagt?

Types Of Set
Types Of SetTypes Of Set
Types Of SetPkwebbs
 
Take body measurements (women's apparel)
Take body measurements (women's apparel)Take body measurements (women's apparel)
Take body measurements (women's apparel)Badeth Retamar
 
Venn Diagrams and Sets
Venn Diagrams and SetsVenn Diagrams and Sets
Venn Diagrams and SetsPassy World
 
Significant digits
Significant digitsSignificant digits
Significant digitsMaris Ganace
 
Take body measurements (men's apparel)
Take body measurements (men's apparel)Take body measurements (men's apparel)
Take body measurements (men's apparel)Badeth Retamar
 
1. sets and basic notations
1. sets and basic notations1. sets and basic notations
1. sets and basic notationseduardman
 
types of sets
types of setstypes of sets
types of setsjayzorts
 
sets and venn diagrams
sets and venn diagramssets and venn diagrams
sets and venn diagramsShahmir Ali
 
Q1 wk1 d1 classification of sewing tools and materials
Q1 wk1 d1 classification of sewing tools and materialsQ1 wk1 d1 classification of sewing tools and materials
Q1 wk1 d1 classification of sewing tools and materialsTrasyDai
 
Venn diagram
Venn diagramVenn diagram
Venn diagramoes_217
 
Union and Intersection of Sets
Union and Intersection of SetsUnion and Intersection of Sets
Union and Intersection of Setsayesha nigar
 
Apply the systems of measurements.pptx
Apply the systems of measurements.pptxApply the systems of measurements.pptx
Apply the systems of measurements.pptxRiCxCamado
 
Set Operations Topic Including Union , Intersection, Disjoint etc De Morgans ...
Set Operations Topic Including Union , Intersection, Disjoint etc De Morgans ...Set Operations Topic Including Union , Intersection, Disjoint etc De Morgans ...
Set Operations Topic Including Union , Intersection, Disjoint etc De Morgans ...Abu Bakar Soomro
 
Sewing Tools Powerpoint
Sewing Tools PowerpointSewing Tools Powerpoint
Sewing Tools PowerpointNyelia
 

Was ist angesagt? (20)

Types Of Set
Types Of SetTypes Of Set
Types Of Set
 
Sets and Subsets
Sets and SubsetsSets and Subsets
Sets and Subsets
 
Take body measurements (women's apparel)
Take body measurements (women's apparel)Take body measurements (women's apparel)
Take body measurements (women's apparel)
 
Venn Diagrams and Sets
Venn Diagrams and SetsVenn Diagrams and Sets
Venn Diagrams and Sets
 
Significant digits
Significant digitsSignificant digits
Significant digits
 
Take body measurements (men's apparel)
Take body measurements (men's apparel)Take body measurements (men's apparel)
Take body measurements (men's apparel)
 
1. sets and basic notations
1. sets and basic notations1. sets and basic notations
1. sets and basic notations
 
types of sets
types of setstypes of sets
types of sets
 
sets and venn diagrams
sets and venn diagramssets and venn diagrams
sets and venn diagrams
 
2.2 Set Operations
2.2 Set Operations2.2 Set Operations
2.2 Set Operations
 
Q1 wk1 d1 classification of sewing tools and materials
Q1 wk1 d1 classification of sewing tools and materialsQ1 wk1 d1 classification of sewing tools and materials
Q1 wk1 d1 classification of sewing tools and materials
 
Set Difference
Set DifferenceSet Difference
Set Difference
 
Sewing by Hand
Sewing by HandSewing by Hand
Sewing by Hand
 
Venn diagram
Venn diagramVenn diagram
Venn diagram
 
Union and Intersection of Sets
Union and Intersection of SetsUnion and Intersection of Sets
Union and Intersection of Sets
 
Apply the systems of measurements.pptx
Apply the systems of measurements.pptxApply the systems of measurements.pptx
Apply the systems of measurements.pptx
 
Set Operations Topic Including Union , Intersection, Disjoint etc De Morgans ...
Set Operations Topic Including Union , Intersection, Disjoint etc De Morgans ...Set Operations Topic Including Union , Intersection, Disjoint etc De Morgans ...
Set Operations Topic Including Union , Intersection, Disjoint etc De Morgans ...
 
Sets in mathematics
Sets in mathematicsSets in mathematics
Sets in mathematics
 
Sewing tools gr7
Sewing tools gr7Sewing tools gr7
Sewing tools gr7
 
Sewing Tools Powerpoint
Sewing Tools PowerpointSewing Tools Powerpoint
Sewing Tools Powerpoint
 

Ähnlich wie 1. sets

set an introduction.pptx
set an introduction.pptxset an introduction.pptx
set an introduction.pptxhoneybal egipto
 
Discrete Structure Mathematics lecture 1
Discrete Structure Mathematics lecture 1Discrete Structure Mathematics lecture 1
Discrete Structure Mathematics lecture 1Amr Rashed
 
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptxQ1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptxNovyFacun1
 
Discrete Math Chapter 2: Basic Structures: Sets, Functions, Sequences, Sums, ...
Discrete Math Chapter 2: Basic Structures: Sets, Functions, Sequences, Sums, ...Discrete Math Chapter 2: Basic Structures: Sets, Functions, Sequences, Sums, ...
Discrete Math Chapter 2: Basic Structures: Sets, Functions, Sequences, Sums, ...Amr Rashed
 
INTRODUCTION TO SETS.pptx
INTRODUCTION TO SETS.pptxINTRODUCTION TO SETS.pptx
INTRODUCTION TO SETS.pptxSumit366794
 
MIT Math Syllabus 10-3 Lesson 1: Sets and the real number system
MIT Math Syllabus 10-3 Lesson 1: Sets and the real number systemMIT Math Syllabus 10-3 Lesson 1: Sets and the real number system
MIT Math Syllabus 10-3 Lesson 1: Sets and the real number systemLawrence De Vera
 
Set theory
Set theorySet theory
Set theoryGaditek
 
Brief Concept on Set Theory
Brief Concept on Set TheoryBrief Concept on Set Theory
Brief Concept on Set TheoryTaiseer Ahmed
 
Moazzzim Sir (25.07.23)CSE 1201, Week#3, Lecture#7.pptx
Moazzzim Sir (25.07.23)CSE 1201, Week#3, Lecture#7.pptxMoazzzim Sir (25.07.23)CSE 1201, Week#3, Lecture#7.pptx
Moazzzim Sir (25.07.23)CSE 1201, Week#3, Lecture#7.pptxKhalidSyfullah6
 
G7 Math Q1- Week 1- Introduction of Set.pptx
G7 Math Q1- Week 1- Introduction of Set.pptxG7 Math Q1- Week 1- Introduction of Set.pptx
G7 Math Q1- Week 1- Introduction of Set.pptxJohn Loue Bigno
 

Ähnlich wie 1. sets (20)

sets.pptx
sets.pptxsets.pptx
sets.pptx
 
set an introduction.pptx
set an introduction.pptxset an introduction.pptx
set an introduction.pptx
 
Introduction to Sets
Introduction to SetsIntroduction to Sets
Introduction to Sets
 
Discrete Structure Mathematics lecture 1
Discrete Structure Mathematics lecture 1Discrete Structure Mathematics lecture 1
Discrete Structure Mathematics lecture 1
 
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptxQ1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
 
Sets (1)
Sets (1)Sets (1)
Sets (1)
 
Discrete Math Chapter 2: Basic Structures: Sets, Functions, Sequences, Sums, ...
Discrete Math Chapter 2: Basic Structures: Sets, Functions, Sequences, Sums, ...Discrete Math Chapter 2: Basic Structures: Sets, Functions, Sequences, Sums, ...
Discrete Math Chapter 2: Basic Structures: Sets, Functions, Sequences, Sums, ...
 
Module week 1 Q1
Module week 1 Q1Module week 1 Q1
Module week 1 Q1
 
INTRODUCTION TO SETS.pptx
INTRODUCTION TO SETS.pptxINTRODUCTION TO SETS.pptx
INTRODUCTION TO SETS.pptx
 
MIT Math Syllabus 10-3 Lesson 1: Sets and the real number system
MIT Math Syllabus 10-3 Lesson 1: Sets and the real number systemMIT Math Syllabus 10-3 Lesson 1: Sets and the real number system
MIT Math Syllabus 10-3 Lesson 1: Sets and the real number system
 
Joy Of Mathematics Ch 1 Sets.pptx
Joy Of Mathematics Ch 1 Sets.pptxJoy Of Mathematics Ch 1 Sets.pptx
Joy Of Mathematics Ch 1 Sets.pptx
 
Set theory
Set theorySet theory
Set theory
 
Sets ppt
Sets pptSets ppt
Sets ppt
 
Sets
SetsSets
Sets
 
Set theory
Set theorySet theory
Set theory
 
Brief Concept on Set Theory
Brief Concept on Set TheoryBrief Concept on Set Theory
Brief Concept on Set Theory
 
Set Theory
Set Theory Set Theory
Set Theory
 
Moazzzim Sir (25.07.23)CSE 1201, Week#3, Lecture#7.pptx
Moazzzim Sir (25.07.23)CSE 1201, Week#3, Lecture#7.pptxMoazzzim Sir (25.07.23)CSE 1201, Week#3, Lecture#7.pptx
Moazzzim Sir (25.07.23)CSE 1201, Week#3, Lecture#7.pptx
 
G7 Math Q1- Week 1- Introduction of Set.pptx
G7 Math Q1- Week 1- Introduction of Set.pptxG7 Math Q1- Week 1- Introduction of Set.pptx
G7 Math Q1- Week 1- Introduction of Set.pptx
 
Lecture 01 Sets.pdf
Lecture 01 Sets.pdfLecture 01 Sets.pdf
Lecture 01 Sets.pdf
 

Kürzlich hochgeladen

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 

Kürzlich hochgeladen (20)

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 

1. sets

  • 3. Examples •First 10 counting numbers  1, 2, ………. 10 • Brave children in a class  • Planets in our solar system  M V E M J S U N • Days of the week  Sunday, Monday, …….. Saturday • Months in a year  January, February, ……….. December •Strong forts of Maharashtra  The collection of well defined objects is called set.
  • 4. Representation of Set A = { a, e, i, o, u } • Use curly braces • Do not repeat the elements • Use comma to separate the members of the set. Name of the set : Capital letter Members/Elements of the set : Small letters
  • 5. •Consider •A = { a, e, i, o, u } • a Є A  a is a member of set A OR a belongs to set A OR a is the element of set A • b Є A  b is not a member of set A OR b does not belongs to set A OR b is not a element of set A
  • 6. Methods of writing sets 1. Listing or Roster method • all the elements are listed and are separated by a comma. 2. Rule method or Set builder form • the elements of the set are represented by a variable followed by a vertical line or colon and the property of the variable is defined.
  • 7. Examples Sr. No. Listing Method Rule Method 1. X={Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday} X={x | x is a day of a week} 2. A={0,1,2,3,…….20} A={x | xЄW , x<21} 3. B={I, N, D, A} B={y | y is a letter of the word ‘INDIA’} 4. D={3,6,9,12,15,18,…….} D={x | x is a multiple of 3}
  • 9. 1. Singleton Set •A set containing only one element is called Singleton Set •A = {x | x is even prime number} • A={2} •B = {x | x is neither prime nor composite} • B={1} •C = {x | x is the smallest natural number} • C={1} •D = {x | x is the smallest whole number} • D={0}
  • 10. 2. Empty or Null Set •If there is not a single element in the set which satisfies the given condition then it is called a Null set or Empty set. •If a set does not contain any element then it is called a Null set or Empty set. •A = {x | x is a natural number between 2 and 3} • A={ } OR A=Ф •B = {x | x Є N, x<1} • B={ } •C = {x | x is prime number, x<2} • C={ }
  • 11. 3. Finite Set • If a set contains countable number of elements then the set is called Finite set. • If a set is a null set or the number of elements are limited then the set is called Finite set. • A = { a, e, i, o, u} • B = {1, 2, 3, 4, 5, 6, 7} • C = {x | x Є W, x < 3} •  C = {0, 1, 2} • D = {y | y is a prime number, y < 20} •  D = {2, 3, 5, 7, 11, 13, 17, 19}
  • 12. 4. Infinite Set • If the number of elements in a set are unlimited or uncountable then the set is called Infinite set. • N = {1, 2, 3, 4, ………} • A = {x | x is a multiple of 2} •  A={2, 4, 6, 8, ………} •B= {y | y is an odd number} •  B = {1, 3, 5, 7, ………..}  N, W, I, Q, R  all these sets are Infinite sets.
  • 13. Equal Sets •Two sets A and B are said to be equal •If all the elements of set A are present in set B AND all the elements of set B are present in set A. •It is represented as A = B •A = {x | x is a letter of the word ‘listen’}  A = {l, i, s, t, e, n} •B = {x | x is a letter of the word ‘silent’}  B = {s, i, l, e, n, t} •A = B •C = {y | y is a prime number, 2 < y < 9}  C = {3, 5, 7} •D = {y | y is an odd number, 1 < y < 8}  D = {3, 5, 7} •C = D
  • 14. Venn Diagrams ( British logician ) was the first to use closed figures for representing a set. • Venn diagrams help us to understand the relationship among sets. • Eg: A = { 1, 2, 3, 4, 5 } A 1 2 3 4 5
  • 15. Subset •It is written as A C B. •It is read as “A is a subset of B” or “A subset B”. •Eg: B = { 1, 2, 3, 4, 5 } A = { 1, 2, 3 }
  • 16. Points to remember 1) Every set is a subset of itself. -> A C A 2) Empty set is a subset of every set. -> ɸ C A Consider: A = { 2, 4, 6, 8 } and B = { 2, 4, 6, 8 } 3) If A = B then A C B and B C A 4) If A C B and B C A then A = B
  • 17. Universal Set •A set which can accomodate all the given sets under consideration is known as . •It is generally denoted by 'U'. •In Venn diagram it is denoted by a rectangle.
  • 18. Complement of a set • A complement of a set is the set of those elements which does not belong to the given set but belongs to the universal set.
  • 19. Properties of complement of a set • No elements are common in A and A'. • A C U and A' C U • Complement of set U is an empty set. U' = ɸ • Complement of empty set is U. ɸ' = U
  • 21. Intersection of two sets • The intersection of sets A and B is the set that contains the common elements of set A and set B.
  • 22. Properties of Intersection of sets 1) A ∩ B = B ∩ A 3) If A ∩ B = B then B C A A = {1, 3, 2 } & B = {1, 2} A ∩ B = { 1, 2 } = B 5) A ∩ A' = ɸ U = { T, S, U, N, A, M, I } A = { S, U, N} ; A' = {T, A, M, I} 6) A ∩ A =A 7) A ∩ ɸ = ɸ
  • 23. Disjoint sets • These sets are completely different from each other.
  • 24. Union of two sets • The union of sets A and B is the set that contains all the elements of both the sets. • It is written as A U B. • It is read as “A union B”
  • 25. Properties of Union of sets 1) A U B = B U A 4) A U A' = U U = { T, S, U, N, A, M, I } A = { S, U, N} ; A' = {T, A, M, I}
  • 26. Number of elements in a set •A = { 2, 4, 6, 8, 10 } & B = { 1, 2, 6, 9 } •n(A) = 5 & n(B) = 4 n(A) + n(B) = 9 •A U B = { 1, 2, 4, 6, 8, 9, 10 } A∩B = { 2, 6 } n(A U B) + n(A∩B) =9 •means n(A) + n(B) = n(A U B) + n(A∩B)