Sie sind auf Seite 1von 17

20_Chapter20_380-396.

qxd 12/1/11 3:32 PM Page 380

380

CHAPTER 20

Sets
In this chapter you will learn how to:
use set notation to record and describe simple sets
find the union and intersection of two given sets
display sets using Venn diagrams
work with complementary sets.
You will also be challenged to:
investigate Russells paradox.

Starter: Does it all add up?


In Class 1 there are 13 boys and 17 girls.
Andy says, There must be 30 children altogether in Class 1.
In Class 2 there are 15 children who can write with their right hand and
15 children who can write with their left hand.
Britney says, There must be 30 children altogether in Class 2.
In Class 3 there are 12 children who say their favourite sport is cricket and
18 children who say their favourite sport is tennis.
Carlo says, There must be 30 children altogether in Class 3.
In Class 4 there are 10 children who can play the piano and 20 children who can
play the violin. No one plays both these instruments.
Donna says, There must be 30 children altogether in Class 4.
Decide whether each persons statement is right or wrong, explaining your
answer carefully.

20.1 Introducing set notation


In mathematics a set is a collection of objects. A set may be described by a rule,
or by listing the members of the set in brackets. The members of a set are
usually called its elements. Here are some examples of sets:
A  {even numbers from 2 to 10 inclusive}  {2, 4, 6, 8, 10}
B  {prime numbers from 2 to 11 inclusive}  {2, 3, 5, 7, 11}
C  {all quadrilaterals}
D  {Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday}
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 381

20.1 Introducing set notation 381

EXAMPLE
a) The set A  {1, 3, 5, 7, 9}. Suggest a rule that describes set A.
b) The set B  {months of the year beginning with the letter M}.
List the elements of B.

SOLUTION
a) A  {odd numbers from 1 to 9 inclusive}
b) B  {March, May}

The symbol  stands for is an element of and is used to indicate membership


of a set.
Thus kite  {all quadrilaterals}.
The crossed-out symbol  stands for is not an element of.
Thus 3  {even numbers from 2 to 10 inclusive}.

EXAMPLE
Insert the symbol  or  to complete each statement below.
a) 17 {all prime numbers}
b) 60 {all square numbers}
c) pentagon {all quadrilaterals}

SOLUTION
Since 17 is a member of the set
a) 17  {all prime numbers} of all primes, use the  symbol.
b) 60  {all square numbers}
c) pentagon  {all quadrilaterals} Since pentagon is not a member of the set
of all quadrilaterals, use the  symbol.

If an element x is a member of both set A and set B, it is said to belong to the


set A intersection B written A  B. The symbol  denotes intersection.

EXAMPLE
A  {3, 6, 9, 12} and B  {1, 3, 5, 7, 9, 11}. List the members of A  B.

SOLUTION
The numbers 3 and 9 appear in both sets, so
A  B  {3, 9}
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 382

382 Chapter 20: Sets

If an element x is a member of either set A or set B (or both), it is said to belong


to the set A union B, written A  B. The symbol  denotes union.

EXAMPLE
A  {3, 6, 9, 12} and B  {1, 3, 5, 7, 9, 11}. List the members of A  B.

SOLUTION
The numbers 3, 6, 9 and 12 appear in A, and, in addition, 1, 5, 7 and 11 appear
in B, so
A  B  {1, 3, 5, 6, 7, 9, 11, 12}

The number of elements in a set A is denoted by the symbol n(A). Thus if


A  {3, 6, 9, 12} then n(A)  4, since the set contains four elements. If a set has no
elements at all then it is empty. The empty set is also called the null set, and may be
written as { } to show that there are no elements in it; it may also be written as .
Examination questions often refer to two or more sets drawn from a background
set or universal set .

EXAMPLE
  {whole numbers from 1 to 20 inclusive}
A  {even numbers}, B  {square numbers}
a) Write down the values of n(), n(A) and n(B).
b) Find the value of n(A  B).

SOLUTION
a) Since there are 20 numbers in the universal set, n()  20.
A  {2, 4, 6, 8, 10, 12, 14, 16, 18, 20} so n(A)  10.
B  {1, 4, 9, 16} so n(B)  4.
b) A  B  {4, 16} so n(A  B)  2.

When a set contains lists of numbers it may be more efficient to describe it


using an algebraic rule. Such rules often use inequality signs.

EXAMPLE
  {integers}
The colon : stands for such that.
A  {x: 10  x  15}
Set A contains integers x such that 10  x  15.
B  {x: 5  x  7}
List the members of: a) A b) B.

SOLUTION
a) The elements of A are integers above 10 and below 15, so
A  {11, 12, 13, 14}.
b) The elements of B are integers from 5 to 7 inclusive, so B  {5, 6, 7}.
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 383

20.1 Introducing set notation 383

EXERCISE 20.1
1 A  {odd numbers from 21 to 31 inclusive}
a) List the members of set A.
b) Write down the value of n(A).

2 B  {5, 10, 15, 20, 25}. Suggest a rule for set B.

3   {integers}
A  {x: 2  x  7}
B  {x: 5  x  12}
C  { x: 20  x  25}
List the members of:
a) A b) B c) C

4 Insert the symbol  or  to complete each statement below.


a) 45 {multiples of 7}
b) 24 {factors of 144}
c) 2 {all prime numbers}

5   {items belonging to John}, A  {hardback books}, B  {fiction books}


Describe carefully the set A  B.

6 P  {all even numbers}, Q  {all odd numbers}


a) Describe the set P  Q.
b) Describe the set P  Q.

7   {whole numbers between 1 and 50 inclusive}


A  {multiples of 3}, B  {multiples of 5}
a) Find the values of:
(i) n(A) (ii) n(B)
b) Describe carefully the set A  B.

8   {polygons}
A  {quadrilaterals}, B  {triangles}, C  {shapes with all sides equal in length}
a) Explain why A  B  .
b) Describe carefully the members of B  C.
c) Describe carefully the members of A  C.

9   {positive integers less than 30}


A  {multiples of 6}, B  {4, 8, 12, 16}, C  {multiples of 5}
a) Find the values of:
(i) n(A) (ii) n(B) (iii) n(A  C)
b) What is the set B  C?

10   {integers}
A  {x: 10  x  20}
B  {x: 5  x  12}
a) List the members of A  B.
b) Write an algebraic rule for the members of A  B.
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 384

384 Chapter 20: Sets

20.2 Venn diagrams


The relationships between different sets can be illustrated by drawing Venn
diagrams. In a Venn diagram each set is represented by a circle or oval,
contained within a rectangle for the universal set. Depending on the elements in
the sets it might be appropriate to have the sets overlapping, or even for one set
to be completely contained inside another. These examples show some of the
possibilities.

EXAMPLE
  {positive integers less than 20}, A  {3, 6, 9, 12}, B  {5, 10, 15}
Illustrate these sets with a Venn diagram.

SOLUTION
Since there is no element common to both A and B, there is no overlap between
the two sets.

A B

EXAMPLE
  {all positive integers}, A  {2, 4, 6, 8, 10}, B  {5, 10, 15}
Illustrate these sets with a Venn diagram.

SOLUTION
Since 10 is in both A and B, there is now an overlap between the two sets.

A B

A set P is a subset of another set Q if every member of P is also a member of


Q. Subsets should be illustrated on Venn diagrams by drawing them completely
inside the set of which they are a subset. The notation P  Q is used to write
P is a subset of Q.
Venn diagrams need not be restricted just to two sets; in the examination you
may need to work with three.
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 385

20.2 Venn diagrams 385

EXAMPLE
  {all positive integers}, A  {1, 3, 5, 7, 9, 11, 13}, B  {1, 3, 5},
C  {all prime numbers}
Illustrate these sets with a Venn diagram.

SOLUTION
First, look at sets A and B. Every element of B is also in A, so B is a subset of A.

A
B

Now add set C. There are primes within B, and also within A (but not B), and
also outside A. The set C must overlap all of these regions, thus:

A
B C

Sometimes numbers are marked on Venn diagrams, to show how many


elements there are in each part of the diagram. These are useful for solving
practical problems about overlapping sets.

EXAMPLE
  {pupils in Year 7}, P  {piano players}, V  {violin players},
C  {cello players}
The Venn diagram shows the numbers of pupils playing various combinations
of instruments.

P V
15 3 12
7
4 C
 44

a) How many Year 7 pupils play the piano?


b) How many Year 7 pupils are there in total?
c) How many of the violin players also play the piano?
d) Fred says, Everyone in Year 7 who plays the cello also plays the violin.
Explain briefly whether Fred is right or wrong.
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 386

386 Chapter 20: Sets

SOLUTION
a) Number of piano players  15  4  3
 22
b) Total number of Year 7 pupils  15  4  3  7  12  44
 85
c) Number of violin players who also play piano  4  3
7
d) The diagram shows that C is a subset of V, so Fred is right.

If some of the information appears to be missing, it may be helpful to use


algebra. The next example shows you how this might be done.

EXAMPLE
30 people took part in a transport survey. 16 of them said they owned cars, and
12 said they owned bicycles. 6 said they owned neither a car nor a bicycle.
a) Illustrate this information on a Venn diagram.
b) Work out the number of people who said they owned both a car and a
bicycle.

SOLUTION
a) Let   {people in survey}, C  {car owners}, B  {bicycle owners}.
Let the number who said they owned both be x. Then the Venn diagram is:

C B

Since the total for C is 16, the figure for the part of C outside B is 16  x.
Similarly, the figure for the part of B outside C is 12  x.
The Venn diagram may now be completed:

C B

16  x x 12  x

 6

b) Since there were 30 people in the survey altogether, then


(16  x)  x  (12  x)  6  30
34  x  30
x4
Thus four people said they owned both a car and a bicycle.
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 387

20.2 Venn diagrams 387

EXERCISE 20.2
1 The diagram shows two sets A and B.
On a copy of the diagram, draw a third set C A B
so that C  A and B  C  .

2 The diagram shows two sets P and Q.


On a copy of the diagram, draw a third set R P Q
so that R  (P  Q).

3 In class 4K there are 16 children who play hockey,


and 10 who play tennis. 4 children play both hockey and tennis. H T
There are 25 children in class 4K altogether.
a) Copy and complete this Venn diagram to show the number of
children in each region. 
b) How many children in class 4K play neither hockey nor tennis?

4 The diagram shows two sets A and B.


On a copy of the diagram, draw a third set C A B
so that A  C   and B  C  .

5 The diagram shows two sets P and Q.


On a copy of the diagram, draw a third set R P Q
so that P  R   but Q  R  .

6 The 40 members of staff at a local company


were asked whether they liked Mexican, Chinese M I
2
or Indian food. The partly completed Venn 5 7
diagram shows information about their responses.
You are given the following additional information:
8
4 people said they liked all three types of food.  C
17 people said they liked Mexican food.
20 people said they liked Chinese food.
a) Mark this additional information of the diagram.
b) How many people said they liked Indian food?
c) How many people said they did not like all three types of food?

7   {integers from 1 to 20 inclusive}


P  {prime numbers}
Q  {even numbers}
R  {square numbers}
a) Illustrate these sets with a Venn diagram.
b) Describe the set P  Q.
c) Describe the set P  R.
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 388

388 Chapter 20: Sets

8 The 26 members of a scout group were asked whether they liked Ice Skating and whether they liked
Bowling. 10 said they liked Ice Skating, 12 said they liked Bowling and 9 said they did not like either.
a) Use this information to work out how many of the scouts liked both Ice Skating and Bowling.
b) Illustrate this information on a Venn diagram.
c) How many of the scouts liked exactly one out of Ice Skating and Bowling?

9 The diagram shows two sets P and Q.


a) On a copy of the diagram, draw a set R P Q
so that P  Q  R.
b) On a second copy of the diagram, draw
a set T so that T  Q and T  P  . 

10 50 members of the public were asked which forms of transport they use regularly. (Each member of the
public may state more than one form of transport if appropriate.) The partly completed Venn diagram
shows information about their responses.

Car Bus
2
7 10
4

 Bicycle

You are given the following additional information:


18 people said they used bicycles.
20 people said they used buses.
15 people said they used cars.
a) Copy and complete the diagram.
b) Fred says, 13 people dont use any form of transport at all.
Explain carefully whether Freds statement is correct or not.

20.3 Further Venn diagrams


The complement of a set A comprises all those elements which are not
members of A, written A .

A B A B

 
Set A The complement A of set A

Complements are sometimes encountered with brackets. Care must be taken to


work from the insides of the brackets first.
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 389

20.3 Further Venn diagrams 389

EXAMPLE
The diagram shows sets A and B.

A B

On two copies of this diagram, shade


a) A  B b) (A  B) .

SOLUTION
a) A  B is the intersection of the complement of A with the complement of
B, that is, the region external to both A and B:

A B

b) For (A  B) it is necessary to find A  B first, and then take the


complement of that region, to obtain this result:

A B

Harder problems might involve working with three sets. It is best to work in
stages.

EXAMPLE
The diagram shows sets A, B and C. Shade the region corresponding to
A  (B  C).

A B

 C
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 390

390 Chapter 20: Sets

SOLUTION
First, shade A on one copy of the diagram, and B  C on another:

A B A B

 C  C

A BC

To find A  (B  C) simply take the intersection between these two diagrams:

A B

 C

EXAMPLE
  {positive integers less than 20}, A  {3, 6, 9, 12}, B  {5, 10, 15},
C  {6, 12, 18}
Illustrate these sets with a Venn diagram.

SOLUTION
Since there is no element common to both A and B, there is no overlap between
the two sets.

A B


Now we need to add set C. C does have some elements in common with A,
but not with B:

A B

20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 391

20.3 Further Venn diagrams 391

EXERCISE 20.3
1 Make two copies of the Venn diagram opposite.
Label them a) and b). P Q
a) On diagram a), shade the region P  Q.
b) On diagram b), shade the region P  Q.

2   {integers from 1 to 15 inclusive}
A  {even numbers}
B  {multiples of 3}
a) List the members of A.
b) Describe accurately the members of A .
c) List the members of A  B .

3 Make three copies of the Venn diagram opposite.


Label them a), b) and c). A B
a) On diagram a), shade the region A  B.
b) On diagram b), shade the region A  B.
c) On diagram c), shade the region (A  B) .


4   {letters of the alphabet}


P  {vowels}
Q  {A, B, C, D, E}
a) Describe accurately the members of P .
b) The set R is defined as R  P  Q. State the value of n(R).

5 Make a copy of the Venn diagram opposite,


and shade the region A  B . A B

C


6 Make a copy of the Venn diagram opposite,


and shade the region P  Q . P

R


7 Make a copy of the Venn diagram opposite,


and shade the region A  B. A
B

C

20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 392

392 Chapter 20: Sets

8 Make a copy of the Venn diagram below, and shade the region (P  Q)  R.

P
Q

R


REVIEW EXERCISE 20
1   {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
A  {1, 3, 5, 6}
B  {4, 5, 6, 7, 8}
a) List the members of the set A .
b) List the members of the set A  B.

2 Look at the five statements in the box.

PQP PQ PQ


PQ QP

Choose a statement from the box that describes the relationship between the sets P and Q in each case.
a) P
b) P

Q
Q

 

3 The diagram shows some information about the students in Year 10 at a small school.
Some of them belong to the Chess Club, some to the Drama Club and some to the Astronomy Club.

Chess Drama
10 6 11
2
9 x
y
Astronomy 13


a) How many Year 10 students belong to the Chess Club?


b) There are 24 Year 10 students in the Drama Club. Find the value of x.
c) There are 22 Year 10 students in the Astronomy Club. Find the value of y.
d) Work out the total number of students in Year 10.
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 393

Review exercise 20 393

4   {x: x is an integer and 1  x  30}


A  {multiples of 3}
B  {multiples of 4}
a) List the members of the set A.
b) Explain whether it is true that 7  A  B.
c) List the members of the set A  B.

5   {whole numbers}
A  {multiples of 2}
B  {multiples of 3}
a) Make a copy of the Venn diagram below.
Draw a small cross to show which region would contain the number 15.

A B

b) C  {multiples of 12}. Draw a circle on your diagram to show the set C.

6 A  {1, 2, 3, 4, 5, 6}
B  {2, 4, 6, 8}
a) List the members of A  B.
b) List the members of A  B.
c) The element x is such that x  B but x  A. Find x.

7 Make a copy of this Venn diagram showing the set A.

The set B is such that A  B  .


The set C is such that A  B is a subset of C.
Complete the Venn diagram to show the sets B and C.

8   {counties in England}
A  {counties beginning with the letter C}
B  {counties with a coastline}
a) Describe carefully the set B .
b) The set A  B is not empty. Explain this statement as simply as you can.
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 394

394 Chapter 20: Sets

9 Make a copy of the Venn diagram below.

A B

On your diagram add a set C so that A  C   and B  C  B.

10   {whole numbers from 1 to 100 inclusive}


A  {multiples of 5}
B  {multiples of 7}
a) n(A)  20 and n(B)  14. Explain carefully what these statements mean.
b) C  A  B. Explain why n(C)  34.
c) List the members of A  B.

11 A  {1, 2, 3, 4}
B  {1, 3, 5}
a) List the members of:
(i) A  B
(ii) A  B
b) Explain clearly the meaning of 3  A. [Edexcel]

12 Set P is shown on the Venn diagram.


Two sets Q and R are such that:
RP
QR P

PQP
Complete the Venn diagram to show sets Q and R. [Edexcel]

13 The universal set,   {whole numbers}


A  {multiples of 5}
B  {multiples of 3}
Sets A and B are represented by the circles in the diagram.

A B

a) (i) On a copy of the diagram shade the region that represents the set A  B .
(ii) Write down three members of the set A  B .
C  {multiples of 10}
b) (i) On a copy of the diagram draw a circle to represent the set C.
(ii) Write down three members of the set A  B  C . [Edexcel]
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 395

Key points 395

Key points
1 A set is a collection of objects, called elements. The elements of a set can be
described either by a rule or by listing them all.
2 Sets are usually defined with respect to a background or universal set,
denoted by .
3 The relationship between sets may be shown using a Venn diagram.

4 The intersection of two sets A and B comprises all the elements which are members
of both A and B, and is written A  B.

A B

 AB

5 The union of two sets P and Q comprises all the elements which are members of
either P or Q (or both), and is written P  Q.

P Q

 PQ

6 The complement of a set A comprises all those elements which are not members of
A, and is written A .

A B

7 Summary of important symbols:


 is a member of
 is not a member of
n(A) the number of elements in set A
 union
 intersection
 is a subset of
 empty set
 universal set or background set
A complement of set A
20_Chapter20_380-396.qxd 12/1/11 3:32 PM Page 396

396 Chapter 20: Sets

Internet Challenge 20
Who shaves the barber?
In a small village all of the men are clean shaven. There is one village barber, and he shaves all the men
(but only those men) who do not shave themselves.
So who shaves the barber?
It would seem logical to suppose that the men in the village comprise two sets: set A comprises the men
who shave themselves, while set B consists of the men who are shaved by the barber. Try drawing a Venn
diagram to show these two sets. Should they overlap, or not?
You should find that it is not possible to answer the question of who shaves the barber, because the way in
which the problem is stated contains an inbuilt contradiction. This is Russells paradox, and serves to warn
mathematicians that great care is needed when defining sets.
Use the internet to read more about Russells paradox, and then find the answers to these questions.

1 What was Russells full name?

2 When was he born?

3 Which Cambridge college did Russell enter, in 1890?

4 Russell wrote a famous book the Principia Mathematica with another author.
Who was Russells co-author?

5 The title Principia Mathematica was also used by another famous mathematician for his great work,
published in 1687. Who was this?

6 What important result did Russell prove on page 362 of his Principia Mathematica?

7 What prestigious prize did Russell win in 1950?

8 In 1958 Russell became the first President of which fledgling organisation?

9 How many times did Russell marry?

10 When did he die?

Das könnte Ihnen auch gefallen