Math Leads For Mathletes Look Inside
Math Leads For Mathletes Look Inside
Math Leads For Mathletes Look Inside
“Why wasn’t this book available when my kids were those ages !!??”
What does this book teach? This book will help you advance in several
directions:
1. You will learn a lot more math: properties of integers and arith-
metic operations (divisibility, primes, prime factorization), simple al-
gebraic manipulations, methods to solve equations and systems of equa-
tions, numerical reasoning (fractions, percentages, proportions, aver-
ages, cryptarithmetic, magic squares), basic combinatorial reasoning (se-
quences, enumeration, pigeonhole principle, invariants), and puzzle-like
math (tangrams, math and chess, toothpick math).
2. You will learn a variety of problem solving strategies and will be chal-
lenged to explain your solutions, write proofs, and explore connections
with other problems.
3. You will learn about famous mathematicians, their discoveries, and
about important mathematical constants.
In support of the learning process, each unit first discusses new concepts,
illustrates them with examples, and then proceeds to exercises and problems.
Detailed solutions to all exercises and problems are provided in the second
part of the book. In order to teach students a variety of problem solving skills
and to instill the importance of multiple solutions to a problem, we give more
than one method of approach to numerous problems. The solutions we feature
provide good examples of reasoning and proof-writing. These are invaluable
skills for anyone who wants to pursue a career in mathematics, computer
science, engineering, or science.
How were the exercises and problems chosen? There are more than
350 fully solved exercises and problems in this book and numerous exam-
ples preceding them. They were drawn from a vast mathematical literature
and were inspired by various competitions, problem books, and journals from
around the world. They were carefully selected so that they promote ingenu-
ity, creativity, an open mind, and desire to tackle interesting and meaningful
questions. This book is unique because it is a collection of topics and problems
used in high quality programs for young gifted children. This is the first book
containing such diverse ideas, examples, and challenges at this level.
How far will this book take me? We think that a good way to answer
this question is to show a competition problem whose solution will be fully
understandable to students who complete much of this book:
Find all positive integers x and y such that
1! + 2! + 3! + . . . + x! = y 2
Take a minute to think about this problem, then continue reading. Spoiler
alert: The full solution is given in the footnote on the next page!
Preface xi
If you are familiar with the concepts covered in this book then you will
most likely find that (1, 1) and (3, 3) are solutions, and you will be able to
understand why these are the only solutions1 . Of course, understanding the
solution is one thing, finding it yourself is another. This book offers a critical
mass in terms of both the number and variety of related problems that will
allow many readers to solve problems by themselves, not just to understand
someone else’s solution.
What comes after this book? This book will give you a big boost in
your mathematical knowledge and problem solving skills, but there is much
more to learn. For example, we talk about what Gauss discovered about the
ancient Greek problem of constructing a regular heptagon and give his general
rule to determine which regular polygons are constructible and which are not,
but we do not really explain how Gauss figured it out. To understand that and
many other interesting results in mathematics, and to solve math problems
beyond the AMC 8 competition, students will need to continue to learn more
math and acquire more problem solving skills.
To support further interest from students, parents, and teachers, we con-
tinue to work on making more interesting mathematical topics and problems
available – this book is the first in a series. The following volumes will include
more elaborate and complex algebraic and geometric concepts.
Acknowledgments: BIG THANKS go to Drs. Jonathan Kane and
Richard Stong for their invaluable insights and feedback, as well as to our
mathletes Adrian Andreescu, Milena Djordjević-Kisačanin, and Vinjai Vale
for their support and inspiration.
1
The proof is as follows: For x ≥ 5 the last digit of the expression on the left-hand side
is 3. Since squares of integers can end only in 0, 1, 4, 5, 6, or 9, and never in 3, there are
no solutions for x ≥ 5. Therefore, solutions are possible only when x < 5 and they are (1, 1)
and (3, 3).
Contents
Preface ix
googol = 10000
| . . · 10 · 10 · 10} = 10100 .
. . 0000} = |10 · 10 · 10 · .{z
.{z
100 zeros 100 tens
Then, make a big leap and try to imagine a number that has googol zeros!
This incredibly large number is called googolplex.
Numbers with names. The following table lists several large numbers with
special names. In different languages these numbers have similar names, with
some confusing twists. The scientific notation, like 103 for one thousand or
106 for one million, is universal.
10 . . 0}
| .{z 10100 googol gogol Googol
100
100
10 . . 0}
| .{z 1010 googolplex gogolplex Googolplex
googol
Integers and Divisibility 5
Divisibility of integers
You certainly know that some integers are divisible by 3, while others are not.
For example, among numbers 1, 2, 3, . . . , 12, only 3, 6, 9, 12 are divisible by 3.
If a and n stand for any integers, we say that n is divisible by a if n is a
product of a and another integer. In that case, we also say that n is a multiple
of a and that a divides n. In mathematical notation this is written as a|n
(read: a divides n).
In this book we use · to denote multiplication, so, for example, 15 = 3 · 5.
We say that 15 is divisible by 3. We also say that 15 is a multiple of 3 and
that 3 divides 15. This is written 3|15.
If n is not a multiple of a, we say that n is not divisible by a. Another
way to say this is that a does not divide n.
If n is a two-digit number, we can write it as n = xy. This tells us that
its first digit is x and second digit is y. We can also write n = 10x + y. More
generally, if n has digits dk , . . . , d1 , d0 , we write
n = dk . . . d1 d0 = 10k dk + . . . + 10d1 + d0 .
7 | (a2 a1 a0 − a5 a4 a3 + a8 a7 a6 − . . . ).
• Divisibility by 11: We can use any of the following criteria for 11:
Integer a with digits ak , ak−1 , . . . , a1 , a0 is divisible by 11 if and only if
(1) 11 | (a0 − a1 + a2 − a3 + a4 − . . . ) or
(2) 11 | (a1 a0 + a3 a2 + a5 a4 + a7 a6 + . . . ) or
(3) 11 | (a2 a1 a0 − a5 a4 a3 + a8 a7 a6 − . . . ).
Example: We can use the first criterion to show that 132121 is divisible
by 11 because 1 − 2 + 1 − 2 + 3 − 1 = 0 is divisible by 11. We can also
use the second criterion, which gives us 21 + 21 + 13 = 55, which is
divisible by 11. The third criterion also shows this number is divisible
by 11 because 121 − 132 = −11 is divisible by 11.
13 | (a2 a1 a0 − a5 a4 a3 + a8 a7 a6 − . . . ).
Note the similarity in the criteria for 2, 4, and 8, the criteria for 3 and 9,
and the criteria for 7, 11, and 13. While the numbers in the first two groups
are related as powers of 2 and 3, respectively, the connection between the
numbers in the third group may not be as evident. What connects them is
the fact that 7 · 11 · 13 = 1001.
For 11, we can also use the fact that it has remainder 1 when divided by
10 (that is the basis for the first divisibility criterion for 11), and also the
fact 99 = 9 · 11 has remainder −1 when divided by 100 (that is the basis for
the second divisibility criterion for 11). This gives us a hint that there is a
criterion for divisibility by 9 similar to the second criterion for 11.
8 Part 1 Concepts, Exercises, and Problems
5. A number has as digits 2000 ones, 2000 twos, and all other digits are zeros.
Can that number be a perfect square (that is, a square of another integer)?
Hint: Use criteria for divisibility by 3 and by 9.
6. Find all 3-digit numbers abc such that ab+bc+ca = abc. Note: In problems
like this, a, b, c are digits. Leading 0 is not allowed, so 1 ≤ a, b, c ≤ 9.
7. What is the remainder when 20132013 . . . 2013 (consisting of the number
2013 repeated 2013 times) is divided by 333, 333?