SlideShare a Scribd company logo
1 of 46
A Set is any well defined collection of “objects.”
The elements of a set are the objects in a set.
The symbol of Set is “ { } ” and
– Distribute Sets
by listing each element
– Condition sets
by defining the rules for membership
We will take A , B , C , D , …, Z be the
name of sets and “{ }” is symbol of sets.
And use comma ( , ) between each elements in the set.
Example Set of day in a week.
Then we get
A = {Monday, Tuesday , Wednesday,Thursday,Friday,Saturday,Sunday}
We use a, b, c, d, …, z be the variable that is
instead all elements in set and following with “ | ”
to tell condition about the set.
Example Set of day in a week.
Then we get
A = { x | x is day in a week}
2) set of digit
Then we get
B = {0 , 1 , 2 , 3 , 4, 5, 6, 7, 8, 9 }
B = { x | x is digit}
3) set of integer
Then we get
C = {…,-3,-2,-1,0,1,2,3,… }
C = { x | x is integer}
4) set of numbers that between -9 to 20
Then we get
D = {-8,-7,-6,…,18,19 }
D = { x | x is numbers that between -9 to 20}
5) set of integer that is divided by 3
Then we get
G = {…,-9,-6,-3,0,3,6,9,12,… }
G = { x | x is divied by 3}
5) set of integer that is divided by 3
Then we get G = {…,-9,-6,-3,0,3,6,9,12,…}
G = { x / x is divied by 3}
an element is a member of a set
notation:  means “is an element of”
 means “is not an element of”
A = {1, 2, 3, 4}
1  A 6  A
2  A z  A
B = {x | x is an even number  10}
2  B 9  B
4  B z  B
C = {{0,1}, 2, {3}, 4}
1  A {0,1} A
{3}  A 3  A
B = {,2}
2  B {}  B
  B {2}  B
Z or I = the set of integers = {…,-3,-2,-1,0,1,2,3,…}
N = the set of nonnegative integers or natural numbers = {1,2,3,4,…}
Z+ = the set of positive integers = {1,2,3,4,…}
Z- = the set of positive integers = {-1,-2,-3,-4,…}
Q = the set of rational numbers = {a/b| a,b is integer, b not zero}
Q+ = the set of positive rational numbers
Q* = the set of nonzero rational numbers
R = the set of real numbers
R+= the set of positive real numbers
R*= the set of nonzero real numbers
C = the set of complex numbers
Any set that contains no elements is called the empty set
the empty set is a subset of every set including itself
notation: { } or 
Examples ~ both A and B are empty
A = {x | x is a Chevrolet Mustang}
B = {x | x is a positive number  0}
Cardinality refers to the number of elements in a set
A finite set has a countable number of elements
An infinite set has at least as many elements as the set
of natural numbers
notation: n(A) represents the cardinality of Set A
Finite sets
A = {x | x is a lower case letter} n(A) = 26
B = {2, 3, 4, 5, 6, 7} n(B) = 6
C = {x | x is an even number  10} n(C)= 4
D = {x | x is an even number  10} n(D)= 5
Infinite sets
A = {1, 2, 3, …} n(A) = 
B = {x | x is a point on a line} n(B) = 
C = {x| x is a point in a plane} n(C) = 
The universal set is the set of all things pertinent
to a given discussion and is designated by the symbol U
Example:
A = {x/x2 = 4}
1. U = set of Real numbers
then A = { -2 , 2 }
2. U = set of Natural numbers
then A = { 2 }
Two sets are equal if and only if they contain
precisely the same elements.
• The order in which the elements are listed is
unimportant.
• Elements may be repeated in set definitions without
increasing the size of the sets.
1) A = {1, 2, 3, 4} B = {1, 4, 2, 3}
then A = B
2) A = {1, 2, 2, 3, 4, 1, 2} B = {1, 2, 3, 4}
then A = B
3) A = {…,-4,-2,0,2, 4, 6, …}
B = {x/x is even numbers }
then A = B
4) A = {0,1, 2, 3} B = {1, 2, 3}
then A ≠ B
5) A = {x/x is positive numbers} B = {0,1,2,3,…}
then A ≠ B
a subset exists when a set’s members are also
contained in another set
notation:
 means “is a subset of”
 means “is a proper subset of”
 means “is not a subset of”
A = {x | x is a positive integer  8}
set A contains: 1, 2, 3, 4, 5, 6, 7, 8
B = {x | x is a positive even integer  10}
set B contains: 2, 4, 6, 8
C = {2, 4, 6, 8, 10}
set C contains: 2, 4, 6, 8, 10
Subset Relationships
A  A A  B A  C
B  A B  B B  C
C  A C  B C  C
How to find subsets
Example 1. A = {7}
Then subsets be {7} , 
2. B = {2, 4}
Then subsets be {2} ,{4},{2,4}, 
How to find subsets
Example 3. C = {{0,1},2}
Then subsets be {{0,1}},{2},{{0,1},2} , 
4. D = {{1}, 5}
Then subsets be {{1}} , 5, {{1},5} , 
How to find subsets
Example 5. D = {1,5,7}
Then subsets be {1},{5},{7},{1,5},{1,7},{5,7},{1,5,7} , 
6. F = {{2},6, 8}
Then subsets be {{2}} ,{6},{8},{{2},6},{{2},8},{6,8}, {{2},6, 8},
How to find subsets
give “n” is the cardinality of the set
then we get subsets of set is 2n
The power set is the set of all subsets that
can be created from a given set
The cardinality of the power set is 2 to the
power of the given set’s cardinality
notation: P (set name)
Example:
A = {a, b, c} where n(A) = 3
P (A) = {{a, b}, {a, c}, {b, c}, {a}, {b}, {c}, A, }
and n(P (A)) = 8
In general, if n(A) = n, then n(P (A) ) = 2n
Example:
B = {{1}, } where n(A) = 2
P (A) = {{{1}}, {}, {{1}, }, }
and n(P (A)) = 4
In general, if n(A) = n, then n(P (A) ) = 2n
• Venn diagrams show relationships between sets and their elements
Universal Set
Sets A & B
©1999 Indiana University Trustees
Set Definition Elements
A = {x | x  Z+ and x  8} 1 2 3 4 5 6 7 8
B = {x | x  Z+; x is even and  10} 2 4 6 8 10
A  B
B  A
©1999 Indiana University Trustees
Set Definition Elements
A = {x | x  Z+ and x  9} 1 2 3 4 5 6 7 8 9
B = {x | x  Z+ ; x is even and  8} 2 4 6 8
A  B
B  A
A  B
©1999 Indiana University Trustees
Set Definition Elements
A = {x | x  Z+ ; x is even and  10} 2 4 6 8 10
B = x  Z+ ; x is odd and x  10 } 1 3 5 7 9
A  B
B  A
Set Definition
U = {1, 2, 3, 4, 5, 6, 7, 8}
A = {1, 2, 6, 7}
B = {2, 3, 4, 7}
C = {4, 5, 6, 7}
A = {1, 2, 6, 7}
©1999 Indiana University Trustees
Venn Diagram Example 5
Set Definition
U = {1, 2, 3, 4, 5, 6, 7, 8}
A = {1, 2, 6, 7}
B = {2, 3, 4, 7}
C = {4, 5, 6, 7}
B = {2, 3, 4, 7}
©1999 Indiana University Trustees
Venn Diagram Example 6
Set Definition
U = {1, 2, 3, 4, 5, 6, 7, 8}
A = {1, 2, 6, 7}
B = {2, 3, 4, 7}
C = {4, 5, 6, 7}
C = {4, 5, 6, 7}
A survey of people who attended a financial amount of
100 people. Found a common interest to share with 45 people
buying lottery savings of 25 people and share their interests
into shares and buy lottery savings of 15 people. How many
people are not interested to share and not by lottery saving ?
A survey of people who attended a financial amount of
100 people. Found a common interest to share with 45 people
buying lottery savings of 25 people and share their interests
into shares and buy lottery savings of 15 people. How many
people are not interested to share and not by lottery saving ?
A survey of students who will educated amount of 1,000
people. Found some interest to study in the higher with 370
people. Some want to work with 550 people and some want
to study in the higher or work with 850 .How many students
who interested to study higher and work too ?
A survey of students who will educated amount of 1,000
people. Found some interest to study in the higher with 370
people. Some want to work with 550 people and some want
to study in the higher or work with 850 .How many students
who interested to study higher and work too ?
A survey of people who like travel in Phetchabun amount 1,000
people that found some like to travel by bus with 320 people.Some like to
travel by car with 240 and some like to travel by motorcycle with 560.
Some like to travel by bus and car with 100 people ,some like to travel by
bus and motorcycle with 50 people and some like to travel by car and
motorcycle with 40 people and some like to travel both with 30 people.
How many people who like to travel at least one way ?
A survey of people who like travel in Phetchabun amount 1,000
people that found some like to travel by bus with 320 people.Some like to
travel by car with 240 and some like to travel by motorcycle with 560.
Some like to travel by bus and car with 100 people ,some like to travel by
bus and motorcycle with 50 people and some like to travel by car and
motorcycle with 40 people and some like to travel both with 30 people.
How many people who like to travel at least one way ?
Sets

More Related Content

What's hot

Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set TheoryUsama ahmad
 
Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematicNaralaswapna
 
Set theory
Set theorySet theory
Set theoryAN_Rajin
 
GROUP AND SUBGROUP PPT 20By SONU KUMAR.pptx
GROUP AND SUBGROUP PPT 20By SONU KUMAR.pptxGROUP AND SUBGROUP PPT 20By SONU KUMAR.pptx
GROUP AND SUBGROUP PPT 20By SONU KUMAR.pptxSONU KUMAR
 
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
 
POWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfMaryAnnBatac1
 
3.3 the fundamental theorem of algebra t
3.3 the fundamental theorem of algebra t3.3 the fundamental theorem of algebra t
3.3 the fundamental theorem of algebra tmath260
 
Section 11: Normal Subgroups
Section 11: Normal SubgroupsSection 11: Normal Subgroups
Section 11: Normal SubgroupsKevin Johnson
 
Introduction to sets
Introduction to setsIntroduction to sets
Introduction to setsSonia Pahuja
 
Calculus a Functions of Several Variables
Calculus a Functions of Several Variables Calculus a Functions of Several Variables
Calculus a Functions of Several Variables Harington Dinklage
 
Sequences, Series, and the Binomial Theorem
Sequences, Series, and the Binomial TheoremSequences, Series, and the Binomial Theorem
Sequences, Series, and the Binomial TheoremVer Louie Gautani
 
Discreet_Set Theory
Discreet_Set TheoryDiscreet_Set Theory
Discreet_Set Theoryguest68d714
 
properties of multiplication of integers
properties of multiplication of integersproperties of multiplication of integers
properties of multiplication of integerssufiyafatima
 

What's hot (20)

Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set Theory
 
Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematic
 
Set theory
Set theorySet theory
Set theory
 
GROUP AND SUBGROUP PPT 20By SONU KUMAR.pptx
GROUP AND SUBGROUP PPT 20By SONU KUMAR.pptxGROUP AND SUBGROUP PPT 20By SONU KUMAR.pptx
GROUP AND SUBGROUP PPT 20By SONU KUMAR.pptx
 
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, ...
 
ABSTRACT ALGEBRA
ABSTRACT ALGEBRAABSTRACT ALGEBRA
ABSTRACT ALGEBRA
 
POWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdf
 
Sets class 11
Sets class 11Sets class 11
Sets class 11
 
3.3 the fundamental theorem of algebra t
3.3 the fundamental theorem of algebra t3.3 the fundamental theorem of algebra t
3.3 the fundamental theorem of algebra t
 
Sets
SetsSets
Sets
 
Section 11: Normal Subgroups
Section 11: Normal SubgroupsSection 11: Normal Subgroups
Section 11: Normal Subgroups
 
maths set
maths setmaths set
maths set
 
Set Operations
Set OperationsSet Operations
Set Operations
 
Constant rate
Constant rateConstant rate
Constant rate
 
Introduction to sets
Introduction to setsIntroduction to sets
Introduction to sets
 
Calculus a Functions of Several Variables
Calculus a Functions of Several Variables Calculus a Functions of Several Variables
Calculus a Functions of Several Variables
 
Sequences, Series, and the Binomial Theorem
Sequences, Series, and the Binomial TheoremSequences, Series, and the Binomial Theorem
Sequences, Series, and the Binomial Theorem
 
Discreet_Set Theory
Discreet_Set TheoryDiscreet_Set Theory
Discreet_Set Theory
 
properties of multiplication of integers
properties of multiplication of integersproperties of multiplication of integers
properties of multiplication of integers
 
Set Difference
Set DifferenceSet Difference
Set Difference
 

Viewers also liked

Latest ieee 2016 projects titles in power electronics @ trichy
Latest ieee 2016 projects titles in power electronics @ trichyLatest ieee 2016 projects titles in power electronics @ trichy
Latest ieee 2016 projects titles in power electronics @ trichyembedded dreamweb
 
main_product_report-Shenzhen Vesany Electronics Co., Ltd.
main_product_report-Shenzhen Vesany Electronics Co., Ltd.main_product_report-Shenzhen Vesany Electronics Co., Ltd.
main_product_report-Shenzhen Vesany Electronics Co., Ltd.Linda Wang
 
Latest ieee 2016 projects titles in power electronics @ trichy
Latest ieee 2016 projects titles in power electronics @ trichyLatest ieee 2016 projects titles in power electronics @ trichy
Latest ieee 2016 projects titles in power electronics @ trichyembedded dreamweb
 
Presentación estadistica 2015 (2)
Presentación estadistica 2015 (2)Presentación estadistica 2015 (2)
Presentación estadistica 2015 (2)Carlos Medina
 
BiomassPlus Internship Presentation
BiomassPlus Internship PresentationBiomassPlus Internship Presentation
BiomassPlus Internship PresentationShirley Chai
 
GeoII_ U4_T10_AA1_ Sombras 15 pasos
GeoII_ U4_T10_AA1_ Sombras 15 pasos GeoII_ U4_T10_AA1_ Sombras 15 pasos
GeoII_ U4_T10_AA1_ Sombras 15 pasos Belén Pacheco
 
E lit ppt tiger king
E lit ppt tiger kingE lit ppt tiger king
E lit ppt tiger kingDev Bhatnagar
 

Viewers also liked (11)

Latest ieee 2016 projects titles in power electronics @ trichy
Latest ieee 2016 projects titles in power electronics @ trichyLatest ieee 2016 projects titles in power electronics @ trichy
Latest ieee 2016 projects titles in power electronics @ trichy
 
main_product_report-Shenzhen Vesany Electronics Co., Ltd.
main_product_report-Shenzhen Vesany Electronics Co., Ltd.main_product_report-Shenzhen Vesany Electronics Co., Ltd.
main_product_report-Shenzhen Vesany Electronics Co., Ltd.
 
Latest ieee 2016 projects titles in power electronics @ trichy
Latest ieee 2016 projects titles in power electronics @ trichyLatest ieee 2016 projects titles in power electronics @ trichy
Latest ieee 2016 projects titles in power electronics @ trichy
 
Presentación estadistica 2015 (2)
Presentación estadistica 2015 (2)Presentación estadistica 2015 (2)
Presentación estadistica 2015 (2)
 
Appliances catalauge
Appliances  catalaugeAppliances  catalauge
Appliances catalauge
 
BiomassPlus Internship Presentation
BiomassPlus Internship PresentationBiomassPlus Internship Presentation
BiomassPlus Internship Presentation
 
GeoII_ U4_T10_AA1_ Sombras 15 pasos
GeoII_ U4_T10_AA1_ Sombras 15 pasos GeoII_ U4_T10_AA1_ Sombras 15 pasos
GeoII_ U4_T10_AA1_ Sombras 15 pasos
 
Motivational training
Motivational trainingMotivational training
Motivational training
 
Fiebre reumática
Fiebre reumáticaFiebre reumática
Fiebre reumática
 
E lit ppt tiger king
E lit ppt tiger kingE lit ppt tiger king
E lit ppt tiger king
 
CV_RadhikaSharma
CV_RadhikaSharmaCV_RadhikaSharma
CV_RadhikaSharma
 

Similar to Sets

Set Concepts
Set ConceptsSet Concepts
Set Conceptsshbest
 
Set Theory
Set TheorySet Theory
Set Theoryitutor
 
Introduction to set theory
Introduction to set theoryIntroduction to set theory
Introduction to set theoryNittaya Noinan
 
sets and their introduction and their exercises.pptx
sets and their introduction and their exercises.pptxsets and their introduction and their exercises.pptx
sets and their introduction and their exercises.pptxZenLooper
 
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
 
Set theory-ppt
Set theory-pptSet theory-ppt
Set theory-pptvipulAtri
 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Manik Bhola
 
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
 
SETS - Vedantu.pdf
SETS - Vedantu.pdfSETS - Vedantu.pdf
SETS - Vedantu.pdfAneeshRenu
 
SET THEORY
SET THEORYSET THEORY
SET THEORYLena
 
Final maths presentation on sets
Final maths presentation on setsFinal maths presentation on sets
Final maths presentation on setsRahul Avicii
 
2 》set operation.pdf
2 》set operation.pdf2 》set operation.pdf
2 》set operation.pdfHamayonHelali
 
Sets functions-sequences-exercises
Sets functions-sequences-exercisesSets functions-sequences-exercises
Sets functions-sequences-exercisesRoshayu Mohamad
 

Similar to Sets (20)

Set Concepts
Set ConceptsSet Concepts
Set Concepts
 
7-Sets-1.ppt
7-Sets-1.ppt7-Sets-1.ppt
7-Sets-1.ppt
 
Set Theory
Set TheorySet Theory
Set Theory
 
Introduction to set theory
Introduction to set theoryIntroduction to set theory
Introduction to set theory
 
sets and their introduction and their exercises.pptx
sets and their introduction and their exercises.pptxsets and their introduction and their exercises.pptx
sets and their introduction and their exercises.pptx
 
file_5.pptx
file_5.pptxfile_5.pptx
file_5.pptx
 
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
 
Set theory-ppt
Set theory-pptSet theory-ppt
Set theory-ppt
 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)
 
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
 
SETS - Vedantu.pdf
SETS - Vedantu.pdfSETS - Vedantu.pdf
SETS - Vedantu.pdf
 
SET THEORY
SET THEORYSET THEORY
SET THEORY
 
Final maths presentation on sets
Final maths presentation on setsFinal maths presentation on sets
Final maths presentation on sets
 
Sets
SetsSets
Sets
 
2 》set operation.pdf
2 》set operation.pdf2 》set operation.pdf
2 》set operation.pdf
 
4898850.ppt
4898850.ppt4898850.ppt
4898850.ppt
 
Set
SetSet
Set
 
Module week 1 Q1
Module week 1 Q1Module week 1 Q1
Module week 1 Q1
 
Mtk3013 chapter 2-3
Mtk3013   chapter 2-3Mtk3013   chapter 2-3
Mtk3013 chapter 2-3
 
Sets functions-sequences-exercises
Sets functions-sequences-exercisesSets functions-sequences-exercises
Sets functions-sequences-exercises
 

Recently uploaded

A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
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
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
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
 
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
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 

Recently uploaded (20)

A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
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
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
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
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 

Sets

  • 1.
  • 2. A Set is any well defined collection of “objects.” The elements of a set are the objects in a set. The symbol of Set is “ { } ” and
  • 3. – Distribute Sets by listing each element – Condition sets by defining the rules for membership
  • 4. We will take A , B , C , D , …, Z be the name of sets and “{ }” is symbol of sets. And use comma ( , ) between each elements in the set. Example Set of day in a week. Then we get A = {Monday, Tuesday , Wednesday,Thursday,Friday,Saturday,Sunday}
  • 5. We use a, b, c, d, …, z be the variable that is instead all elements in set and following with “ | ” to tell condition about the set. Example Set of day in a week. Then we get A = { x | x is day in a week}
  • 6. 2) set of digit Then we get B = {0 , 1 , 2 , 3 , 4, 5, 6, 7, 8, 9 } B = { x | x is digit}
  • 7. 3) set of integer Then we get C = {…,-3,-2,-1,0,1,2,3,… } C = { x | x is integer}
  • 8. 4) set of numbers that between -9 to 20 Then we get D = {-8,-7,-6,…,18,19 } D = { x | x is numbers that between -9 to 20}
  • 9. 5) set of integer that is divided by 3 Then we get G = {…,-9,-6,-3,0,3,6,9,12,… } G = { x | x is divied by 3} 5) set of integer that is divided by 3 Then we get G = {…,-9,-6,-3,0,3,6,9,12,…} G = { x / x is divied by 3}
  • 10. an element is a member of a set notation:  means “is an element of”  means “is not an element of”
  • 11. A = {1, 2, 3, 4} 1  A 6  A 2  A z  A B = {x | x is an even number  10} 2  B 9  B 4  B z  B
  • 12. C = {{0,1}, 2, {3}, 4} 1  A {0,1} A {3}  A 3  A B = {,2} 2  B {}  B   B {2}  B
  • 13. Z or I = the set of integers = {…,-3,-2,-1,0,1,2,3,…} N = the set of nonnegative integers or natural numbers = {1,2,3,4,…} Z+ = the set of positive integers = {1,2,3,4,…} Z- = the set of positive integers = {-1,-2,-3,-4,…} Q = the set of rational numbers = {a/b| a,b is integer, b not zero} Q+ = the set of positive rational numbers Q* = the set of nonzero rational numbers R = the set of real numbers R+= the set of positive real numbers R*= the set of nonzero real numbers C = the set of complex numbers
  • 14. Any set that contains no elements is called the empty set the empty set is a subset of every set including itself notation: { } or  Examples ~ both A and B are empty A = {x | x is a Chevrolet Mustang} B = {x | x is a positive number  0}
  • 15. Cardinality refers to the number of elements in a set A finite set has a countable number of elements An infinite set has at least as many elements as the set of natural numbers notation: n(A) represents the cardinality of Set A
  • 16. Finite sets A = {x | x is a lower case letter} n(A) = 26 B = {2, 3, 4, 5, 6, 7} n(B) = 6 C = {x | x is an even number  10} n(C)= 4 D = {x | x is an even number  10} n(D)= 5
  • 17. Infinite sets A = {1, 2, 3, …} n(A) =  B = {x | x is a point on a line} n(B) =  C = {x| x is a point in a plane} n(C) = 
  • 18. The universal set is the set of all things pertinent to a given discussion and is designated by the symbol U Example: A = {x/x2 = 4} 1. U = set of Real numbers then A = { -2 , 2 } 2. U = set of Natural numbers then A = { 2 }
  • 19. Two sets are equal if and only if they contain precisely the same elements. • The order in which the elements are listed is unimportant. • Elements may be repeated in set definitions without increasing the size of the sets.
  • 20. 1) A = {1, 2, 3, 4} B = {1, 4, 2, 3} then A = B 2) A = {1, 2, 2, 3, 4, 1, 2} B = {1, 2, 3, 4} then A = B 3) A = {…,-4,-2,0,2, 4, 6, …} B = {x/x is even numbers } then A = B
  • 21. 4) A = {0,1, 2, 3} B = {1, 2, 3} then A ≠ B 5) A = {x/x is positive numbers} B = {0,1,2,3,…} then A ≠ B
  • 22. a subset exists when a set’s members are also contained in another set notation:  means “is a subset of”  means “is a proper subset of”  means “is not a subset of”
  • 23. A = {x | x is a positive integer  8} set A contains: 1, 2, 3, 4, 5, 6, 7, 8 B = {x | x is a positive even integer  10} set B contains: 2, 4, 6, 8 C = {2, 4, 6, 8, 10} set C contains: 2, 4, 6, 8, 10 Subset Relationships A  A A  B A  C B  A B  B B  C C  A C  B C  C
  • 24. How to find subsets Example 1. A = {7} Then subsets be {7} ,  2. B = {2, 4} Then subsets be {2} ,{4},{2,4}, 
  • 25. How to find subsets Example 3. C = {{0,1},2} Then subsets be {{0,1}},{2},{{0,1},2} ,  4. D = {{1}, 5} Then subsets be {{1}} , 5, {{1},5} , 
  • 26. How to find subsets Example 5. D = {1,5,7} Then subsets be {1},{5},{7},{1,5},{1,7},{5,7},{1,5,7} ,  6. F = {{2},6, 8} Then subsets be {{2}} ,{6},{8},{{2},6},{{2},8},{6,8}, {{2},6, 8},
  • 27. How to find subsets give “n” is the cardinality of the set then we get subsets of set is 2n
  • 28. The power set is the set of all subsets that can be created from a given set The cardinality of the power set is 2 to the power of the given set’s cardinality notation: P (set name)
  • 29. Example: A = {a, b, c} where n(A) = 3 P (A) = {{a, b}, {a, c}, {b, c}, {a}, {b}, {c}, A, } and n(P (A)) = 8 In general, if n(A) = n, then n(P (A) ) = 2n
  • 30. Example: B = {{1}, } where n(A) = 2 P (A) = {{{1}}, {}, {{1}, }, } and n(P (A)) = 4 In general, if n(A) = n, then n(P (A) ) = 2n
  • 31. • Venn diagrams show relationships between sets and their elements Universal Set Sets A & B
  • 32. ©1999 Indiana University Trustees Set Definition Elements A = {x | x  Z+ and x  8} 1 2 3 4 5 6 7 8 B = {x | x  Z+; x is even and  10} 2 4 6 8 10 A  B B  A
  • 33. ©1999 Indiana University Trustees Set Definition Elements A = {x | x  Z+ and x  9} 1 2 3 4 5 6 7 8 9 B = {x | x  Z+ ; x is even and  8} 2 4 6 8 A  B B  A A  B
  • 34. ©1999 Indiana University Trustees Set Definition Elements A = {x | x  Z+ ; x is even and  10} 2 4 6 8 10 B = x  Z+ ; x is odd and x  10 } 1 3 5 7 9 A  B B  A
  • 35. Set Definition U = {1, 2, 3, 4, 5, 6, 7, 8} A = {1, 2, 6, 7} B = {2, 3, 4, 7} C = {4, 5, 6, 7} A = {1, 2, 6, 7}
  • 36. ©1999 Indiana University Trustees Venn Diagram Example 5 Set Definition U = {1, 2, 3, 4, 5, 6, 7, 8} A = {1, 2, 6, 7} B = {2, 3, 4, 7} C = {4, 5, 6, 7} B = {2, 3, 4, 7}
  • 37. ©1999 Indiana University Trustees Venn Diagram Example 6 Set Definition U = {1, 2, 3, 4, 5, 6, 7, 8} A = {1, 2, 6, 7} B = {2, 3, 4, 7} C = {4, 5, 6, 7} C = {4, 5, 6, 7}
  • 38.
  • 39. A survey of people who attended a financial amount of 100 people. Found a common interest to share with 45 people buying lottery savings of 25 people and share their interests into shares and buy lottery savings of 15 people. How many people are not interested to share and not by lottery saving ?
  • 40. A survey of people who attended a financial amount of 100 people. Found a common interest to share with 45 people buying lottery savings of 25 people and share their interests into shares and buy lottery savings of 15 people. How many people are not interested to share and not by lottery saving ?
  • 41. A survey of students who will educated amount of 1,000 people. Found some interest to study in the higher with 370 people. Some want to work with 550 people and some want to study in the higher or work with 850 .How many students who interested to study higher and work too ?
  • 42. A survey of students who will educated amount of 1,000 people. Found some interest to study in the higher with 370 people. Some want to work with 550 people and some want to study in the higher or work with 850 .How many students who interested to study higher and work too ?
  • 43.
  • 44. A survey of people who like travel in Phetchabun amount 1,000 people that found some like to travel by bus with 320 people.Some like to travel by car with 240 and some like to travel by motorcycle with 560. Some like to travel by bus and car with 100 people ,some like to travel by bus and motorcycle with 50 people and some like to travel by car and motorcycle with 40 people and some like to travel both with 30 people. How many people who like to travel at least one way ?
  • 45. A survey of people who like travel in Phetchabun amount 1,000 people that found some like to travel by bus with 320 people.Some like to travel by car with 240 and some like to travel by motorcycle with 560. Some like to travel by bus and car with 100 people ,some like to travel by bus and motorcycle with 50 people and some like to travel by car and motorcycle with 40 people and some like to travel both with 30 people. How many people who like to travel at least one way ?