Intro To Math Olympiad
Intro To Math Olympiad
Olympiad Problems
Introduction to Math
Olympiad Problems
Michael A. Radin
First edition published 2021
by CRC Press
6000 Broken Sound Parkway NW, Suite 300, Boca Raton, FL 33487-2742
The right of Michael A. Radin to be identified as author of this work has been asserted by him in ac-
cordance with sections 77 and 78 of the Copyright, Designs and Patents Act 1988.
Reasonable efforts have been made to publish reliable data and information, but the author and pub-
lisher cannot assume responsibility for the validity of all materials or the consequences of their use.
The authors and publishers have attempted to trace the copyright holders of all material reproduced
in this publication and apologize to copyright holders if permission to publish in this form has not
been obtained. If any copyright material has not been acknowledged please write and let us know so
we may rectify in any future reprint.
Except as permitted under U.S. Copyright Law, no part of this book may be reprinted, reproduced,
transmitted, or utilized in any form by any electronic, mechanical, or other means, now known or
hereafter invented, including photocopying, microfilming, and recording, or in any information stor-
age or retrieval system, without written permission from the publishers.
For permission to photocopy or use material electronically from this work, access www.copyright.
com or contact the Copyright Clearance Center, Inc. (CCC), 222 Rosewood Drive, Danvers, MA
01923, 978-750-8400. For works that are not available on CCC please contact mpkbookspermis-
sions@tandf.co.uk
Trademark notice: Product or corporate names may be trademarks or registered trademarks and are
used only for identification and explanation without intent to infringe.
Preface ix
Author Bio xi
Acknowledgments xiii
Chapter 1 Introduction 1
v
vi Contents
Chapter 3 Proofs 37
Chapter 6 Geometry 69
Bibliography 141
Index 143
Preface
Michael A. Radin
ix
Author Bio
xi
xii Author Bio
hands-on teaching and learning style is the intent of this book by providing
the repetitive-type examples. In fact, several repetitive-type examples will de-
velop our intuition on pattern recognition, help us see the bigger spectrum on
how concepts relate to each other and will lead to the formulation of theorems
and their proofs.
During his spare time, Michael spends time outdoors and is an avid land-
scape photographer. In addition, Michael is an active poet and has several
published poems in the LeMot Juste. Furthermore, Michael published an arti-
cle on ‘Re-photographing the Baltic Sea Scenery in Liepaja: Why photograph
the same scenery multiple times’ in the Journal of Humanities and Arts 2018.
Michael also recently published a book on Poetic Landscape Photography with
JustFiction Edition 2019. Spending time outdoors and active landscape pho-
tography widen and expand Michael’s horizons and interpretations of nature’s
patterns and cadences.
Acknowledgments
First of all, I would like to take the opportunity to thank the CRC Press
staff for their support, encouragement, their beneficial guidance while devis-
ing new ideas and for keeping me on the right time track. Their encourage-
ment certainly lead me in new innovative directions with new practices by
specific formulations of concepts. Their suggestions were very valuable with
the textbook’s structure, such as introduction of new definitions, graphical
representations of concepts, additional examples of new concepts and apply-
ing the definitions and principles from the introduction chapter throughout
the textbook.
Second of all, I would also like to thank my colleague, Olga A. Orlova, from
Munich Technical University, for her artistic help with numerous diagrams and
figures. Olga indicated mistakes that she detected after meticulously checking
the examples in each section and in the end-of-chapter exercises. In addition,
Olga suggested to include specific supplementary examples of configuration
of figures’ geometrical formations and to include Venn Diagrams and graph
theory as textbook topics.
Furthermore, I would like to take the opportunity to thank my colleagues,
Maruta Avotina and Agnes Shuste, from the University of Latvia Department
of Mathematics, for sponsoring the ‘Math Olympics in American Style Event’,
for inviting me to experience these unique cultural contrasts that compare the
Latvian and American students’ mathematical knowledge and performance,
and for their guidance on the diversity and difficulty level of mathematical
topics for the event.
Finally, I would like to thank my parents, Alexander and Shulamit, for
encouraging me to write textbooks, for their support with the textbook’s
content and for persuading me to continue writing in the future.
xiii
CHAPTER 1
Introduction
The aim of this chapter is to get acquainted with the basic fundamental tools
that we will use to approach, analyze and solve assorted problems that may
require just one or two steps to solve or perhaps require multiple number
of steps to solve. We will discover that every problem will reduce to under-
standing and deciphering of basic fundamentals. Therefore, it is vital to es-
tablish and understand the intrinsic knowledge that will guide us to unfolding
very challenging problems. We will emerge with the foundation of assorted
sequences and patterns.
1 2 3 4 5 6 7 8
{n}∞
n=1 . (1.1)
Analogous to Figure 1.1, we will assemble similar diagrams when solving re-
lated problems with consecutive integers and other homologous contents.
In addition, (1.1) can be expressed as a recursive sequence. Observe that
1
2 Introduction to Math Olympiad Problems
x0 = 1,
x0 + 1 = 1 + 1 = 2 = x1 ,
x1 + 1 = 2 + 1 = 3 = x2 ,
x2 + 1 = 3 + 1 = 4 = x3 ,
x3 + 1 = 4 + 1 = 5 = x4 ,
x4 + 1 = 5 + 1 = 6 = x5 ,
..
.
1 2 4 8 16 32 64 128
{2n }∞
n=0 . (1.2)
x0 = 1,
x0 · 2 = 1 · 2 = 2 = x1 ,
x1 · 2 = 2 · 2 = 4 = x2 ,
x2 · 2 = 4 · 2 = 8 = x3 ,
x3 · 2 = 16 · 2 = 16 = x4 ,
x4 · 2 = 32 · 2 = 32 = x5 ,
..
.
1.2 Integers
This section’s aims are to establish the fundamentals of integers such as con-
secutive integers, perfect squares, factoring integers, integers’ ending digits
and additional properties of integers. For instance, the cognate tree diagram
depicts the prime factors of 30.
Via Figure 1.3, we see that the unique prime factors of 30 are 2, 3 and 5
and are the ending nodes of the factoring tree. The corresponding set lists
all the proper factors of 30 (excluding 1 and 30):
2 4 6 8 10 12 14 16
In Figure 1.4, the difference between two neighbors is two. We will apply
Figures 1.1 and 1.4 to solve numerous problems that remit questions about
consecutive integers and about consecutive even and odd integers. In fact, we
will often add consecutive integers, consecutive even integers and consecutive
4 Introduction to Math Olympiad Problems
odd integers. The corresponding summation adds all the consecutive positive
integers starting with 1:
n
X
1 + 2 + 3 + 4 + · · · + (n − 1) + n = i. (1.4)
i=1
We will prove (1.4) by induction and will apply (1.4) to solve supplemental
problems addressing consecutive integers. In addition, provided that r 6= 1,
We will encounter the associated geometric summation:
n
X
2 3 n
a + a·r + a·r + a·r + ··· + a · r = a · ri . (1.5)
i=0
We will also prove (1.5) by induction and apply (1.5) to solve specific integer
problems. The consequent list of integers renders perfect squares:
1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, . . . . (1.6)
Via (1.6) it is interesting to note that perfect squares must either end in a 1,
4, 5, 6, 9 and 0. Using the ending digits of perfect squares, we can generally
determine the ending digits of product(s) of integers. For instance, determine
the ending digit of the related product:
18 · 24 = 432. (1.7)
1.3 Geometry
This section’s objectives are to develop and enhance the foundations of angu-
lar, triangular geometry and areas of geometrical figures. We will commence
with angular geometry. The corresponding sketch sums two supplementary
angles α and β along the straight line.
α + β = 180. (1.8)
α + β = 2β + β = 3β = 180.
2α + β = 180,
and
180 − β
α = .
2
The corresponding diagram sums all the interior angles of a triangle.
α + β + γ = 180. (1.9)
6 Introduction to Math Olympiad Problems
4x + 50 = 90,
3x + y = 30 + y = 90,
whose area is
A = πr2 . (1.10)
The
√ upcoming sketch describes a square with length x, width x and diagonal
x 2 (Figure 1.8)
Introduction 7
whose area is
A = x2 . (1.11)
Example 1.4. Determine the area of a square inscribed inside the circle whose
area is 8π:
we see that the circle’s diameter is the square’s diagonal. Therefore, via Figure
1.8 and Eq. (1.11) we acquire
√
d 4 2
x = √ = √ = 4,
2 2
and
A = 42 = 16.
Notice that the diagonal of a square in Figure 1.8 decomposes the square into
two equal 45−45−90 triangles. Next we will transition to Venn diagrams that
remit overlapping between two or more sets.
A ∩ B = ∅,
as A evokes the positive odd integers and B depicts the positive even integers
described by the cognate diagram as shown in Figure 1.9.
Via Diagram 1.9 we obtain the corresponding union of sets A and B (joining
sets A and B):
A ∪ B = {1, 2, 3, 4, 5, 6, . . . , 80}
Introduction 9
and
|A ∪ B| = |A| + |B| . (1.12)
The cognate sets A and B,
are overlapping sets, and the intersection between A and B is the associ-
ated set
A ∩ B = {6, 12, 18, 24, 30, 36, . . . , 120}.
Overlapping sets or sets that intersect are evoked by the corresponding
Venn diagram as shown in Figure 1.10.
From Diagram 1.10 we will transition to the associated Venn diagram as shown
in Figure 1.11.
Diagram 1.11 renders three sets A, B and C and the following combinations
of intersections:
A ∩ B, A ∩ C, B ∩ C, A ∩ B ∩ C.
Via (1.14) and via Diagram 1.11 we procure
0! = 1,
1! = 1,
2! = 2 · 1 = 2 · 1!,
3! = 3 · 2 · 1 = 3 · 2!,
4! = 4 · 3 · 2 · 1 = 4 · 3!, (1.15)
..
.
n
Y
n! = n · (n − 1) · (n − 2) · · · · · 2 · 1 = n · (n − 1)! = i.
i=1
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
Figure 1.12 The Pascal’s triangle decomposed into blue and red rows.
Figure 1.12 assembles the triangle with even-ordered and odd-ordered rows.
The even-ordered rows are shaded in blue and the odd-ordered are shaded in
red. Note that the elements of the third row and the seventh row are all odd
integers. In addition, observe that the odd-ordered rows in blue have an even
number of elements while the even-ordered rows in red have an odd number
of elements. Additional properties of the Pascal’s triangle with (1.17) will be
examined in Chapter 5.
In Figure 1.13, the vertices a and b have three edges each or degree 3, while
the vertices α, β and γ have two edges each or degree 2. The consequent
example will examine the Partition of Sets together with prime factorization
of integers. To determine the prime factorization of the corresponding set
A = {2, 3, 5, 6, 10, 15}, (1.19)
we decompose set A in (1.19) into two disjoint subsets. The first subset lists
the prime numbers that are divisible only by 1 or by itself:
2 = 2 · 1,
3 = 3 · 1, (1.20)
5 = 5 · 1.
The next subset lists the product of exactly two prime numbers:
6 = 2 · 3,
10 = 2 · 5, (1.21)
15 = 3 · 5.
In Figure 1.14, all the vertices have two edges each or degree 2. In this case
Figure 1.14 is a regular graph as all the vertices have the same degree.
a0 , b1 , a2 , b3 , . . . . (1.22)
Introduction 13
The next two examples will render piecewise sequences together with (1.22)
and (1.23).
Example 1.5. Write a formula of the following sequence:
Solution: First we break up (1.24) into two main blue and green subsequences:
9: 1, 4, 5, 8, 9, 12, . . . .
10: 1, 3, 4, 6, 7, 9, . . . .
21: 36.
22: 40.
23: 42.
24: 70.
25: 105.
26: 150.
A = {a, b, c},
B = {α, β, γ}.
A = {a, b, c, d},
B = {α, β, γ, δ}.
A = {a, b},
B = {α, β},
C = {1, 2}.
A = {a, b, c},
B = {α, β, γ},
C = {1, 2, 3}.
In problems 31–34, sketch the Hasse Diagram rendering the prime factor-
ization of the following sets of integers:
31:
A = {2, 3, 5, 6, 7, 10, 14, 15, 21}.
32:
A = {2, 3, 5, 6, 10, 15, 30}.
33:
A = {2, 3, 4, 6, 9, 36}.
34:
A = {2, 3, 4, 5, 9, 10, 25, 90, 100}.
35: Determine two supplementary angles where one angle is 60 more than
twice the other angle.
36: Determine three supplementary angles where the second angle is twice
the first and the third angle is 30 more that the first.
37: Determine all the interior angles of a triangle whose ratio is 3 : 2 : 1.
38: Determine the circumference of a circle whose area is 8π.
16 Introduction to Math Olympiad Problems
41: How many integers between 1 and 360 are divisible either by 4 or 9?
42: How many integers between 1 and 4500 are divisible either by 2, 3 or 5?
43: How many integers between 1 and 300 are neither divisible by 3 nor 10?
44: How many integers between 1 and 4900 are neither divisible either by
2, 5 or 7?
Each time we incise a blue square inside a green square and vice versa we
produce four symmetrical red 45−45−90 triangles as shown in Figure 2.1.
Therefore, for n ∈ N, the total number of generated triangles mimics the
corresponding linear sequence:
17
18 Introduction to Math Olympiad Problems
Figure 2.2 A square first folded in half vertically, then horizontally, etc.
In Figure 2.2, suppose that the area of the largest square is 1. First we cut
the main square in half with a vertical red line, then with a horizontal red
line, then with a red vertical line, then with a red horizontal line, etc. The
Diminishing Rectangles and their associated areas are rendered with the
darker shades of blue. During each fold we reduce the area by half and hence
generate the following geometric sequence:
2 3 4 5 6 7 8 ( )8
i
1 1 1 1 1 1 1 1 1
1, , , , , , , , = .
2 2 2 2 2 2 2 2 2
i=0
In Figure 2.3 the first row has one triangle, the second row has three triangles,
the third row has five triangles, the fourth row has seven triangles and so on.
Hence, each row has an odd number of triangles and traces the corresponding
pattern that describes the consecutive positive odd integers:
1, 3, 5, 7, 9, 11 = {(2i − 1)}6i=1 .
For all n ∈ N, (2.1) extends to the following sum that adds all the consecutive
positive odd integers:
n
X
1 + 3 + 5 + · · · + (2n − 3) + (2n − 1) = (2i − 1) = n2 . (2.2)
i=1
Starting from the largest 45−45−90 triangle, the exact number of 45−45−90
triangles that are inserted inside the blue square is characterized by the fol-
lowing geometric summation:
1 + 2 + 4 + 8 + 16 + 32 + 64 + 128
= 1 + 2 + 22 + 23 + 24 + 25 + 26 + 27
7 (2.3)
= 2i = 28 − 1.
i=0
Observe (2.3) adds eight terms as the blue square is decomposed into eight
primary triangular regions (emphasized by the red diagonal, horizontal and
vertical lines) and into eight categories of 45−45−90 triangles. Hence for all
n ∈ N, provided r = 1, (2.3) extends to the corresponding geometric sum-
mation:
a[1 − rn+1 ]
a + a · r + a · r2 + a · r3 + · · · + a · rn = . (2.4)
1−r
Note that (2.4) has n + 1 terms added and r = 1. We will verify (2.4) by
using the proof by induction technique and derive and prove supplemental
summations.
Solution: Note that (2.5) lists positive multiples of 4 starting with 4. The
associated formula depicts (2.5):
{4n}∞
n=1 . (2.6)
Solution: Note that (2.7) lists 1 more than multiples of 6 starting with 13.
To determine the starting index of (2.7) we set
6n + 1 = 13.
{6n + 1}∞
n=2 . (2.8)
The upcoming examples will examine quadratic sequences that depict per-
fect squares.
Example 2.7. Write a formula of the following sequence:
Solution: (2.9) enumerates even perfect squares starting with 36. To deter-
mine the starting index we set of (2.9)
{4n2 }∞
n=3 . (2.10)
{4(n + 2)2 }∞
n=1 .
22 Introduction to Math Olympiad Problems
Solution: (2.11) enumerates every other odd perfect square starting with
1. First we reformulate (2.11) as
{(4n + 1)2 }∞
n=0 . (2.13)
{a · ri }ni=0 = a, a · r, a · r2 , a · r3 , a · r4 , . . . , a · rn , (2.14)
Solution: Observe
4,
4 · 3 = 12,
12 · 3 = 4 · 32 = 36,
36 · 3 = 4 · 33 = 108,
108 · 3 = 4 · 34 = 324,
..
.
For all n ≥ 0 we procure
{4 · 3n }∞
n=0 . (2.15)
By rearranging the starting index by 1, we reformulate (2.15) as
{4 · 3n−1 }∞
n=1 .
Sequences and Summations 23
Solution: Observe
2,
[2] · 4 = 8,
8 · 6 = [2 · 4] · 6 = 48,
48 · 8 = [2 · 4 · 6] · 8 = 384, (2.18)
384 · 10 = [2 · 4 · 6 · 8] · 10 = 3,840,
..
.
Solution: Notice
2,
2 · [5] = 10,
10 · 7 = 2 · [5 · 7] = 70,
70 · 9 = 2 · [5 · 7 · 9] = 630,
630 · 11 = 2 · [5 · 7 · 9 · 11] = 6,930,
..
.
Then for all n ∈ N, we obtain the associated piecewise sequence:
n 2 Q if n = 1,
{xn }i=1 = n
2 · [ i=2 (2i + 1)] if n ≥ 2.
Observe that the product formula works only starting with the second term of
the sequence and therefore requires the use of a piecewise formula. This will
lead us to the study of alternating and piecewise sequences.
Sequences and Summations 25
Solution: Note that the first term of (2.21) is positive and the sign switches
from neighbor to neighbor. Second of all, (2.21) is a geometric sequence with
a = 3 and r = −2. Hence for n ≥ 0 we get
{xn }∞ n ∞ n n ∞
n=0 = {3 · (−2) }n=0 = {3 · 2 · (−1) }n=0 . (2.22)
a, −a · r, a · r2 , −a · r3 , a · r4 , . . . = {a · rn · (−1)n }∞
n=0 ,
and
−a, a · r, −a · r2 , a · r3 , −a · r4 , . . . = {a · rn · (−1)n+1 }∞
n=0 .
starting at 2 while every fourth term of (2.24) is negative. Thus we will break
up (2.24) into two primary blue and green subsequences:
Thus for all n ≥ 0 we obtain the successive Initial Value Problem describing
(2.33):
xn+1 = (n + 1) · xn ,
x0 = 1.
This example describes the factorial pattern and is a special case of a First
Order Linear Non-Autonomous Difference Equation in the multiplicative
form.
Now we will transition to solving recursive sequences explicitly by inductively
obtaining a formula and solving an Initial Value Problem.
x0 ,
x1 = ax0 ,
2
x2 = ax1 = a · [ax
2 0 ] = a x30 ,
x3 = ax2 = a · a x0 = a x0 ,
x4 = ax3 = a · a3 x0 = a4 x0 ,
x5 = ax4 = a · a4 x0 = a5 x0 ,
..
.
xn = an x0 . (2.35)
2.7 Summations
The primary goals of this section are to study summations analogous to Eqs.
(1.4), (2.2) and (2.4). We will commence with the associated definition and
sigma notation of a summation.
Definition 2.1. For n ∈ N, we define
P the summation consisting of n values
with the sigma notation symbol as
n
X
S = x1 + x2 + x3 + · · · + xn = xi .
i=1
From Eq. (1.4), the consequent summation adds the consecutive positive in-
tegers starting with 1 (natural numbers N):
n
X n · [n + 1]
1 + 2 + 3 + 4 + · · · + (n − 1) + n = i = . (2.36)
i=1
2
The starting index of (2.36) must be 1 and we will apply (2.36) to derive
supplemental summations and prove (2.36) by induction in Chapter 3. From
Eq. (2.2), the upcoming summation adds the consecutive positive odd integers
starting with 1:
n
X
1 + 3 + 5 + 9 + · · · + (2n − 3) + (2n − 1) = (2i − 1) = n2 . (2.37)
i=1
= 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37
7
X [1 − 38 ] 38 − 1
= 3i = = = 3,280.
i=0
1−3 2
4 + 8 + 12 + 16 + 20 + · · · + 600 (2.40)
6 + 7 + 8 + 9 + 10 + · · · + 75. (2.42)
70 · 71
= + 70 · 5.
2
Example 2.27. Using (2.36), derive the formula of the following summation:
7 + 8 + 9 + 10 + 11 + 12 + · · · + n. (2.44)
Sequences and Summations 33
Next by revising the starting and the terminating indices by six units. For
n ≥ 7 we obtain the corresponding summation
n
X n−6
X
i = (i + 6). (2.46)
i=7 i=1
The succeeding example will apply (2.36) and (2.37) to simplify an alternating
summation.
Example 2.28. Using (2.36) and (2.37), simplify the corresponding alternat-
ing summation
X20
(−1)i i. (2.47)
i=1
Solution: First we decompose (2.47) into two summations of even integers
and odd integers as
20
X
(−1)i i = − 1 + 2 − 3 + 4 − 5 + · · · − 19 + 20 . (2.48)
i=1
First of all notice that (2.48) has ten odd integers (in red) and ten even integers
(in blue). Second of all, observe that the odd integers in red have a negative
sign while the even integers in blue have a positive sign. By regrouping the
even integers and the odd integers in (2.48) into two separate summations
and together with (2.36) and (2.37) we obtain
[2 + 4 + 6 + · · · + 20] − [1 + 3 + 5 + · · · + 19]
10
X 10
X
= 2i − (2i − 1)
i=1 i=1
10 · 11
= 2· − 102 .
2
= 10.
34 Introduction to Math Olympiad Problems
23:
xn+1 = xn + (2n + 3),
x0 = 1.
24:
xn+1 = xn + 2n+1 ,
x0 = 1.
25:
xn+1 = 22n+1 xn ,
x0 = 1.
26:
xn+1 = 2xn + (n + 1),
x0 = 1.
27:
xn+1 = −xn + (2n + 3),
x0 = 1.
28:
xn+1 = −xn + 2n+1 ,
x0 = 1.
Our aims of this chapter are to get acquainted with algebraic proofs and
the proof by induction technique. We will first commence with assorted
algebraic proofs that remit distinct algebraic characteristics.
37
38 Introduction to Math Olympiad Problems
We can then extend (3.3) to the cognate list of either consecutive odd integers
or consecutive even integers starting at some random integer x:
x, x + 2, x + 4, x + 6, x + 8, . . . . (3.4)
Notice that the difference between any two neighboring terms in (3.4) is always
2. The first example renders product of integers in the form 3n + 1.
Example 3.1. Prove that the product of two integers in the form 3n + 1 is
also in the form 3n + 1 or 1(mod3).
Solution: Note
4 · 7 = 28 = (3 · 1 + 1) · (3 · 2 + 1) = 3 · 9 + 1,
7 · 10 = 70 = (3 · 2 + 1) · (3 · 3 + 1) = 3 · 23 + 1,
4 · 13 = 52 = (3 · 1 + 1) · (3 · 4 + 1) = 3 · 17 + 1,
..
.
I1 = 3k + 1 and I2 = 3m + 1.
I1 · I2 = (3k + 1) · (3m + 1)
= 9km + 3k + 3m + 1
= 3 [3km + k + m] + 1.
The next examples will decipher specific features of odd perfect squares.
Example 3.3. Prove that an odd perfect square is one more than a multiple
of 8 or 1(mod8).
Solution: We will prove the result algebraically and recursively. First we will
prove the result algebraically. Observe
12 = 8·0 + 1,
32 = 8·1 + 1,
52 = 8·3 + 1,
72 = 8·6 + 1,
..
.
Hence the result follows as the product of two consecutive integers n(n + 1)
must be even. Next we will prove the result recursively. The corresponding
sequences depicts odd perfect squares:
x0 = 1,
x1 = 1 + 8 = x0 + 8 · 1,
x2 = 9 + 16 = x1 + 8 · 2,
x3 = 25 + 24 = x2 + 8 · 3,
x4 = 49 + 32 = x3 + 8 · 4,
..
.
Thus for all n ≥ 0 we obtain the successive Initial Value Problem describing
(3.6):
xn+1 = xn + 8(n + 1),
x0 = 1.
Hence the result follows.
More proofs rendering the attributes of integers will be remitted in Chapter
4. Next we will focus on applying the proof by induction technique.
40 Introduction to Math Olympiad Problems
Using the proof by induction technique, we will prove (3.7), (3.8) and (3.9)
and derive and prove supplemental summations. The succeeding example will
prove (3.7).
Example 3.4. Using proof by induction, verify the following summation:
n
X n · [n + 1]
1 + 2 + 3 + 4 + · · · + (n − 1) + n = i = . (3.10)
i=1
2
1 + 3 + 5 + 7 = 42 = 16.
1 + 2 + 22 = 7 = 23 − 1.
15: Prove that the sum of five consecutive positive integers is a multiple of
5.
16: Prove that the sum of six consecutive positive integers is a multiple of
3.
17: For n ≥ 2, prove that the sum of 2n+1 consecutive integers is a multiple
of 2n + 1.
18: For n ≥ 2, prove that the sum of 2n consecutive integers is a multiple
of n.
CHAPTER 4
Integers’ Characteristics
Our chapter’s intents are to get acquainted with the integers’ traits such as
consecutive integers, consecutive even and odd integers, prime factorization of
integers, simplifying integer arithmetic using law of exponents, attributes of
even and odd perfect squares and integers’ ending digits. We will use several
results established in the previous chapters such as addition of consecutive
integers and geometric summations. We will commence with features of con-
secutive integers.
45
46 Introduction to Math Olympiad Problems
Example 4.5. Determine the sum of all the proper divisors of 48 (divisors
less than 48).
Solution: First of all, 48 has the corresponding proper divisors:
1, 2, 3, 4, 6, 8, 12, 16, 24. (4.13)
Second of all, by summing all the divisors in (4.13) we obtain
S = 1 + 2 + 3 + 4 + 6 + 8 + 12 + 16 + 24 = 76.
In Example 4.5 the sum of all the divisors S > 48. However, it is possible that
the sum of all the divisors can be equal or less than the assigned integer. The
upcoming example will render the sum of all the divisors that will be less than
the assigned integer.
Example 4.6. Determine the sum of all the proper divisors of pk (divisors
less than pk ), where p ≥ 2 is a prime number and k ≥ 2.
Solution: Note that pk has the following proper divisors:
p0 , p1 , p2 , p3 , . . . , pk−1 . (4.14)
Now by summing all the divisors in (4.14) we acquire the associated geometric
summation:
k−1
X pk − 1
S = p0 + p1 + p2 + p3 + · · · + pk−1 = pi = .
i=0
p−1
The upcoming example will apply prime factorization together with the laws
of exponents to simplify an expression.
Example 4.7. Simplify the following expression:
12121 · 18122
. (4.15)
6362
Solution: By factoring the numerator and the denominator we rewrite (4.15)
as
[3 · 2 · 2]121 · [3 · 3 · 2]122
. (4.16)
[3 · 2]362
Now by applying the laws of exponents we reformulate (4.16) as
3121 · 2121 · 2121 · 3122 · 3122 · 2122
. (4.17)
3362 · 2362
By applying additional laws of exponents we simplify (4.17) as
3365 · 2364
3362 · 2362
= 33 · 22
= 27 · 4 = 108.
Integers’ Characteristics 49
The consequent example will render the use of geometric summation together
with a recursive sequence.
Example 4.8. Show that for all n ∈ N, 4n − 1 is divisible by 3.
Solution: By induction we obtain
41 − 1 = 3 = 3 · 1 = 3 · [1],
42 − 1 = 15 = 3 · 5 = 3 · [1 + 4],
43 − 1 63 = 3 · 21 = 3 · 1 + 4 + 42 ,
=
44 − 1 255 = 3 · 85 = 3 · 1 + 4 + 42 + 43 ,
=
..
.
1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, . . . . (4.19)
Via (4.22), we can conclude that for n ∈ N even perfect squares in the form
(4k − 2)2 are divisible only by 4 and even perfect squares in the form (4k)2
are divisible by 16.
50 Introduction to Math Olympiad Problems
Second of all the ending digit of an odd perfect square in (4.20) is either
1, 5 or 9. For n ∈ N odd perfect squares are in the form
Recall that in Example 3.3 we proved that odd perfects squares are 1 more
than a multiple of 8 or are in the form 1 (mod8). The succeeding example will
focus on odd perfect squares such as 52 , 72 , 112 , 132 , . . .; for n = 2, 4, 6, . . .,
they are in the form (3n − 1)2 or (3n + 1)2 and are one more than multiple of
24 or 1 (mod24).
Example 4.9. Prove that an odd perfect square in the form (3k + 1)2 and in
the form (3k − 1)2 for n = 2, 4, 6, . . . is one more than a multiple of 24.
Solution: First we will prove the result for (3k + 1)2 . The proof for (3k −
1)2 is similar and will be omitted. Analogous to Example 3.3, we procure the
corresponding pattern
72 = 24 · 2 + 1,
132 = 24 · 7 + 1,
192 = 24 · 15 + 1,
232 = 24 · 22 + 1,
..
.
Similar to the technique in Example 3.3, for n = 2, 4, 6, . . . we set
First notice that for all n = 2, 4, 6, . . ., 3n and 3n + 2 are both even integers.
Second of all observe that 3n · [3n + 2] is a multiple of 3. We can then prove
that 3n · [3n + 2] must be a multiple of 8 (this will be left as an end of chapter
exercise). Hence the result follows.
The following example will analyze the ending digit of specific neighboring
perfect squares.
Example 4.10. Let n be a positive integer (n ∈ N). Determine the ending
digit of (n + 2)2 if the ending digit of n2 is 9 and the ending digit of (n + 1)2
is 4.
Solution:
(i) As the ending digit of n2 is 9, then n must be an odd perfect square and
therefore n must be an odd integer. Thus we can first conclude that n + 1
must be an even integer and n + 2 must be an odd integer.
(ii) Since the ending digit of n2 is 9, then n can be one of the following:
(iii) As the ending digit of (n + 1)2 is 4, then n + 1 can be one of the corre-
sponding values:
8, 18, 28, . . . .
(i) 1120
(ii) 2251
(iii) 4366
and
k 9 if k = 1, 3, 5, 7, . . . ,
9 = (4.30)
1 if k = 2, 4, 6, 8 . . . .
52 Introduction to Math Olympiad Problems
The next sequence of examples will render the use of (4.25)−(4.34) to deter-
mine the ending digit of an integer.
Example 4.11. Determine the ending digit of 3518 .
Solution: The ending digit of 35 is 5. Hence via (4.27) the ending digit of
3518 must be 5 as for all k ∈ N the ending digit of 5k is 5.
Example 4.12. Determine the ending digit of 1426 .
Solution: The ending digit of 14 is 4. Hence via (4.29) the ending digit of
1426 must be 6 as for all k ∈ N the ending digit of 42k must be 6.
Example 4.13. Determine the ending digit of 3747 .
Solution: The ending digit of 37 is 7. Hence via (4.33) the ending digit of
3747 must be 3 as for all k ∈ N the ending digit of 74k+3 must be 3.
Example 4.14. Determine the ending digit of 2334 · 3247 .
Solution: Observe that the ending digit of 23 is 3 and the ending digit of 32
is 2. Then:
(i) Via (4.32) the ending digit of 2334 must be 9 as for all k ∈ N the ending
digit of 34k+2 must be 9.
(ii) Via (4.31) the ending digit of 3247 must be 8 as for all k ∈ N the ending
digit of 24k+3 must be 8.
Hence via (i) and (ii), the ending digit of 2334 · 3247 must be 2.
Integers’ Characteristics 53
1: 210
2: 900
In problems 3−6 express the sum S of all the factors of the following integers
as combinations of geometric summations:
3: 48
4: 80
5: 144
6: 240
7: Φ(15)
8: Φ(24)
9: Φ(35)
10: Φ(40)
203
16: 164
184
17: 123
155
18: 124
54 Introduction to Math Olympiad Problems
19: 5763
20: 7275
21: 14980
22: 84495
23: 5744 + 6540
24: 4933 · 8467
25: 5830 · 9357
26: 8250 + 9760
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
This chapter’s aims are to derive various traits of the Pascal’s triangle and
prove them by applying the Definition of Combinations (5.1) and by Induc-
tion. We will examine Figure 5.1 in the horizontal direction to analyze the
triangle’s horizontally oriented identities and in the diagonal direction to
examine the triangle’s diagonally oriented identities. To obtain the trian-
gle’s horizontally oriented identities, we will decompose Figure 5.1 into blue
and red horizontal rows (the blue rows are even-ordered rows and the red rows
are odd-ordered rows) as illustrated in the proceeding diagram (Figure 5.2).
55
56 Introduction to Math Olympiad Problems
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
Figure 5.2 The Pascal’s triangle decomposed into blue and red rows.
Analogously, to acquire the triangle’s diagonally oriented identities, we will
break up Figure 5.1 into blue and red diagonals as indicated in Figure 5.3.
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
Figure 5.3 The Pascal’s triangle decomposed into blue and red diagonals.
0
0
1 1
0 1
2 2 2
0 1 2
3 3 3 3
0 1 2 3
4 4 4 4 4
0 1 2 3 4
5 5 5 5 5 5
0 1 2 3 4 5
6 6 6 6 6 6 6
0
1 2 3 4 5 6
7 7 7 7 7 7 7 7
0 1 2 3 4 5 6 7
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
From Figure 5.4, our aim is to compute each element of the Pascal’s triangle
by applying (5.1). For instance, by applying (5.1), we obtain all the elements
of the triangle’s third row:
3 3! 3 3! 3 3! 3 3!
= = 1, = = 3, = = 3, = = 1.
0 0!3! 1 1!2! 2 2!1! 3 3!0!
The consequent example will apply (5.1) to enumerate all the combinations 2
out of 5. Furthermore, we will coalesce (2.36) together with (5.1).
Example 5.2. List all the 2-combinations out of 5 from the set {a, b, c, d, e}
and express all the combinations in terms of (5.1) and (2.36).
Solution: We structure all the possible combinations in four rows in the fol-
lowing configuration:
{a, b}, {a, c}, {a, d}, {a, e}
{b, c}, {b, d}, {b, e}
{c, d}, {c, e}
{d, e}
58 Introduction to Math Olympiad Problems
By adding all the terms from each row we procure the following sum:
4·5 5 5!
1 + 2 + 3 + 4 = 10 = = = . (5.2)
2 2 2!3!
(5.3) will emerge as one of the triangle’s properties in Example 5.7 and di-
rect us to supplemental diagonally oriented identities. The next section will
examine the triangle’s horizontally oriented identities.
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
From Figure 5.5 and via (5.1), the triangle’s blue terms render the following
configuration:
3 = 3, 4 = 4,
5 =
5, 6 = 6, 7 = 7
3 3 4 4 5 5 6 6 7 7
= , = , = , = , = .
1 2 1 3 1 4 1 5 1 6
(5.4)
Pascal’s Triangle Identities 59
From Figure 5.5 and via (5.1), the triangle’s green terms resemble the corre-
sponding structure
From Figure 5.5 and via (5.1), the triangle’s red terms depict the correspond-
ing pattern
35 = 35
7 7 (5.6)
= ,
3 4
where 3 + 4 = 7. Via (5.6) and (5.1) we obtain
7 7! 7
= = .
3 3!4! 4
Hence via (5.4), (5.5) and (5.6), for all n ≥ 0 and k = 0, 1, . . . , n we procure
n n
= , (5.7)
k n−k
Example 5.4. The diagram in Figure 5.6 renders the Pascal’s Identity
with blue and red colors (where each red term is the sum of the two adjacent
horizontal blue terms).
60 Introduction to Math Olympiad Problems
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
When adding two adjoining horizontal blue terms in each row in Figure 5.6
together with (5.1) we procure the following pattern:
1 + 2 = 3, 6 + 4 = 10, 15 + 6 = 21, . . .
(5.8)
2 2 3 4 4 5 6 6 7
+ = , + = , + = ,...
0 1 1 2 3 3 4 5 5
In addition from (5.8), for all n ∈ N and k ∈ [0, 1, . . . , n − 1], we obtain the
corresponding Pascal’s Identity:
n n n+1
+ = . (5.9)
k k+1 k+1
Proving Eq. (5.9) (Pascal’s Identity) will be left as an end of the chapter
exercise. Eq. (5.9) will also be used to prove further identities.
In Example 5.4 we added two horizontal neighboring terms in each row and
obtained the Pascal’s Identity. The next example will affix all the horizontal
terms in each row and produce the triangle’s Power Identity (adding up to
a power of 2).
Example 5.5. In Example 5.4 we added two neighboring horizontal terms.
We will decompose the triangle’s rows where the blue terms render the even-
ordered rows while the red terms depict the odd-ordered rows.
Pascal’s Triangle Identities 61
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
Now we will combine all the terms in each row. Via Figure 5.7, by combining
all the terms in each row starting with the 0th row and by applying (5.1), we
obtain the following properties:
0
1= = 20 (0th row),
0
1 1
1+1= + = 21 (1st row),
0 1
(5.10)
2 2 2
1+2+1= + + = 22 (2nd row),
0 1 2
3 3 3 3
1+3+3+1= + + + = 23 (3rd row),
0 1 2 3
..
.
Notice that the power of 2 corresponds directly to the order of each row. For
n ∈ N, (5.10) extends to the corresponding Power Identity:
n
X n
= 2n . (5.11)
i=0
i
Note that the blue even-ordered rows have an odd number of terms while the
red odd-ordered rows have an even number of terms. Thus proving (5.11) will
require two cases when n is even and when n is odd. In addition (5.11) is
proved by induction by applying the Symmetry Identity and the Pascal’s
Identity. Furthermore, via Figure 5.7 and via (5.10) and (5.11), by adding
all the elements of the Pascal’s triangle we procure
n
X
20 + 21 + 21 + · · · + 2n = 2i = 2n+1 − 1.
i=0
62 Introduction to Math Olympiad Problems
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
Applying Figure 5.8 and implementing (5.1) to express the sum of two adjacent
blue terms, we procure the following identities:
2 3
1+3= + = 22 ,
0 1
3 4
3+6= + = 32 ,
1 2
(5.12)
4 5
6 + 10 = + = 42 ,
2 3
5 6
10 + 15 = + = 52 ,
3 4
..
.
Hence via (5.12), for all n ≥ 2 we acquire the following Square Identity:
n n+1
+ = n2 . (5.13)
n−2 n−1
Pascal’s Triangle Identities 63
Example 5.7. The corresponding scheme renders the red terms of the trian-
gle’s first diagonal and lists all the consecutive positive integers.
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
In Figure 5.9, by summing all the consecutive red terms in the first diagonal
and applying (5.1), we procure the following relations:
1 2 3
1+2= + = = 3,
0 1 1
1 2 3 4
1+2+3= + + = = 6,
0 1 2 2
1 2 3 4 5
1+2+3+4= + + + = = 10,
0 1 2 3 3
1 2 3 4 5 6
1+2+3+4+5= + + + + = = 15,
0 1 2 3 4 4
..
.
(5.14)
From the relations in (5.14), for all n ≥ 2 we reformulate (2.36) as
n−1
X i + 1
1 2 3 4 n n+1
+ + + + ... + = = .
0 1 2 3 n−1 i=0
i n−1
(5.15)
We will prove (5.15) by induction together with the Pascal’s Identity and
will be left as an end of chapter exercise.
64 Introduction to Math Olympiad Problems
Analogous to (5.15) in Example 5.7, by combining all the blue terms in the
triangle’s second diagonal we obtain
n−1
X i + 2
2 3 4 5 n+1 n+2
+ + + + ··· + = = .
0 1 2 3 n−1 i=0
i n−1
(5.16)
By summing all the red terms in the triangle’s third diagonal we procure
n−1
X i + 3
3 4 5 6 n+2 n+3
+ + + + ··· + = = .
0 1 2 3 n−1 i=0
i n−1
(5.17)
By adding all the blue terms in the triangle’s fourth diagonal we acquire
n−1
X i + 4
4 5 6 7 n+3 n+4
+ + + + ··· + = = .
0 1 2 3 n−1 i=0
i n−1
(5.18)
Therefore for all k ∈ N, by affixing all the terms in the kth diagonal, via
(5.15)−(5.18) we produce the corresponding identity
n−1
X i + k n + k
k k+1 k+2 n+k−1
+ + + ··· + = = .
0 1 2 n−1 i=0
i n−1
(5.19)
Proving (5.19) by induction will be left as an end of chapter exercise.
6
X 6 12−2i 2i
= a b .
i=0
i
8 8
X 8 8−i −i X 8 8−2i
= x x = x .
i=0
i i=0
i
Note that the power of x starts with 8 and descends by 2 from term to term.
0
For instance,
we obtain x when i = 4 with the corresponding binomial co-
8
efficient 4 .
7 6
5: 3 2
5 8
6: 8 3
(k+2)!
7: k! , k∈N
(k+3)!
8: k! , k∈N
(k+n)!
9: k! , k, n ∈ N
10: k · [k! + (k − 1)!] , k ∈ N
8!
11: 4!
12!
12: 6!
(2k)!
13: k! , k∈N
n
(k+1 )
14: , k, n ∈ N
(nk)
n n−1 n−1
15: k−1 + k + k−1
17: (x + y + z)2
18: (x + y + z)3
19: (a3 + b3 )6
20: (a + b2 )8
21: (x + x−2 )12
22: (x − y)n
23: The binomial coefficient of x3 in (x + x−2 )18
24: The binomial coefficient of x4 in (x − x−3 )16
25: The binomial coefficient of x0 in (x + x−1 )2n
26: The binomial coefficient of x3 in (x + x−1 )2n+1
n n n−1
31: k = n−k k , k, n ∈ N
n n n+1
32: k + k+1 = k+1 , k, n ∈ N
n k n n−j
33: k j = j k−j , j ≤ k ≤ n
n n+1
2
34: n−2 + n−1 = n , n ≥ 2
Pn n
40: i=0 i = 2n , n ∈ N
41: Using Exercise 40, prove
n
X n i
2 = 3n , n ∈ N
i=0
i
69
70 Introduction to Math Olympiad Problems
Solution: First we will decompose Figure 6.1 into two neighboring trian-
gles, the left-neighboring triangle and the right-neighboring triangle.
Using the left-neighboring triangles we will solve for x, and using the right-
neighboring triangle we will solve for y + z. Note that from the left-neighboring
triangle we obtain x = 100 as shown in the diagram below:
Observe that in Figure 6.2 the two sides y are equal with the corresponding
two equal angles α. In addition, Figure 6.2 is decomposed into two equal
neighboring right triangles. The succeeding example will decipher an isosceles
triangle as a system of isosceles subtriangles.
Example 6.2. Using the diagram in Figure 6.3 solve for β − α
30−60−90 and 45−45−90 triangles are special cases of right triangles and we
will study their traits in subsections 6.1.2, 6.1.3 and 6.1.4.
√
Now by applying Figures 6.6 and 6.7 on 4ADB we procure BD = 3 3 and
AD = 9 and the following diagram:
Observe Figure 6.8 renders an isosceles right triangle√with two equal perpen-
dicular sides of length X and diagonal of length X 2. Similar to Example
6.3, the upcoming example will analyze a 45−45−90 triangle as a system of
several 45−45−90 subtriangles.
Example 6.4. Using the diagram in Figure 6.9, solve for AB given that
DE = EB = GF = F A, CD = DB = CG = GA and EB = 2.
Solution: Note that via Figures 6.8 and 6.9, 4AF G and 4BED are both
45−45−90 triangles as shown in the corresponding sketch:
√ √
As we assumed that CD = DB = CG = GA, then AC = 4 2 and BC = 4 2.
Thus we see that 4ABC must also be a 45−45−90 triangle portrayed by the
cognate sketch:
The succeeding example deciphers two 3−4−5 triangles at different scales and
proportions.
Example 6.5. Using the diagram in Figure 6.13 solve for DB and EC given
that AD = 4, DE = 3 and BC = 12.
Solution: Notice that via Figures 6.11 and 6.13, 4ADE and 4ABC are
3−4−5 triangles as shown in the corresponding diagrams in Figures 6.14 and
6.15.
Next via Figures 6.14 and 6.15 we obtain the cognate sketch:
Eq.
√ (1.11) describes the area of a square with length x, width x and diagonal
x 2 (A = x2 ) rendered in Figure 1.8:
Via Figure 6.8 the diagonal decomposes the square in Figure 1.8 into two
equal 45−45−90 triangles. The next sketch
√ depicts the area of a rectangle
with length l, width w and diagonal d = l2 + w2
82 Introduction to Math Olympiad Problems
A = l · w. (6.2)
Notice that Figure 1.8 is a special case of Figure 6.16 when l = w. In addition,
the diagonal d decomposes the rectangle in Figure 6.16 into two equal right
triangles. The upcoming diagram in Figure 6.17 describes the area of a triangle
with base b and height h (where b⊥h)
Solution: The cognate sketch portrays the y-intercept (0,4) and two x-
intercepts (−2,0) and (2,0) of the parabola y = 4 − x2 ,
Hence via Figure 6.19 we acquire the corresponding triangular diagram with
base b = 4 and height h = 4:
84 Introduction to Math Olympiad Problems
4·4
whose area is 2 = 8.
The upcoming example determines the area and perimeter of a triangle as-
sembled partially inside and outside a circular region.
Example 6.7. Suppose the area of the circular area in the corresponding
sketch is 9π.
Determine the area and the perimeter of the equilateral triangle ABC.
Solution: Figure 6.20 depicts an overlapping triangle and circle. As the area
of the blue circle in Figure 6.20 is 9π, then we obtain radius r = 3 and
diameter d = 6 (AD = 6) rendered by the cognate diagram in Figure 6.21.
Figure 6.21 Triangle ABC and the blue circle with diameter 6.
According to Figure 6.5, the equilateral triangle ABC in Figure 6.22 is de-
composed into two 30−60−90 triangles ADB and ADC. Thus via Figure
6.22 we see that the area of ABC is
√
4 3·6 √
A = = 12 3,
2
while the perimeter of ABC is
√ √
P = 3 · 4 3 = 12 3.
The upcoming example examines the areas of squares together with Eq. (2.36):
n
n · [n + 1]
1 + 2 + 3 + 4 + · · · + (n − 1) + n = i = .
i=1
2
Example 6.8. Using the diagram in Figure 6.23 determine the dimensions
of each individual square given that the area of all the squares is 900.
Example 6.9. The cognate sketch renders a system of triangles at the same
scale.
Suppose that the area of ABC is 15. Determine the area of ADE.
Solution: Notice that Figure 6.24 is assembled as a system of triangles in
eight rows. So by applying Eq. (2.37), the total number of triangles in Figure
6.24 is
8
(2i − 1) = 82 = 64.
i=1
15 · 64 = 960.
Geometry 87
Solve for k when the dimension of each small square is k and the perimeter P
(the sum of all the red sides) is equal to the area A of all the squares.
Solution: Observe that Figure 6.25 is assembled as a system of step-shaped
squares in five rows. So via Eq. 2.36, Figure 6.25 has 15 squares and we
acquire
A = 15k 2 and P = 20k.
Now we set A = P and we obtain
15k 2 = 20k
and
20 4
k = = .
15 3
Figure 6.25 can be extended to a system of step-shaped squares at the same
scale with n rows. This will be left as an end of chapter exercise. The suc-
ceeding subsection will examine proportions of areas of triangles and squares
at different scales.
88 Introduction to Math Olympiad Problems
Given that the area of the green square 2XY ZW is 6, then determine the
area of blue square 2ABCD.
Solution: First note that in Figure 6.26 X is the midpoint of AB, Y is the
midpoint of BC, Z is the midpoint of CD and W is the midpoint of DA.
Therefore we obtain four symmetrical 45−45−90 triangles 4XW A, 4XY B,
4ZY C and 4ZW D.
Next assume that area the green square 2XY ZW is 6. Then√ via Figure 6.26
and Eq. (1.11) we see that W X = XY = Y Z = ZW = 6 rendered by the
corresponding sketch:
Geometry 89
Now using the properties of 45−45−90 triangles in Figure 6.8 we acquire the
consequent diagram:
√
Hence we see that the area of the blue square 2ABCD is [2 3]2 = 12.
The succeeding example will inspect the proportions of triangular areas at
different scales.
Example 6.12. Suppose that 4ABC and 4ADE are right triangles as shown
in the diagram in Figure 6.27.
BD
First of all, as DF = 4 andBF
= 51 then we obtain BD = 1 and BF = 5.
and AE
Second of all, as AE = 12 AC
= 34 then we acquire EC = 4 and AC = 16.
This then leads us to the upcoming diagram:
Therefore we see that via Eq. (6.3) the area of 4ABC is 40. Moreover we
obtain the corresponding ratios of areas of triangles 4ADE and 4ABC:
Area 4 ADE 24 3
= = .
Area 4 ABC 40 5
The upcoming example will determine the square’s dimensions and area of a
square inscribed inside an equilateral triangle.
92 Introduction to Math Olympiad Problems
DC 3
2: Given that AD
= 2, determine the ratio of the areas of 4ABC and
4ABD:
8: Using Exercise 3, suppose that the area of the blue circle is 4π, then
determine the area of the green equilateral triangle ABC:
Geometry 97
9: Solve for k when the dimension of each small square is k and the perime-
ter P (the sum of all the red sides) is equal to the area A of all the
squares:
12: Using Exercises 6 and 7, suppose that the circumference of the red circle
is 8π, then determine the area of the blue equilateral triangle:
13: Write a formula that determines the number of inscribed blue triangles
inside the main triangle:
14: Write a formula that determines the number of inscribed blue triangles
inside the main triangle:
Geometry 99
15: Write a piecewise sequence that describes the areas of the green and
blue squares given that the area of the largest green square is 4:
16: Write a piecewise sequence that describes the areas of the blue squares
and green circles given that the area of the largest blue square is 4:
CHAPTER 7
Graph Theory
A = {a, b},
B = {α, β},
where we match each English letter a and b with each Greek letter α and β.
We then acquire the following Cartesian Product A × B:
101
102 Introduction to Math Olympiad Problems
Observe that Figure 7.1 has four vertices a, b, α and β. In addition, each vertex
has degree 2 as each vertex has two edges adjacent to it. We can restructure
Figure 7.1 as the corresponding cycle graph C4 .
Figure 7.3 is a cycle graph C3 where vertices v1 , v2 and v3 have degree 2 and
depicts a 2-regular graph that consists of exactly one cycle with length-3 or a
3-cycle.
Figure 7.3 has three vertices and three edges. Analogous to Figure 7.2 and
7.2, the number of edges |E(G)| in Figure 7.3 is
3
3·2 i=1 deg(vi )
|E(G)| = = . (7.3)
2 2
Similar to Figures 7.3 and 7.2, the succeeding sketch depicts the cycle graph
C6 of length-6 with six vertices and six edges.
and portrays a 2-regular graph that consists of exactly one cycle with length-
6 or a 6-cycle. Mimicking Figures 7.2 and 7.3 and via (7.4) and (7.2), the
number of edges |E(G)| in Figure 7.4 is
6
6·2 i=1 deg(vi )
|E(G)| = = . (7.4)
2 2
For n ≥ 3, Figures 7.2, 7.3 and 7.4, extend to the 2-regular cycle graph Cn of
length-n or an n-cycle and consists of n vertices vi for i ∈ {1, 2, ...., n}, where
each vertex has degree 2 or
deg(vi ) = 2 for all i ∈ {1, 2, . . . , n},
and the number of edges |E(G)| in the cycle graph Cn is
n
n·2 i=1 deg(vi )
|E(G)| = = . (7.5)
2 2
The upcoming example portrays a semi-regular graph with six vertices where
each vertex has either degree 2 or 3 and with various cycles of length-4 and
length-6.
Example 7.1. Using Figure 7.5 determine the degrees of all the vertices and
all the cycles of the corresponding graph G in Figure 7.5.
Solution: First note that Figure 7.5 consists of six vertices where each vertex
has either degree 2 or degree 3. In fact we obtain
deg(v2 ) = deg(v5 ) = 3 and deg(v1 ) = deg(v3 ) = deg(v4 ) = deg(v6 ) = 2,
and the number of edges |E(G)| in Figure 7.5 is
6
2·3 + 4·2 i=1 deg(vi )
|E(G)| = = = 7. (7.6)
2 2
Second of all note that Figure 7.5 has exactly one 6-cycle in red rendered by
the corresponding sketch (v1 –v2 –v3 –v4 –v5 –v6 –v1 ):
Graph Theory 105
and two 4-cycles in red (v1 –v2 –v5 –v6 –v1 ) and (v2 –v3 –v4 –v5 –v2 ) resembled by
the following two diagrams:
The next example will focus on the 4-cycles of the Bi-Partite Graph K2,3 .
106 Introduction to Math Olympiad Problems
Example 7.2. Using Figure 7.6 determine the degrees of all the vertices and
all the cycles of the corresponding Bi-Partite Graph K2,3 in Figure 7.6.
Solution: Figure 7.6 consists of five vertices where each vertex has either
degree 2 or degree 3. In fact we obtain
The second sketch is a 4-cycle v1 –v3 –v2 –v5 –v1 and skips v4 and hence com-
bines vertices v3 and v5 :
The next sketch is a 4-cycle v1 –v4 –v2 –v5 –v1 and skips v3 and hence combines
vertices v4 and v5 :
The upcoming example will examine the 4-cycles, 6-cycles and an 8-cycle of
the Lattice Graph L2,4 .
Example 7.3. Using Figure 7.7 determine the degrees of all the vertices and
all the cycles of the cognate Lattice Graph L2,4 in Figure 7.7.
108 Introduction to Math Olympiad Problems
Solution: Figure 7.7 is composed of eight vertices as two rows and four
columns. Note that vertices v1 , v2 , v3 and v4 are in the first row and ver-
tices v5 , v6 , v7 and v8 are in the second row. Analogous to Figures 7.5 and
7.6 each vertex has either degree 2 or degree 3. In fact we obtain
(i) deg(v1 ) = deg(v4 ) = deg(v5 ) = deg(v8 ) = 2,
(ii) deg(v2 ) = deg(v3 ) = deg(v6 ) = deg(v7 ) = 3,
and the number of edges |E(G)| in Figure 7.7 is
8
4·2 + 4·3 i=1 deg(vi )
|E(G)| = = = 10. (7.8)
2 2
From Figure 7.7 we then acquire the following three 4-cycles:
(1) v 1 − v2 − v7 − v8 − v1 .
(2) v 2 − v3 − v6 − v7 − v2 .
(3) v 3 − v4 − v5 − v6 − v3 .
We also obtain the corresponding two 6-cycles:
(1) v 1 − v2 − v3 − v6 − v7 − v8 − v1 .
(2) v2 − v3 − v4 − v5 − v6 − v7 − v2 .
Furthermore we procure the cognate 8-cycle:
v1 − v2 − v3 − v4 − v5 − v6 − v7 − v8 − v1 .
Now we will direct our focus on regular graphs.
Graph Theory 109
In Figure 7.8 each vertex has degree 3 and the number of edges |E(G)| in K4
in Figure 7.8 is
4
4·3 4 i=1 deg(vi )
|E(G)| = = = . (7.9)
2 2 2
In addition, the complete graph K4 has several 3-cycles and 4-cycles. The
upcoming sketch renders a complete 5-regular graph K6 .
Analogous to Figure 7.8, in Figure 7.9 each vertex has degree 5 and the number
of edges |E(G)| in K6 in Figure 7.9 is
6
6·5 6 i=1 deg(vi )
|E(G)| = = = . (7.10)
2 2 2
110 Introduction to Math Olympiad Problems
In addition, the graph K6 has several 3-cycles, 4-cycles, 5-cycles and 6-cycles.
For n ≥ 3, via Figures 7.8 and 7.9 and from (7.9) and (7.10), the number of
edges |E(G)| in a complete (n − 1)-regular graph Kn is
n
n · (n − 1) n i=1 deg(vi )
|E(G)| = = = . (7.11)
2 2 2
The complete graph Kn has numerous k-cycles (k ∈ [3, n]). Now we define a
Graph G with n vertices (n ≥ 3) as a k-regular graph (k ∈ [2, n − 1]) if each
vertex has degree k. Then the number of edges |E(G)| is
n
n·k i=1 deg(vi )
|E(G)| = = . (7.12)
2 2
Observe that n · k must be even in (7.12). Now we will examine additional
examples of regular graphs. The upcoming sketch describes the 3-regular Bi-
Partite Graph K3,3 .
In Figure 7.10 each vertex has degree 3 and the number of edges |E(G)| in
K3,3 in Figure 7.10 is
6
6·3 i=1 deg(vi )
|E(G)| = = = 9. (7.13)
2 2
Must a regular graph be a Hamiltonian graph? Next we will transition to
semi-regular graphs.
Figures 7.9, 7.10, 7.11, 7.12 and 7.13 will guide us to Hamiltonian graphs with
the following question: must every graph with cycles be a Hamiltonian graph?
Solution: The next three sketches will trace three Hamiltonian cycles of K4 .
The first sketch describes a 4-cycle (v1 -v2 -v3 -v4 -v1 ) with two horizontal and
two vertical edges:
The second sketch renders a 4-cycle (v1 -v2 -v4 -v3 -v1 ) with two horizontal and
two diagonal edges:
114 Introduction to Math Olympiad Problems
The next sketch depicts a 4-cycle (v1 -v4 -v2 -v3 -v1 ) with two vertical and two
diagonal edges:
From Example 7.4 we can show that for all n ≥ 3 the complete graph Kn will
have several Hamiltonian cycles. The next example will examine the existence
of Hamiltonian cycles in a Bi-Partite Graph K3,3 .
Example 7.5. Determine a Hamiltonian cycle of the corresponding graph
K3,3 below:
Solution: Note that K3,3 has six vertices. Our goal is to determine a cycle
that visits all six vertices. The associated sketch traces the corresponding cycle
(v1 –v4 –v2 –v5 –v3 –v6 –v1 ) with length-6 or a 6-cycle:
Graph Theory 115
Solution: Note that L3,4 has 12 vertices. Our aim is to find a cycle that visits
all 12 vertices. The corresponding diagram renders cycle with length-12 or a
12-cycle:
116 Introduction to Math Olympiad Problems
The consequent two examples will portray graphs that do not have a Hamilto-
nian cycle or Cn as a subgraph. We will commence with the Bi-Partite Graph
K2,3 .
Example 7.7. Explain why the cognate Bi-Partite Graph K2,3 below has no
Hamiltonian cycles or cycles with length-5:
Solution: In Example 7.3 we showed that the Bi-Partite Graph K2,3 has
exactly three 4-cycles:
Therefore we conclude that the Bi-Partite Graph K2,3 has five vertices and
only has 4-cycles and cannot have 5-cycles or odd-length cycles.
Graph Theory 117
Example 7.8. Explain why the associate Graph G in Figure 7.14 has no
Hamiltonian cycles or cycles with length−5.
Solution: Note that the given Graph G in Figure 7.14 has five vertices and
exactly two 3-cycles:
Therefore we conclude that the given Graph G in Figure (7.14) only has
3-cycles only and cannot have 5-cycles.
23: Determine all the cycles of the cognate Bi-Partite Graph K2,2,2 :
24: Determine all the cycles of the cognate Bi-Partite Graph K3,3,3 :
CHAPTER 8
Answers to Chapter Exercises
3. {11 + 6n}∞
n=0
5. {2 + 5n}∞
n=0
7. {(2n − 1)2 }∞
n=1
9. For all n ≥ 0:
(2n + 1) if n is even,
xn =
2(n + 1) if n is odd.
121
122 Introduction to Math Olympiad Problems
21. 2 and 3
23. 2, 3 and 7
25. 3, 5 and 7
41. 90 + 40 − 10 = 120
43. 300 − [100 + 30 − 10] = 180
45: BC
47: AC ∩ BE = BC
3. {9n − 1}∞
n=1
5. {(2n − 1)2 }∞
n=1
7. {(4n − 1)2 }∞
n=1
9. {(4n + 2)2 }∞
n=1
29. 3,925
31. 2,010
3. 5 · [1 + 2 + 4 + 8]
5. 11 · [1 + 2 + 4 + 8] + 3 · [1 + 2 + 4 + 8 + 16]
7. Φ(15) = 8
9. Φ(35) = 24
Answers to Chapter Exercises 125
19. 3
21. 1
23. 6
25. 2
7. [k + 2] · [k + 1]
Qn
9. i=1 [k + i]
Q3
11. 8 · 7 · 6 · 5 = i=0 [8 − i]
Qk−1
13. i=0 [2k − i]
15. n+1
k
23. 18
5
25. 2n
n
126 Introduction to Math Olympiad Problems
3. 80
5. 40
√
7. 4 3
9. k = 1
11. 8π
11. The cognate non-regular Graph G has five vertices where every vertex
has either degree 2, 3 or 4.
Answers to Chapter Exercises 127
13. The cognate Bi-Partite Graph K4,4 has eight vertices where every vertex
has degree 4.
n
deg(vi ) k·n
15. |E(G)| = i=1
2 = 2
17. when n = m
19. when n · m is even
(23.1) v 1 − v3 − v6 − v4 − v1 .
(23.2) v3 − v5 − v4 − v 2 − v3 .
(23.3) v1 − v3 − v5 − v4 − v1 .
(23.4) v2 − v4 − v6 − v3 − v 2 .
CHAPTER 9
Appendices
|A ∪ B| = |A| + |B| − |A ∩ B| .
2. Venn Diagram of Three Diagram:
129
130 Introduction to Math Olympiad Problems
1. Supplementary Angles:
1. Pythagorean Theorem:
A2 + B 2 = C 2 .
2. 3−4−5 Triangle:
3. 5−12−13 Triangle:
132 Introduction to Math Olympiad Problems
4. 45−45−90 Triangle:
5. 30−60−90 Triangle:
Appendices 133
1. Area of a Circle:
A = π r2
2. Area of a Square:
A = x2
Appendices 135
3. Area of a Rectangle:
A = l·w
4. Area of a Triangle:
b·h
A =
2
1. Linear Patterns:
1, 2, 3, 4, 5, 6, 7, . . . = {n}∞
n=1
2. Quadratic Patterns:
3. Geometric Patterns:
1, r, r2 , r3 , r4 , r5 , r6 , . . . = {rn }∞
n=0
1. Sigma Notation:
n
X
a1 + a2 + a3 + a4 + · · · + an = ai
i=1
2. Addition of a Constant:
n
X
c = c·n
i=1
4. Alternating Sums:
n
X
(−1)i ai = −a1 + a2 − a3 + a4 − · · · ± an
i=1
n
X
(−1)i+1 ai = a1 − a2 + a3 − a4 + · · · ± an
i=1
Pn n[n+1]
1 + 2 + 3 + 4 + 5 + 6 + ··· + n = i=1 i = 2
Pn
1 + 3 + 5 + 7 + 9 + 11 + · · · + [2n − 1] = i=1 (2i − 1) = n2
138 Introduction to Math Olympiad Problems
Pn n[n+1][2n+1]
1 + 4 + 9 + 16 + 25 + 36 + · · · + n2 = i=1 i2 = 6
Pn n[n+1][n+2]
1·2 + 2·3 + 3·4 + 4·5 + · · · + n·[n+1] = i=1 i·[i+1] = 3
1 1 1 1 1
Pn 1 n
1·2 + 2·3 + 3·4 + 4·5 + ··· + n·[n+1] = i=1 i·[i+1] = n+1
1−r n+1
Pn
1 + r + r2 + r3 + r4 + r5 + · · · + rn = i=0 ri = 1−r
Pn
1 · 20 + 2 · 21 + 3 · 22 + · · · + n · 2n−1 = i=1 i · 2i−1 = [n − 1]2n + 1
n
n
n
n
n
Pn n
0 + 1 + 2 + ··· + n−1 + n = i=0 i = 2n
1. Sum of Exponents:
xn · xk = xn+k
2. Difference of Exponents:
xn
= xn−k
xk
3. Product of Exponents:
[xn ]k = xn·k
4. Inverse of Exponents:
1
= x−n
xn
Appendices 139
5. Distribution of Multiplications:
[x · y]n = xn · y n
6. Distribution of Divisions:
n
x xn
= n
y y
2. Difference of Cubes:
x3 − y 3 = (x − y)(x2 + xy + y 2 )
3. Sum of Cubes:
x3 + y 3 = (x + y)(x2 − xy + y 2 )
1.
(x + y)2 = x2 + 2xy + y 2
2.
(x + y)3 = x3 + 3x2 y + 3xy 2 + y 3
3.
(x + y)4 = x4 + 4x3 y + 6x2 y 2 + 4xy 3 + y 4
4. For all n ∈ N:
n
X n
(x + y)n = xn−i y i
i=0
i
Bibliography
[1] O. Orlova, M. Radin, University level teaching styles with high school
students and international teaching and learning, International Scientific
Conference “Society, Integration, Education”, 2018.
[2] O. Orlova, M. Radin, Balance between leading and following and interna-
tional pedagogical innovations, International Scientific Conference “Soci-
ety, Integration, Education”, 2019.
[3] M. Radin, V. Riashchenko, Effective pedagogical management as a road to
successful international teaching and learning, Forum Scientiae Oeconomia
5(4), 2017, 71–84.
[4] M. Radin, N. Shlat, Value orientations, emotional intelligence and inter-
national pedagogical innovations. The proceedings of the 7th International
Scientific Conference “Society, Integraton, Education”, 2020, III, p. 732–
742. DOI: http://dx.doi.org/10.17770/sie2020vol2.4858.
141
Index
143
144 Index