SlideShare a Scribd company logo
2
Most read
3
Most read
17
Most read
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

PPTX
Union & Intersection of Sets
myla gambalan
 
PDF
Operations on Sets
Free Math Powerpoints
 
PDF
Set Theory
Birinder Singh Gulati
 
PPTX
Wireless Sensor Networks
juno susi
 
PPTX
Empowerment Technology Lesson 1
alicelagajino
 
PPTX
Qualities and role of a mathematics teacher
Dr.Jaganmohana Rao Gurugubelli
 
PDF
Grade 8-addition-and-subtraction-of-rational-expression
AnnalizaTenioso
 
PPTX
Variance & standard deviation
Faisal Hussain
 
Union & Intersection of Sets
myla gambalan
 
Operations on Sets
Free Math Powerpoints
 
Wireless Sensor Networks
juno susi
 
Empowerment Technology Lesson 1
alicelagajino
 
Qualities and role of a mathematics teacher
Dr.Jaganmohana Rao Gurugubelli
 
Grade 8-addition-and-subtraction-of-rational-expression
AnnalizaTenioso
 
Variance & standard deviation
Faisal Hussain
 

What's hot (20)

PPTX
CMSC 56 | Lecture 6: Sets & Set Operations
allyn joy calcaben
 
PDF
2.9 Cartesian products
Jan Plaza
 
PPTX
TOPOLOGY and TYPES OF TOPOLOGY PowerPoint
AqsaAhmed26
 
PPTX
Quotient groups-Group theory
Ayush Agrawal
 
PPT
Introduction to set theory
DR. TIRIMBA IBRAHIM
 
PPTX
Sets in Maths (Complete Topic)
Manik Bhola
 
PPTX
Factoring by grouping
Queenie Santos
 
PPTX
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
allyn joy calcaben
 
PPTX
Set operations
rajshreemuthiah
 
PPT
systems of linear equations & matrices
Student
 
PPT
Set concepts
Malti Aswal
 
PPT
Introduction to Matrices
holmsted
 
PPTX
Binomial expansion
Denmar Marasigan
 
PPT
Sets and Subsets
Bernadeth Mesterio
 
PPTX
Operations on sets
renceLongcop
 
PPTX
1. sets and basic notations
eduardman
 
PPT
Properties of a parallelogram
Ysni Ismaili
 
PPT
Properties of Real Numbers
rfant
 
PPS
SET THEORY
Lena
 
CMSC 56 | Lecture 6: Sets & Set Operations
allyn joy calcaben
 
2.9 Cartesian products
Jan Plaza
 
TOPOLOGY and TYPES OF TOPOLOGY PowerPoint
AqsaAhmed26
 
Quotient groups-Group theory
Ayush Agrawal
 
Introduction to set theory
DR. TIRIMBA IBRAHIM
 
Sets in Maths (Complete Topic)
Manik Bhola
 
Factoring by grouping
Queenie Santos
 
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
allyn joy calcaben
 
Set operations
rajshreemuthiah
 
systems of linear equations & matrices
Student
 
Set concepts
Malti Aswal
 
Introduction to Matrices
holmsted
 
Binomial expansion
Denmar Marasigan
 
Sets and Subsets
Bernadeth Mesterio
 
Operations on sets
renceLongcop
 
1. sets and basic notations
eduardman
 
Properties of a parallelogram
Ysni Ismaili
 
Properties of Real Numbers
rfant
 
SET THEORY
Lena
 
Ad

Similar to Cartesian product of two sets (20)

PDF
Probability-06.pdf
AtikaAbdulhayee
 
PPSX
X std maths - Relations and functions (ex 1.1)
Dr. I. Uma Maheswari Maheswari
 
PPSX
Domain and range of a RELATION
Janak Singh saud
 
PPSX
RELATION
Janak Singh saud
 
PPTX
Relations
Akkradet Keawyoo
 
PPSX
ORDERED PAIR
Janak Singh saud
 
PPT
Mathematics 1
Kimguan Tan
 
PDF
Ejercicios prueba de algebra de la UTN- widmar aguilar
Widmar Aguilar Gonzalez
 
DOCX
แบบฝึกทักษะฟังก์ชัน(เพิ่มเติม)ตัวจริง
Nittaya Noinan
 
PPSX
Function : Introduction
Janak Singh saud
 
PPT
Matrices 44.4
Kimguan Tan
 
PDF
H 2016 2018
sjamaths
 
PDF
Tugas mtk 1.01
arehansanada
 
PDF
Afa 2019
KalculosOnline
 
PPTX
Maths Intersection and Union .pptx
shaikhfatimaalvi95
 
PPTX
Maths Intersection and Union .pptx
shaikhfatimaalvi95
 
PDF
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
inventionjournals
 
PPT
Mathematics 1
Kimguan Tan
 
PPTX
V2.0
Manmeet Singh
 
Probability-06.pdf
AtikaAbdulhayee
 
X std maths - Relations and functions (ex 1.1)
Dr. I. Uma Maheswari Maheswari
 
Domain and range of a RELATION
Janak Singh saud
 
Relations
Akkradet Keawyoo
 
ORDERED PAIR
Janak Singh saud
 
Mathematics 1
Kimguan Tan
 
Ejercicios prueba de algebra de la UTN- widmar aguilar
Widmar Aguilar Gonzalez
 
แบบฝึกทักษะฟังก์ชัน(เพิ่มเติม)ตัวจริง
Nittaya Noinan
 
Function : Introduction
Janak Singh saud
 
Matrices 44.4
Kimguan Tan
 
H 2016 2018
sjamaths
 
Tugas mtk 1.01
arehansanada
 
Afa 2019
KalculosOnline
 
Maths Intersection and Union .pptx
shaikhfatimaalvi95
 
Maths Intersection and Union .pptx
shaikhfatimaalvi95
 
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
inventionjournals
 
Mathematics 1
Kimguan Tan
 
Ad

More from Janak Singh saud (20)

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

Recently uploaded (20)

PPTX
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
PPTX
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
PPTX
PROTIEN ENERGY MALNUTRITION: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
PPTX
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
PPTX
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
PPTX
CARE OF UNCONSCIOUS PATIENTS .pptx
AneetaSharma15
 
PPTX
Virus sequence retrieval from NCBI database
yamunaK13
 
PPTX
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
PPTX
Gupta Art & Architecture Temple and Sculptures.pptx
Virag Sontakke
 
PPTX
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
PPTX
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
PPTX
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
PPTX
Basics and rules of probability with real-life uses
ravatkaran694
 
PPTX
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
DOCX
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
PDF
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
DOCX
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
DOCX
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
PROTIEN ENERGY MALNUTRITION: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
CARE OF UNCONSCIOUS PATIENTS .pptx
AneetaSharma15
 
Virus sequence retrieval from NCBI database
yamunaK13
 
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
Gupta Art & Architecture Temple and Sculptures.pptx
Virag Sontakke
 
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
Basics and rules of probability with real-life uses
ravatkaran694
 
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 

Cartesian product of two sets

  • 1. CARTESIAN PRODUCT Janak singh Saud [email protected] 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