Site hosted by Angelfire.com: Build your free website today!
Set
Exercise 8 - Example(Page 1)
Home
HWFORKIDS
Set
Theory
Page
1 of 1
Children are standing in the line as follows:
  Column 1 Column 2 Column 3
Row 1 James Clara Sid
Row 2 Sam Mat Jen
Row 3 Nat Amanda Anna
Ordered pair for James is (1,1). Ordered pair for Clara is (1,2). Ordered pair for Sid is (1,3).
Ordered pair for Sam is (2,1). Ordered pair for Mat is (2,2). Ordered pair for Jen is (2,3).
Ordered pair for Nat is (3,1). Ordered pair for Amanda is (3,2). Ordered pair for Anna is (3,3).

If ordered pair is given, we can find the person who is standing at that place.

Ordered pair: An ordered pair is a pair of elements, written in a specific order. The first element taken from first set and the second element taken from second set.


Example 1: A = {1,2,3} B = {8,9}

A x B = {(1,8), (1,9), (2,8), (2,9), (3,8), (3,9)}

B x A = {(8,1), (8,2), (8,3), (9,1), (9,2), (9,3)}

A x B B x A

n(A x B) = n(A) x n(B) = 3 x 2 = 6
n(B x A) = n(B) x n(A) = 2 x 3 = 6
Cross Product or Cartesian Product of two sets: Cross Product or Cartesian Product of set A and B is the set of all possible ordered pairs and is denoted by A x B
n(A x B) = n(A) x n(B)


Example 2: A = {1,2,3} B = {8,9} C = {4,5,6} Find: B x A x C and n(B x A x C)

B x A = {(8,1), (8,2), (8,3), (9,1), (9,2), (9,3)}

B x A x C = {(8,1,4), (8,1,5), (8,1,6), (8,2,4), (8,2,5), (8,2,6), (8,3,4), (8,3,5), (8,3,6), (9,1,4), (9,1,5), (9,1,6), (9,2,4), (9,2,5), (9,2,6), (9,3,4), (9,3,5), (9,3,6)}

n(B x A x C) = n(B) x n(A) x n(C) = 2 x 3 x 3 = 18

Example 3: A = {1,2,3} B = {8,9} C = {4,5,6} Find: A x (B x C)

(B x C) = {(8,4), (8,5), (8,6), (9,4), (9,5), (9,6)}

A x (B x C) = {(1,8,4), (1,8,5), (1,8,6), (1,9,4), (1,9,5), (1,9,6), (2,8,4), (2,8,5), (2,8,6), (2,9,4), (2,9,5), (2,9,6), (3,8,4), (3,8,5), (3,8,6), (3,9,4), (3,9,5), (3,9,6)}

Home
HWFORKIDS
Set
Theory
Page
1 of 1