Chapter 1 AMC-8
Chapter 1 AMC-8
Competitions (AMC)
Sets
A = {2, 4, 6, 8}
{x ∈ Z+ | x is even}
Here the braces stand for the words “the set of ”, and the vertical bar stands
for the words “such that”.
Each of the major types of numbers has a special letter-like symbol which
always refers to that set.
R : the set of real numbers.
Z : the set of integer numbers
Q : the set of rational numbers.
Remark 1.0.1. The order in which we list the elements does not matter.
What does matter is what is in the set. For example, the set {2, 1, 3, 5} is
the same set as {1, 3, 2, 5}.
Definition 1.0.2. We say a set A is a subset of a set B if every element x
that belongs to A also belongs to B. This is denoted A ⊂ B.
1
CHAPTER 1. SETS 2
Example 1.0.3. The sets {1, 2} and {3, 4, 5} are subsets of the set {1, 2, 3, 4, 5, 6}.
We say that two sets A and B are equal if and only if each is a subset of the
other.
Example 1.0.4. How many subsets can be formed from a set of 3 elements?
Question 1.0.5. How many subsets can be formed from a set of 2021 ele-
ments? In general, how many subsets can be formed from a set of n elements
The union of two or more sets is the set of all elements that belong to
one or more of the sets. The union of A and B is denoted by A ∪ B.
The intersection of two or more sets is the set of all elements that belong
to all of the sets. The intersection of A and B is denoted A ∩ B.
One common type of problem which we can solve easily using Venn
diagrams is below.
Example 1.1.1. At one hospital, there are 100 patients, all of whom have
at least one of the following ailments: a cold, the flu, or an earache. 38 have
a cold, 40 have the flu, and some number have earaches. If 17 have both
colds and the flu, 10 have colds and earaches, 23 have the flu and earaches,
and 7 have all three, how many have an earache?
At first, it looks a complicated problem, but it is simple when you con-
sider a Venn diagram.
We work from inside out:
1. We place a 7 in the central space since 7 have all three ailments.
2. As 23 have both flu and an earache, with 7 already counted for having
all three ⇒ there are 16 left to go in the space for flu and earache but
not cold.
CHAPTER 1. SETS 4
4. So far, we have 33 flu victims by counting all the people in the flu circle.
Hence there are 40 -33 = 7 people who have the flu only. Similarly,
there are 18 people who have the cold only, and there are 39 people
who have the earache only.
1.2 Exercise
Problem 1.2.1. Sets A and B, shown in the Venn diagram, have the same
number of elements. Their union has 2007 elements and their intersection
has 1001 elements. Find the number of elements in A.
(A) 503
(B) 1006
(C) 1504
(D) 1507
CHAPTER 1. SETS 5
Problem 1.2.2. Set A contains the positive even integers less than 14.
Set B contains the positive multiples of three less than 20. What is the
intersection of the two sets?
(A) 35
(B) 27
(C) 19
(D) 20
Problem 1.2.5. How many subsets can be formed from a set of 3 elements?
Problem 1.2.6. How many subsets can be formed from a set of 4 elements?
Problem 1.2.7. How many subsets can be formed from a set of 5 elements?
Problem 1.2.8. How many 3 element subsets can be formed from a set of
5 elements?
(A) 11
(B) 10
(C) 3
(D) 8
Problem 1.2.9. How many 2 element subsets can be formed from a set of
5 elements?
(A) 7
CHAPTER 1. SETS 6
(B) 8
(C) 4
(D) 9
Problem 1.2.11. Forty students play soccer and basketball after school.
Twenty-four students play soccer and twenty-nine play basketball. How
many students play both soccer and basketball?
(A) 11
(B) 16
(C) 5
(D) 13
(A) 30
(B) 27
(C) 22
(D) 40
Problem 1.2.13. 100 students are in the 10th grade class. 30 are swimmers,
40 are runners, and 20 are swimmers and runners. What is the probability
that a student is a swimmer OR a runner?
(A) 1/3
(B) 1/2
(C) 1/5
(D) 2/3
Problem 1.2.14. We have two sports clubs offered to a class of 100 stu-
dents. 70 students joined the basketball club, 40 students joined the swim-
ming club, and 10 students joined neither. How many students joined both
the swimming club and the basketball club?
CHAPTER 1. SETS 7
(A) 5
(B) 10
(C) 15
(D) 20
(A) 5
(B) 10
(C) 15
(D) 20
Problem 1.2.16. Fifty 6th graders were asked what their favorite school
subjects were. Three students like math, science and English. Five students
liked math and science. Seven students liked math and English. Eight
people liked science and English. Twenty students liked science. Twenty-
eight students liked English. Fourteen students liked math. How many
students didn’t like any of these classes?
(A) 3
(B) 5
(C) 7
(D) 10
Problem 1.2.17. Students at a local high school are given the option to
take one gym class, one music class or one of each. Out of 100 students,
60 say that they are currently taking a gym class and 70 say that they are
taking a music class. How many students are taking both?
(A) 20
(B) 30
(C) 40
CHAPTER 1. SETS 8
(D) 50
(A) 2
(B) 3
(C) 4
(D) 5