You are on page 1of 13

DISCUSSION

EQUAL SETS
DISCUSSION

Two sets are equal sets if


they exactly have the same
elements regardless of the
order.
EXAMPLE

A = {2, 5, 1, 7, 8}
B = {5, 8, 2, 1, 7}
Since all the elements in set A are also in set B.
Then, we can say that set A is equal to set B.
A=B
DISCUSSION

EQUIVALENT SETS
DISCUSSION

Two sets are equivalent sets


if they have the same number
of elements.
EXAMPLE

C = {a, e, i, o, u}
B = {1, 2, 3, 4, 5}
Since there are 5 elements in sets A and B, we can
say that set A and set B are equivalent sets.
A~B
EXPLORATION

SUBSETS
EXAMPLE #1

A = {1, 2, 3}
List down all the subsets of
Set A.
EXAMPLE #1
A = {1, 2, 3}
{ },
{1}, {2}, {3},
{1, 2}, {1, 3}, {2, 3},
{1, 2, 3}
EXAMPLE #2

B = {1, 2, 3, 4}
List down all the subsets of
Set B.
EXAMPLE #2
B = {1, 2, 3, 4}
{ },
{1}, {2}, {3}, {4},
{1, 2}, {1, 3}, {1, 4}, {2, 3}, {2, 4}, {3, 4},
{1, 2, 3}, {1, 2, 4}, {2, 3, 4}, {3, 4, 1},
{1, 2, 3, 4}
EXAMPLE #3

C = {1, 2, 3, 4, 5}
List down all the subsets of
Set C.
EXAMPLE #3
C = {1, 2, 3, 4, 5}
{ },
{1}, {2}, {3}, {4}, {5},
{1, 2}, {1, 3}, {1, 4}, {1, 5}, {2, 3}, {2, 4}, {2, 5}, {3, 4}, {3, 5}, {4, 5}
{1, 2, 3}, {1, 2, 4}, {1, 2, 5}, {1, 3, 4}, {1, 3, 5}, {1, 4, 5},
{2, 3, 4}, {2, 3, 5}, {2, 4, 5}, {3, 4, 5}
{1, 2, 3, 4}, {1, 2, 3, 5}, {1, 3, 4, 5}, {1, 2, 4, 5}, {2, 3, 4, 5},
{1, 2, 3, 4, 5}

You might also like