U S A Mathematical Talent Search
U S A Mathematical Talent Search
U S A Mathematical Talent Search
Solution 1 by Jason Oh (11/MD): The leftmost three numbers of this sum are 100. To prove this
I will show that the only term that contributes to the leftmost three digits is the 10001000 term.
The way to see this is by considering the series
1 2 3 999 1000
1000 + 1000 + 1000 + + 1000 + 1000
Without much consideration, this series can be seen to add up to
1001001001001000
In this series the terms from 10001 to 1000999 have no effect on the three leftmost digits. In the
original series, the sum of the terms from 11 to 999999 will be smaller than the sum of the terms
10001 to 1000999 in the second series since each term is smaller and the original series is domi
nated by the second series. Thus in the original series, the rst 999 terms will also not contribute
to the leftmost three digits of the sum. The leftmost three terms of the sum come from the
10001000 term, and are therefore 100.
Editors comment: Thanks are due to Professor Gregory Galperin of Eastern Illinois University
for this nice problem.
2/3/10. There are innitely many ordered pairs (m, n) of positive integers for which the sum
m + (m + 1 ) + (m + 2 ) + + (n 1 ) + n
is equal to the product mn . The four pairs with the smallest values of m are (1, 1), (3, 6), (15,
35), and (85, 204). Find three more (m, n) pairs.
Solution 1 by Lucy Jiang (12/MD): The equation can be rewritten as:
nm+1
(m + n) ---------------------- = mn ,
2
which simplies to
2 2
m m(1 2n) n n = 0 .
Although 0 is not a positive integer, it can be used in determining a pattern for m and n because
0 + 0 = 0 0.
(3, 6) 6
6 1 = 35
(15,
35 ) 35 6 6 = 204
(85, 204 )
Using this pattern, the next value for n is 204 6 35 = 1189 . Substituting n into the equation
2 2
m m(1 2n) n n = 0 , we obtain m = 493 . Thus the ordered pair is (493, 1189), and
this works.
By the same method, two other ordered pairs are: (2871, 6930) and (16731, 40391).
i(i + 1)
Solution 2 by Trevor Bass (12/NY): Using the fact that the sum 1 + 2 + 3 + + i = ----------------- ,
2
where i is an integer, we can rewrite the equation
m + (m + 1 ) + (m + 2 ) + + (n 1 ) + n = mn
as
n(n + 1) m(m + 1)
-------------------- ----------------------- = mn ,
2 2
so
2 2
m + (2n 1 )m + ( n n) = 0 .
In order for m to be an integer, the discriminant of this quadratic equation must be the square of an
integer, so
2 2 2
(2n 1 ) 4( n n) = i ,
where i is an arbitrary integer. This equation can be rewritten as
2 2
8n + 1 = i .
The rst seven values of n for which there exist is are: 1, 6, 35, 204, 1189, 6930, and 40391. For
each n, the corresponding m can be computed by solving the quadratic equation
2 2
m + (2n 1 )m + (n n) = 0 . The rst four ns are given in the problem statement, so the
next three (n, m) pairs are (493, 1189), (2871, 6930), and (16731, 40391).
Solution 3 by David Walker (11/NE): The expression m + (m + 1 ) + + (n 1 ) + n can be
nm+1
written (m + n) ---------------------- . Set this equal to mn and obtain (m + n)(n m + 1 ) = 2mn . If you
2
put 1, 3, 15, or 85 in for m in this equation, you get two solutions for each m. The solutions for 1
are 1 and 0. The solutions for 3 are 6 and -1. The solutions for 15 are 35 and -6, and for 85 are
204 and -35. I noticed the pattern that the solution to an m that is negative is the positive solution
to the previous m value. So I put -204 into the equation and got 493. Then I put -493 back in for
m and got 1189. I continued doing this and got the three (m, n) pairs (493, 1189), (2871, 6930),
and (16731, 4039).
Solution 4 by Oaz Nir (10/CA): Three pairs are: (m, n) = (493, 1189), (2871, 6930), and (16731,
40391).
Using this claim, we easily recursively compute the three pairs above. Starting with the given
solution (85, 204), we use the transformation (m, n) (2n + m, 5n + 2m 1 ) three times in suc
cession.
To prove the claim, we rst use the arithmetic series sum formula to transform the given equation
into the following equivalent form:
(sum of the rst and last terms)(number of terms)/2 = mn
(m + n)(n m + 1 ) = 2mn .
Now we see that (2n + m, 5n + 2m 1 ) is a solution if
([2n + m] + [5n + 2m 1 ])([5n + 2m 1 ] [2n + m] + 1 ) = 2 [ 2n + m][5n + 2m 1 ]
(7n + 3m 1 )(3n + m) = 2 [ 2n + m][5n + 2m 1 ]
2 2 2 2
21n + 16mn + 3m 3n m = 20n + 18mn 4n + 4m 2m
2 2
n + n m + m = 2mn
2 2
(n + n mn ) + ( m + mn + m) = 2mn
n ( n m + 1 ) + m ( n m + 1 ) = 2mn
(n + m)(n m + 1 ) = 2mn .
That is, if (m, n) is a solution then (2n + m, 5n + 2m - 1) is also a solution.
Solution 5 by Reid Barton (10/MA): Answer: (493, 1189), (2871, 6930), and (16731, 40391).
Solution 6 by Mike Fliss (12/NJ): The sum on the left side of the equation (the sum of the inte
gers from m to n) can be rewritten as (n m + 1 )(n + m) 2 since this is the number of terms
times the average term. We have
(n m + 1 )(n + m) 2 = nm
2 2
n m + n + m = 2nm
2
Now, in Ax + Bx + C = 0 form, this is
2 2
n + (1 2m)n + (m m ) = 0
We use the quadratic formula to obtain solutions for n. We want positive solutions for n. For all
2
m 1 , observe that 2m 1 8m 8m + 1 , so we do not consider the , just the + in the
quadratic formula to get positive values for n. So
2
2m 1 + 8m 8m + 1
n = -----------------------------------------------------------
2
2
8m 8m + 1 1
n = m + ---------------------------------------------
2
Set
2
8m 8m + 1 1
k = ---------------------------------------------
2
Since m and n are integers, by the additive closure of the integers, k is also an integer.
2
8m 8m + 1 = 2k + 1
2 2
8m 8m + 1 = (2k + 1 )
2 2
8m 8m + 2 = (2k + 1 ) + 1
2 2
(2k + 1 ) 2 (m 1 ) = 1
2 2
s 2r = 1
where s = 2k + 1 and r = m 1 . This is Pells equation, solvable by a continued fraction
expansion of 2 , because
2
s +1
2 = -------------
2
-.
r
Continued fraction expansion yields fractions (s/r). If (s, r) is a solution to the equation
2 2
s 2r = 1 , then the following argument shows that (s+2r, s+r) is also a solution:
2 2 2 2 2 2
(s + 2r ) 2(s + r) = s + 4sr + 4r 2s 4sr 2r
2 2
= s + 2r
= + 1
Therefore, the sequence of fractional expansions follows this form:
s s i + 2r i
---i , ----------------
- , ...
ri si + r i
Thus, the answers for the (s/r) expansion are
BUT, these are the answers for +1 and -1; we only want solutions for -1. Therefore, we take every
other term.
Since the bottom number corresponds to r, and 2m-1 = r, we get the m values (rst 7) in the table
2
8m 8m + 1 1
below. Plugging these ms back into the original n = m + ---------------------------------------------- , we get the cor
2
responding ns.
Editors comment: We are indebted to Professor Suresh T. Thaker of India for this excellent
problem.
3/3/10. The integers from 1 to 9 can be arranged into a 3 3 array (as shown
on the right) so that the sum of the numbers in every row, column, and diag
A B C
onal is a multiple of 9.
D E F
(a.) Prove that the number in the center of the array must be a multiple of 3.
Solution 1 by Rachel Johnson (9/MN): (a) There are nine possible combina
tions of three distinct numbers from 1 to 9 that have a sum of 9 or 18 (multiples of 9). They are:
{1, 2, 6} and {2, 3, 4} have a sum of 9, while {1, 8, 9}, {2, 7, 9}, {3, 6, 9}, {3, 7, 8}, {4, 5, 9}, and
{4, 6, 8} have a sum of 18. These combinations have either one or three multiples of 3 in each of
them.
Since all possible combinations have a multiple of 3 and there are only three
multiples of 3, the multiples of 3 must be shared. This can be done by placing 9 1 8
two (of 3, 6, and 9) in opposite corners. This provides a multiple of 3 for the
four outside combinations. To provide a multiple of three for the other combi 5 6 7
nations, the remaining multiple of 3 would have to be placed in the center. 4 2 3
(b) At the right is a possible arrangement of the array with 6 in the middle.
Editors comment: This clever problem was posed by Dr. Erin Schram of the National Security
Agency. He claims there are 24 possible arrays for part (b), all of which are rotations or reec
tions of one of the three arrays shown above.
4/3/10. Prove that if 0 < x < 2 , then
6 6 6 6
sec x + csc x + ( sec x)( csc x) 80 .
2
2 3u
-----------------
6
< 80
u
6 2
80 u + 3 u 2 > 0
u + 1--- u 1--- (80u 4 + 20u 2 + 8) > 0
2 2
Observe 80u + 20u + 8 is always positive. Therefore u + --- u --- > 0 , so u > --- and either
4 2 1 1 2 1
2 2 4
1 1
u < --- or u > --- . Recall u = sin x cos x , so
2 2
1 1
sin x cos x < --- sin x cos x > --
2 2
6 6 6 6
Solution 2 by Mark Tong (12/VA): This proof makes extensive use of the Arithmetic Mean-
Geometric Mean (AM-GM) Inequality, which states that for positive numbers a and b,
12 2
(a +
b) 2 (ab) . For the rst step of the proof, substitute into AM-GM with a = sin x and
2 2 2 12 2 2
6 6 6 6
Since sec x csc x 64 and sec x + csc x 16 ,
6 6 6 6
sec x + csc x + sec x csc x 80 .
5/3/10. In the gure on the right, O is the center A
of the circle, OK and OA are perpendicular to
B N
Solution by Chi-Bong Chan (12/NJ): For conve
nience and without loss of generality let the radius
of the circle be 2. Then OM = 1, OA = 2, and the K O
M
Pythagorean Theorem gives MA = 5 . The
angle bisector theorem gives MO/MA = NO/NA.
Rewrite as
MO NO
------------------------- = ----------------------- .
MA + MO NA + NO
Since AN + NO = OA = OB, we have
NO MO 1 51
-------- = ------------------------- = ---------------- = ---------------- .
OB MA + MO 5+1 4
OO 2NO 51
If we reect O over BN to get O, then ---------- = ------------ = ---------------- .
OB OB 2
Editors comment: Again we thank Professor Gregory Galperin of Eastern Illinois University
for this, his second beautiful problem included in this round.