SlideShare a Scribd company logo
CARTESIAN PRODUCT
Janak singh Saud
saudjanaksingh@gmail.com
https://images.app.goo.gl/CjPHqUg6ZxC3ehER6
6/19/2020 JANAK SINGH SAUD 1
Assume the AASHIFA is only considering Car Company HONDA,
Car Company NISSAN, Car Company BMW and she is only
looking for white or red colour.
• Set A = {BMW, HONDA, NISSAN}
• Set B = {white , red}
The set of for this example as following:
https://images.app.goo.gl/TkXCbhW5RbZmCPvp7
6/19/2020 JANAK SINGH SAUD 2
BMW
HONDA
NISSAN
White
Red
A B
{(BMW, White), (BMW, Red), (HONDA, White), (HONDA, Red), (NISSAN, White), (Nissan, Red) }
The possible ordered pairs are :
Definition: Let A and B are two non- empty sets. Then the set of all possible ordered pairs in which the first element
from set A and second element from set B is called the Cartesian Product of Sets A and B. It is denoted by A × B which is
read as “A cross B”.
6/19/2020 JANAK SINGH SAUD 3
BMW
HONDA
NISSAN
White
Red
White
Red
White
Red
A B A ×B
(BMW, White)
(BMW, Red)
(HONDA, Red)
(HONDA, White)
(NISSAN, White)
(Nissan, Red)
A × B = {(BMW, White), (BMW, Red), (HONDA, White), (HONDA, Red), (NISSAN, White), (Nissan, Red) }
Tree Diagram
6/19/2020 JANAK SINGH SAUD 4
Table
B
A
× White Red
BMW
HONDA
NISSAN
A × B = {(BMW, White), (BMW, Red), (HONDA, White), (HONDA, Red), (NISSAN, White), (Nissan, Red) }
B
A
× White Red
BMW (BMW, White)
HONDA
NISSAN
B
A
× White Red
BMW (BMW, White) (BMW, Red)
HONDA
NISSAN
B
A
× White Red
BMW (BMW, White) (BMW, Red)
HONDA (HONDA, White)
NISSAN
B
A
× White Red
BMW (BMW, White) (BMW, Red)
HONDA (HONDA, White) (HONDA, Red)
NISSAN
B
A
× White Red
BMW (BMW, White) (BMW, Red)
HONDA (HONDA, White) (HONDA, Red)
NISSAN (NISSAN, White)
B
A
× White Red
BMW (BMW, White) (BMW, Red)
HONDA (HONDA, White) (HONDA, Red)
NISSAN (NISSAN, White) (NISSAN, Red)
6/19/2020 JANAK SINGH SAUD 5
6/19/2020 JANAK SINGH SAUD 6
If A = { a, b} and B = {1, 2, 3} , then find A ×B and B ×A
• Here A = {a, b} and B = {1, 2, 3}
• ∴ A ×B = {(a, 1), (a, 2), (a, 3), (b, 1), (b, 2), (b, 3)}
• N(A) = 2 and N(B) = 3
• N(A×B) = 2×3 = 6
• B ×A = {(1, a), (1, b), (2, a), (2, b), (3, a), (3, b)}
• N(B×A) = 6
• NOTE:
1. A ×B ≠ B × A
2. A ×B = B × A if A and B are equal sets.
3. If N(A) = m and N(B) = n, then N(A×B) = m ×n
4. N(A×B) = N(B×A)
5. A ×B = ∅ if A or B is an empty set
a
b
1
2
3
A B
1
2
3
B A
a
b
6/19/2020
JANAK SINGH SAUD
7
EXAMPLE 2: IF A = {x∈N:x≤4}, find A×A
• Here A = {x∈N:x≤4}
A
A
×
1 2 3 4
1
2
3
4
∴ A = {1, 2, 3, 4}
A
A
×
1 2 3 4
1 (1, 1)
2
3
4
A
A
×
1 2 3 4
1 (1, 2)
2
3
4
A
A
×
1 2 3 4
1 (1, 3)
2
3
4
A
A
×
1 2 3 4
1 (1, 4)
2
3
4
A
A
×
1 2 3 4
1
2 (2, 1)
3
4
A
A
×
1 2 3 4
1
2 (2, 2)
3
4
A
A
×
1 2 3 4
1
2 (2, 3)
3
4
A
A
×
1 2 3 4
1
2 (2, 4)
3
4
A
A
×
1 2 3 4
1
2
3 (3, 1)
4
A
A
×
1
2
3 (3, 2)
4
A
A
×
(3, 3)
A
A
×
(3, 4)
A
A
×
(4, 1)
A
A
×
(4, 2)
A
A
×
(4, 3)
A
A
×
(4, 4)
Now, from the adjoining table;
A×A= {(1, 1), (1, 2), (1, 3), (1, 4), (2, 1), (2, 2), (2, 3), (2, 4), (3, 1),
(3, 2), (3, 3), (3, 4), (4, 1), (4, 2), (4, 3), (4, 4)}
6/19/2020 JANAK SINGH SAUD 8
EXAMPLE 3: If A×B = {(2, 4), (2,5),(2,6),(3,4),(3,5),(3,6)}, then
find sets A and B. Also find n(A), n(B) and n(A×B)
Here, A×B = {(2, 4), (2,5),(2,6),(3,4),(3,5),(3,6)}
A = Set of first elements of the ordered pairs
= {2, 3}
B = Set of second elements of the ordered pairs
= {4, 5, 6 }
N(A) = 2 and N(B) = 3
∴N(A×B) = 2 ×3 = 6
6/19/2020 JANAK SINGH SAUD 9
If A = {x: x≤5, x∈N} and B = {x:x2- 4=0}, then find
A×B and B×A.
Here, A = {x: x≤5, x∈N}
= {1, 2, 3, 4, 5} .
And B = {x:x2- 4=0}
= {-2, 2}
Now, A ×B = {1, 2, 3, 4, 5} ×{- 2, 2}
= {(1, -2), (1, 2), (2, -2), (2, 2), (3, - 2), (3, 2), (4, -2),(4,2),(5,-
2),(4, 2)}
And B×A = {- 2, 2} × {1, 2, 3, 4, 5}
= {-2, 1),(-2,2),(-2,3),(-2,4),(-2,5),(2,1),(2,2),(2,3),(2,4),(2,5)}
∴x2 – 4 = 0
or, x2 – 22 = 0
or, (x+ 2) (x – 2) = 0
or, x + 2 = 0 , x – 2 = 0
or, x = - 2 and 2
6/19/2020 JANAK SINGH SAUD 10
1. In each of the following conditions, find
A×B
a) A = {2, 3} and B= {a, b}
b) A = {p, q} and B{1, 2}
c) A = {1, 2 3} and B = {r, s, t}
d) A = {2, 3, 4} and B = {2, 3, 4}
e) A = {1, 2, 3} and B = {0, 1, 2, 3}
f) A = {1, 2} and B = {4, 5, 6, 7}
6/19/2020 JANAK SINGH SAUD 11
2. Find A× B and B ×A in each of the
following cases:
a) P = {1, 2, 3} and Q = {a, b}
b) P = {2, 3, 4} and Q = {3, 4, 5}
6/19/2020 JANAK SINGH SAUD 12
3. SOLVE
• Given X = {1, 2, 3} and Y = {4, 5}. Show that X×Y ≠Y×X
• If M = {a, b, c} and N = {c, d}, then verify that M× N ≠ N × M
6/19/2020 JANAK SINGH SAUD 13
4. SOLVE
• If P× Q = {(1,m),(1,n),(2,m),(2,n),(3,m),(3,n)}, find P And Q
• If B×A = {(2, 5),(,3, 5), (4, 5),(2, 6), (3, 6),(4, 6)}, find A and B.
6/19/2020 JANAK SINGH SAUD 14
5. SOLVE
• If A = {x : x ≤3 and x ∈ 𝑁}, then find A ×A
• If P = {x : 7≤x ≤10}, then find P ×P.
6/19/2020 JANAK SINGH SAUD 15
6. SOLVE
• If P = {4, 5, 6} and Q = {1, 2}, show that P×Q in mapping diagram and
on graph
• If A = {x:x∈ 𝑁, 6< x <9}, find A ×A and show it in mapping diagram
and in lattice diagram.
6/19/2020 JANAK SINGH SAUD 16
H.W.- Cartesian Product
1. Find A× B and B ×A in each of the following cases if A = {1, 2, 3}
and B = {a, b} by tree diagram
2. If M = {a, b, c} and N = {c, d}, then verify that M× N ≠ N × M
3. If P× Q = {(1,m),(1,n),(2,m),(2,n),(3,m),(3,n)}, find P And Q
4. If P = {x : 7≤x ≤10}, then find P ×P.
5. If P = {4, 5, 6} and Q = {1, 2}, show that P×Q in mapping diagram
6. If A = {x:x∈ 𝑁, 6< x <9}, find A ×A and show it in Table Method and
6/19/2020 JANAK SINGH SAUD 17
Ram’s family- Revision of ordered pair
Dhanshyam 50 years
Gita 45 years
Ram 13 years
Hari 10 years
pramila 5 years
{(Dhanashyam, 50), (Gita, 45), (Ram, 13), (Hari, 10), (Pranila, 5)}
{(50, Dhanshyam), (45, Gita), (13, Ram), (10, Hari), (5, Pranila)}
Representing the above table in ordered pair form:
6/19/2020 JANAK SINGH SAUD 18
https://www.youtube.com/channel/UCGxSYD_UZLzXfmAzxaRyYhw?vie
w_as=subscriber
https://www.facebook.com/janaksinghsaud
https://www.slideshare.net/janaksinghsaud
saudjanaksingh@gmail.com
6/19/2020 JANAK SINGH SAUD 19

More Related Content

What's hot

Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set Theory
Usama ahmad
 
Sets PowerPoint Presentation
Sets PowerPoint PresentationSets PowerPoint Presentation
Sets PowerPoint Presentation
Ashna Rajput
 
SET THEORY
SET THEORYSET THEORY
SET THEORYLena
 
Set Operations
Set OperationsSet Operations
Set Operations
Bilal Amjad
 
Solving Problems Using Venn Diagram
Solving Problems Using Venn DiagramSolving Problems Using Venn Diagram
Solving Problems Using Venn Diagram
Free Math Powerpoints
 
Quadratic Equation and discriminant
Quadratic Equation and discriminantQuadratic Equation and discriminant
Quadratic Equation and discriminantswartzje
 
Set theory
Set theorySet theory
Set theory
AN_Rajin
 
1. sets and basic notations
1. sets and basic notations1. sets and basic notations
1. sets and basic notationseduardman
 
mathematical induction
mathematical inductionmathematical induction
mathematical inductionankush_kumar
 
2.3 Set difference
2.3 Set difference2.3 Set difference
2.3 Set difference
Jan Plaza
 
Universal Set and Subset using Venn Diagram
Universal Set and Subset using Venn DiagramUniversal Set and Subset using Venn Diagram
Universal Set and Subset using Venn Diagram
Free Math Powerpoints
 
Set, Relations and Functions
Set, Relations and FunctionsSet, Relations and Functions
Set, Relations and Functions
suthi
 
Function and Its Types.
Function and Its Types.Function and Its Types.
Function and Its Types.
Awais Bakshy
 
Functions
FunctionsFunctions
ORDERED PAIR
ORDERED PAIRORDERED PAIR
ORDERED PAIR
Janak Singh saud
 
Compliment of a set
Compliment of a setCompliment of a set
Compliment of a set
myla gambalan
 
Solving system of linear equations
Solving system of linear equationsSolving system of linear equations
Solving system of linear equations
Mew Aornwara
 
Real Number System
Real Number SystemReal Number System
Real Number System
Irishgel Cabasisi
 
2.1 Union, intersection and complement
2.1 Union, intersection and complement2.1 Union, intersection and complement
2.1 Union, intersection and complement
Jan Plaza
 

What's hot (20)

Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set Theory
 
Sets PowerPoint Presentation
Sets PowerPoint PresentationSets PowerPoint Presentation
Sets PowerPoint Presentation
 
SET THEORY
SET THEORYSET THEORY
SET THEORY
 
Set Operations
Set OperationsSet Operations
Set Operations
 
Solving Problems Using Venn Diagram
Solving Problems Using Venn DiagramSolving Problems Using Venn Diagram
Solving Problems Using Venn Diagram
 
Quadratic Equation and discriminant
Quadratic Equation and discriminantQuadratic Equation and discriminant
Quadratic Equation and discriminant
 
Set theory
Set theorySet theory
Set theory
 
1. sets and basic notations
1. sets and basic notations1. sets and basic notations
1. sets and basic notations
 
mathematical induction
mathematical inductionmathematical induction
mathematical induction
 
2.1 Sets
2.1 Sets2.1 Sets
2.1 Sets
 
2.3 Set difference
2.3 Set difference2.3 Set difference
2.3 Set difference
 
Universal Set and Subset using Venn Diagram
Universal Set and Subset using Venn DiagramUniversal Set and Subset using Venn Diagram
Universal Set and Subset using Venn Diagram
 
Set, Relations and Functions
Set, Relations and FunctionsSet, Relations and Functions
Set, Relations and Functions
 
Function and Its Types.
Function and Its Types.Function and Its Types.
Function and Its Types.
 
Functions
FunctionsFunctions
Functions
 
ORDERED PAIR
ORDERED PAIRORDERED PAIR
ORDERED PAIR
 
Compliment of a set
Compliment of a setCompliment of a set
Compliment of a set
 
Solving system of linear equations
Solving system of linear equationsSolving system of linear equations
Solving system of linear equations
 
Real Number System
Real Number SystemReal Number System
Real Number System
 
2.1 Union, intersection and complement
2.1 Union, intersection and complement2.1 Union, intersection and complement
2.1 Union, intersection and complement
 

Similar to Cartesian product of two sets

Probability-06.pdf
Probability-06.pdfProbability-06.pdf
Probability-06.pdf
AtikaAbdulhayee
 
X std maths - Relations and functions (ex 1.1)
X std maths - Relations and functions  (ex 1.1)X std maths - Relations and functions  (ex 1.1)
X std maths - Relations and functions (ex 1.1)
Dr. I. Uma Maheswari Maheswari
 
Domain and range of a RELATION
Domain and range of a RELATIONDomain and range of a RELATION
Domain and range of a RELATION
Janak Singh saud
 
RELATION
RELATIONRELATION
Ejercicios prueba de algebra de la UTN- widmar aguilar
Ejercicios prueba de algebra de la UTN-  widmar aguilarEjercicios prueba de algebra de la UTN-  widmar aguilar
Ejercicios prueba de algebra de la UTN- widmar aguilar
Widmar Aguilar Gonzalez
 
แบบฝึกทักษะฟังก์ชัน(เพิ่มเติม)ตัวจริง
แบบฝึกทักษะฟังก์ชัน(เพิ่มเติม)ตัวจริงแบบฝึกทักษะฟังก์ชัน(เพิ่มเติม)ตัวจริง
แบบฝึกทักษะฟังก์ชัน(เพิ่มเติม)ตัวจริงNittaya Noinan
 
Function : Introduction
Function : IntroductionFunction : Introduction
Function : Introduction
Janak Singh saud
 
H 2016 2018
H 2016   2018H 2016   2018
H 2016 2018
sjamaths
 
Tugas mtk 1.01
Tugas mtk 1.01Tugas mtk 1.01
Tugas mtk 1.01
arehansanada
 
Afa 2019
Afa 2019Afa 2019
Afa 2019
KalculosOnline
 
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
inventionjournals
 
V2.0
V2.0V2.0
Questions and Solutions Basic Trigonometry.pdf
Questions and Solutions Basic Trigonometry.pdfQuestions and Solutions Basic Trigonometry.pdf
Questions and Solutions Basic Trigonometry.pdf
erbisyaputra
 
2 》set operation.pdf
2 》set operation.pdf2 》set operation.pdf
2 》set operation.pdf
HamayonHelali
 
Application of Cramer rule in daily life best example
Application of Cramer rule in daily life best exampleApplication of Cramer rule in daily life best example
Application of Cramer rule in daily life best example
Rai Amad Ud Din
 

Similar to Cartesian product of two sets (20)

Probability-06.pdf
Probability-06.pdfProbability-06.pdf
Probability-06.pdf
 
X std maths - Relations and functions (ex 1.1)
X std maths - Relations and functions  (ex 1.1)X std maths - Relations and functions  (ex 1.1)
X std maths - Relations and functions (ex 1.1)
 
SET
SETSET
SET
 
Domain and range of a RELATION
Domain and range of a RELATIONDomain and range of a RELATION
Domain and range of a RELATION
 
RELATION
RELATIONRELATION
RELATION
 
Relations
RelationsRelations
Relations
 
Mathematics 1
Mathematics 1Mathematics 1
Mathematics 1
 
Ejercicios prueba de algebra de la UTN- widmar aguilar
Ejercicios prueba de algebra de la UTN-  widmar aguilarEjercicios prueba de algebra de la UTN-  widmar aguilar
Ejercicios prueba de algebra de la UTN- widmar aguilar
 
แบบฝึกทักษะฟังก์ชัน(เพิ่มเติม)ตัวจริง
แบบฝึกทักษะฟังก์ชัน(เพิ่มเติม)ตัวจริงแบบฝึกทักษะฟังก์ชัน(เพิ่มเติม)ตัวจริง
แบบฝึกทักษะฟังก์ชัน(เพิ่มเติม)ตัวจริง
 
Function : Introduction
Function : IntroductionFunction : Introduction
Function : Introduction
 
Matrices 44.4
Matrices 44.4Matrices 44.4
Matrices 44.4
 
H 2016 2018
H 2016   2018H 2016   2018
H 2016 2018
 
Tugas mtk 1.01
Tugas mtk 1.01Tugas mtk 1.01
Tugas mtk 1.01
 
Afa 2019
Afa 2019Afa 2019
Afa 2019
 
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
 
Mathematics 1
Mathematics 1Mathematics 1
Mathematics 1
 
V2.0
V2.0V2.0
V2.0
 
Questions and Solutions Basic Trigonometry.pdf
Questions and Solutions Basic Trigonometry.pdfQuestions and Solutions Basic Trigonometry.pdf
Questions and Solutions Basic Trigonometry.pdf
 
2 》set operation.pdf
2 》set operation.pdf2 》set operation.pdf
2 》set operation.pdf
 
Application of Cramer rule in daily life best example
Application of Cramer rule in daily life best exampleApplication of Cramer rule in daily life best example
Application of Cramer rule in daily life best example
 

More from Janak Singh saud

CURRICULUM SHARING .pdf
CURRICULUM SHARING .pdfCURRICULUM SHARING .pdf
CURRICULUM SHARING .pdf
Janak Singh saud
 
#Triangle : Experimental verification of properties of triangle
#Triangle : Experimental verification of properties of triangle #Triangle : Experimental verification of properties of triangle
#Triangle : Experimental verification of properties of triangle
Janak Singh saud
 
FUNCTION- Algebraic Function
FUNCTION- Algebraic FunctionFUNCTION- Algebraic Function
FUNCTION- Algebraic Function
Janak Singh saud
 
Types of RELATIONS
Types of RELATIONSTypes of RELATIONS
Types of RELATIONS
Janak Singh saud
 
INVERSE FUNCTION
INVERSE FUNCTIONINVERSE FUNCTION
INVERSE FUNCTION
Janak Singh saud
 
Standard deviation :grouped data/Continuous data
Standard deviation  :grouped data/Continuous dataStandard deviation  :grouped data/Continuous data
Standard deviation :grouped data/Continuous data
Janak Singh saud
 
Mean deviation :individual and discrete data
Mean deviation  :individual and discrete dataMean deviation  :individual and discrete data
Mean deviation :individual and discrete data
Janak Singh saud
 
Vector
Vector Vector
Equation of a circle on some special cases
Equation of a circle on some special casesEquation of a circle on some special cases
Equation of a circle on some special cases
Janak Singh saud
 
Trigonometry Exploration
Trigonometry Exploration Trigonometry Exploration
Trigonometry Exploration
Janak Singh saud
 
General equation of a circle
General equation of a circleGeneral equation of a circle
General equation of a circle
Janak Singh saud
 
Trigonometry Exploration
Trigonometry ExplorationTrigonometry Exploration
Trigonometry Exploration
Janak Singh saud
 
Trigonometry Exploration
Trigonometry ExplorationTrigonometry Exploration
Trigonometry Exploration
Janak Singh saud
 
Trigonometry Exploration
Trigonometry ExplorationTrigonometry Exploration
Trigonometry Exploration
Janak Singh saud
 
Trigonometry Exploration
Trigonometry ExplorationTrigonometry Exploration
Trigonometry Exploration
Janak Singh saud
 
Trigonometry Exploration
Trigonometry ExplorationTrigonometry Exploration
Trigonometry Exploration
Janak Singh saud
 
Trigonometry Exploration
Trigonometry ExplorationTrigonometry Exploration
Trigonometry Exploration
Janak Singh saud
 
The angle between two lines
 The angle between two lines  The angle between two lines
The angle between two lines
Janak Singh saud
 
Introduction of Equation of pair of straight lines
Introduction of Equation of pair of straight lines Introduction of Equation of pair of straight lines
Introduction of Equation of pair of straight lines
Janak Singh saud
 
Why we weak in mathematic ?
Why we weak in mathematic ?Why we weak in mathematic ?
Why we weak in mathematic ?Janak Singh saud
 

More from Janak Singh saud (20)

CURRICULUM SHARING .pdf
CURRICULUM SHARING .pdfCURRICULUM SHARING .pdf
CURRICULUM SHARING .pdf
 
#Triangle : Experimental verification of properties of triangle
#Triangle : Experimental verification of properties of triangle #Triangle : Experimental verification of properties of triangle
#Triangle : Experimental verification of properties of triangle
 
FUNCTION- Algebraic Function
FUNCTION- Algebraic FunctionFUNCTION- Algebraic Function
FUNCTION- Algebraic Function
 
Types of RELATIONS
Types of RELATIONSTypes of RELATIONS
Types of RELATIONS
 
INVERSE FUNCTION
INVERSE FUNCTIONINVERSE FUNCTION
INVERSE FUNCTION
 
Standard deviation :grouped data/Continuous data
Standard deviation  :grouped data/Continuous dataStandard deviation  :grouped data/Continuous data
Standard deviation :grouped data/Continuous data
 
Mean deviation :individual and discrete data
Mean deviation  :individual and discrete dataMean deviation  :individual and discrete data
Mean deviation :individual and discrete data
 
Vector
Vector Vector
Vector
 
Equation of a circle on some special cases
Equation of a circle on some special casesEquation of a circle on some special cases
Equation of a circle on some special cases
 
Trigonometry Exploration
Trigonometry Exploration Trigonometry Exploration
Trigonometry Exploration
 
General equation of a circle
General equation of a circleGeneral equation of a circle
General equation of a circle
 
Trigonometry Exploration
Trigonometry ExplorationTrigonometry Exploration
Trigonometry Exploration
 
Trigonometry Exploration
Trigonometry ExplorationTrigonometry Exploration
Trigonometry Exploration
 
Trigonometry Exploration
Trigonometry ExplorationTrigonometry Exploration
Trigonometry Exploration
 
Trigonometry Exploration
Trigonometry ExplorationTrigonometry Exploration
Trigonometry Exploration
 
Trigonometry Exploration
Trigonometry ExplorationTrigonometry Exploration
Trigonometry Exploration
 
Trigonometry Exploration
Trigonometry ExplorationTrigonometry Exploration
Trigonometry Exploration
 
The angle between two lines
 The angle between two lines  The angle between two lines
The angle between two lines
 
Introduction of Equation of pair of straight lines
Introduction of Equation of pair of straight lines Introduction of Equation of pair of straight lines
Introduction of Equation of pair of straight lines
 
Why we weak in mathematic ?
Why we weak in mathematic ?Why we weak in mathematic ?
Why we weak in mathematic ?
 

Recently uploaded

Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 

Recently uploaded (20)

Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 

Cartesian product of two sets

  • 1. CARTESIAN PRODUCT Janak singh Saud saudjanaksingh@gmail.com https://images.app.goo.gl/CjPHqUg6ZxC3ehER6 6/19/2020 JANAK SINGH SAUD 1
  • 2. Assume the AASHIFA is only considering Car Company HONDA, Car Company NISSAN, Car Company BMW and she is only looking for white or red colour. • Set A = {BMW, HONDA, NISSAN} • Set B = {white , red} The set of for this example as following: https://images.app.goo.gl/TkXCbhW5RbZmCPvp7 6/19/2020 JANAK SINGH SAUD 2
  • 3. BMW HONDA NISSAN White Red A B {(BMW, White), (BMW, Red), (HONDA, White), (HONDA, Red), (NISSAN, White), (Nissan, Red) } The possible ordered pairs are : Definition: Let A and B are two non- empty sets. Then the set of all possible ordered pairs in which the first element from set A and second element from set B is called the Cartesian Product of Sets A and B. It is denoted by A × B which is read as “A cross B”. 6/19/2020 JANAK SINGH SAUD 3
  • 4. BMW HONDA NISSAN White Red White Red White Red A B A ×B (BMW, White) (BMW, Red) (HONDA, Red) (HONDA, White) (NISSAN, White) (Nissan, Red) A × B = {(BMW, White), (BMW, Red), (HONDA, White), (HONDA, Red), (NISSAN, White), (Nissan, Red) } Tree Diagram 6/19/2020 JANAK SINGH SAUD 4
  • 5. Table B A × White Red BMW HONDA NISSAN A × B = {(BMW, White), (BMW, Red), (HONDA, White), (HONDA, Red), (NISSAN, White), (Nissan, Red) } B A × White Red BMW (BMW, White) HONDA NISSAN B A × White Red BMW (BMW, White) (BMW, Red) HONDA NISSAN B A × White Red BMW (BMW, White) (BMW, Red) HONDA (HONDA, White) NISSAN B A × White Red BMW (BMW, White) (BMW, Red) HONDA (HONDA, White) (HONDA, Red) NISSAN B A × White Red BMW (BMW, White) (BMW, Red) HONDA (HONDA, White) (HONDA, Red) NISSAN (NISSAN, White) B A × White Red BMW (BMW, White) (BMW, Red) HONDA (HONDA, White) (HONDA, Red) NISSAN (NISSAN, White) (NISSAN, Red) 6/19/2020 JANAK SINGH SAUD 5
  • 7. If A = { a, b} and B = {1, 2, 3} , then find A ×B and B ×A • Here A = {a, b} and B = {1, 2, 3} • ∴ A ×B = {(a, 1), (a, 2), (a, 3), (b, 1), (b, 2), (b, 3)} • N(A) = 2 and N(B) = 3 • N(A×B) = 2×3 = 6 • B ×A = {(1, a), (1, b), (2, a), (2, b), (3, a), (3, b)} • N(B×A) = 6 • NOTE: 1. A ×B ≠ B × A 2. A ×B = B × A if A and B are equal sets. 3. If N(A) = m and N(B) = n, then N(A×B) = m ×n 4. N(A×B) = N(B×A) 5. A ×B = ∅ if A or B is an empty set a b 1 2 3 A B 1 2 3 B A a b 6/19/2020 JANAK SINGH SAUD 7
  • 8. EXAMPLE 2: IF A = {x∈N:x≤4}, find A×A • Here A = {x∈N:x≤4} A A × 1 2 3 4 1 2 3 4 ∴ A = {1, 2, 3, 4} A A × 1 2 3 4 1 (1, 1) 2 3 4 A A × 1 2 3 4 1 (1, 2) 2 3 4 A A × 1 2 3 4 1 (1, 3) 2 3 4 A A × 1 2 3 4 1 (1, 4) 2 3 4 A A × 1 2 3 4 1 2 (2, 1) 3 4 A A × 1 2 3 4 1 2 (2, 2) 3 4 A A × 1 2 3 4 1 2 (2, 3) 3 4 A A × 1 2 3 4 1 2 (2, 4) 3 4 A A × 1 2 3 4 1 2 3 (3, 1) 4 A A × 1 2 3 (3, 2) 4 A A × (3, 3) A A × (3, 4) A A × (4, 1) A A × (4, 2) A A × (4, 3) A A × (4, 4) Now, from the adjoining table; A×A= {(1, 1), (1, 2), (1, 3), (1, 4), (2, 1), (2, 2), (2, 3), (2, 4), (3, 1), (3, 2), (3, 3), (3, 4), (4, 1), (4, 2), (4, 3), (4, 4)} 6/19/2020 JANAK SINGH SAUD 8
  • 9. EXAMPLE 3: If A×B = {(2, 4), (2,5),(2,6),(3,4),(3,5),(3,6)}, then find sets A and B. Also find n(A), n(B) and n(A×B) Here, A×B = {(2, 4), (2,5),(2,6),(3,4),(3,5),(3,6)} A = Set of first elements of the ordered pairs = {2, 3} B = Set of second elements of the ordered pairs = {4, 5, 6 } N(A) = 2 and N(B) = 3 ∴N(A×B) = 2 ×3 = 6 6/19/2020 JANAK SINGH SAUD 9
  • 10. If A = {x: x≤5, x∈N} and B = {x:x2- 4=0}, then find A×B and B×A. Here, A = {x: x≤5, x∈N} = {1, 2, 3, 4, 5} . And B = {x:x2- 4=0} = {-2, 2} Now, A ×B = {1, 2, 3, 4, 5} ×{- 2, 2} = {(1, -2), (1, 2), (2, -2), (2, 2), (3, - 2), (3, 2), (4, -2),(4,2),(5,- 2),(4, 2)} And B×A = {- 2, 2} × {1, 2, 3, 4, 5} = {-2, 1),(-2,2),(-2,3),(-2,4),(-2,5),(2,1),(2,2),(2,3),(2,4),(2,5)} ∴x2 – 4 = 0 or, x2 – 22 = 0 or, (x+ 2) (x – 2) = 0 or, x + 2 = 0 , x – 2 = 0 or, x = - 2 and 2 6/19/2020 JANAK SINGH SAUD 10
  • 11. 1. In each of the following conditions, find A×B a) A = {2, 3} and B= {a, b} b) A = {p, q} and B{1, 2} c) A = {1, 2 3} and B = {r, s, t} d) A = {2, 3, 4} and B = {2, 3, 4} e) A = {1, 2, 3} and B = {0, 1, 2, 3} f) A = {1, 2} and B = {4, 5, 6, 7} 6/19/2020 JANAK SINGH SAUD 11
  • 12. 2. Find A× B and B ×A in each of the following cases: a) P = {1, 2, 3} and Q = {a, b} b) P = {2, 3, 4} and Q = {3, 4, 5} 6/19/2020 JANAK SINGH SAUD 12
  • 13. 3. SOLVE • Given X = {1, 2, 3} and Y = {4, 5}. Show that X×Y ≠Y×X • If M = {a, b, c} and N = {c, d}, then verify that M× N ≠ N × M 6/19/2020 JANAK SINGH SAUD 13
  • 14. 4. SOLVE • If P× Q = {(1,m),(1,n),(2,m),(2,n),(3,m),(3,n)}, find P And Q • If B×A = {(2, 5),(,3, 5), (4, 5),(2, 6), (3, 6),(4, 6)}, find A and B. 6/19/2020 JANAK SINGH SAUD 14
  • 15. 5. SOLVE • If A = {x : x ≤3 and x ∈ 𝑁}, then find A ×A • If P = {x : 7≤x ≤10}, then find P ×P. 6/19/2020 JANAK SINGH SAUD 15
  • 16. 6. SOLVE • If P = {4, 5, 6} and Q = {1, 2}, show that P×Q in mapping diagram and on graph • If A = {x:x∈ 𝑁, 6< x <9}, find A ×A and show it in mapping diagram and in lattice diagram. 6/19/2020 JANAK SINGH SAUD 16
  • 17. H.W.- Cartesian Product 1. Find A× B and B ×A in each of the following cases if A = {1, 2, 3} and B = {a, b} by tree diagram 2. If M = {a, b, c} and N = {c, d}, then verify that M× N ≠ N × M 3. If P× Q = {(1,m),(1,n),(2,m),(2,n),(3,m),(3,n)}, find P And Q 4. If P = {x : 7≤x ≤10}, then find P ×P. 5. If P = {4, 5, 6} and Q = {1, 2}, show that P×Q in mapping diagram 6. If A = {x:x∈ 𝑁, 6< x <9}, find A ×A and show it in Table Method and 6/19/2020 JANAK SINGH SAUD 17
  • 18. Ram’s family- Revision of ordered pair Dhanshyam 50 years Gita 45 years Ram 13 years Hari 10 years pramila 5 years {(Dhanashyam, 50), (Gita, 45), (Ram, 13), (Hari, 10), (Pranila, 5)} {(50, Dhanshyam), (45, Gita), (13, Ram), (10, Hari), (5, Pranila)} Representing the above table in ordered pair form: 6/19/2020 JANAK SINGH SAUD 18