Lesson 7
Lesson 7
{1, 2, 3}
Cartesian product
The Cartesian Product of sets A and B,
denoted as A x B, is the set of all possible
ordered pairs (a, b) where a is an element of
A and b is an element of B.
Cartesian product
For example
A = {a, b, c}
B = {1, 2, 3}
A = {a, b, c}
B = {1, 2, 3}
A x B = {(a, 1), (a, 2), (a, 3), (b, 1), (b, 2), (b, 3), (c, 1),
(c, 2), (c, 3)}
Cartesian product
Note also that the ordered pairs use a pair of
parentheses (), not brackets {}.
{(a, 1), (a, 2), (a, 3), (b, 1), (b, 2), (b, 3), (c, 1), (c,
2), (c, 3)}
A = {1, 3, 5, 7}
B = (2, 4, 6, 8}
Let’s try!
Rio Anne is deciding on her itinerary of her
activities for the Sundays of September 23. If she
plans of doing one activity per Sunday, what are
the possible combinations of dates and activities
she can do?