Solutions for June, 2002 problems
-
151.
-
Prove that, for any natural number
, the
equation
does not have real solutions.
Solution 1. With
, the given equation can
be rewritten as
When the left side is expanded, the coefficients of the odd
powers of
cancel out, and we get a sum involving only
even powers of
with positive coefficients. Hence the
left side must be positive for all real values of
, and
so there is not real solution for the equation (and for the
given equation in
).
Solution 2. [Y. Yang] Let
and
. It is clear that
none of the numbers
is a solution. Since
and
cannot simultaneously vanish
for any value of
,
can occur only if one is
positive and the other negative.
Suppose that
. Then there must be an odd number of
negative factors in
, so that
for some
integer
. In this situation, the factors
,
,
,
are negative and all the other
factors involved in
and those in
are positive, so that
. We show that the absolute
value of
must be less than the absolute value of
by comparing pairs of factors.
For the positive factors of
, we have
,
,
,
. For the negative factors A, we have that
(Draw a diagram of the real line.) Multiplying all the inequalities
yields that
, so that
cannot vanish.
Suppose that
. Then there are an odd number of negative
factors in
, so that, for some positive
not
exceeding
,
. Since
has all negative factors, we have that
.
As in the earlier case, it can be proved that
, so that
cannot vanish. The desired result
follows.
-
152.
-
Andrew and Brenda are playing the following game.
Taking turns, they write in a sequence, from left to right,
the numbers 0 or 1 until each of them has written 2002 numbers
(to produce a 4004-digit number). Brenda is the winner if the
sequence of zeros and ones, considered as a binary number
(i.e., written to base 2), cannot be written as the sum of
two integer squares. Otherwise, the winner is Andrew. Prove that
the second player, Brenda, can always win the game, and explain her
winning strategy (i.e., how she must play to ensure winning
every game).
Solution. First it will be established that
if the binary representation of a number
has two
consecutive ones
and an even number of zeros in its rightmost positions, the number
cannot be written as the sum of two perfect squares. For, all
such numbers
must have the form
. Suppose, if
possible, that such a number can be written as the sum of two
squares:
. Using the fact that squares, modulo 4,
are congruent to 0 or 1, we see that when
is odd the representation
is impossible, while if
is even, both
and
must be even
as well and
. We can apply the same
argument to
and continue dividing by 4 until we get a
representation of
. But this yields a contradiction.
We show that the second player, Brenda, has a winning strategy:
she should always play so that the resulting 4004 digit number has
the form described in the foregoing paragraph.
Case 1: Suppose the first player, Andrew, writes only 0.
Then Brenda writes 1 on the first three turns and then keeps
writing 0. This will result in the base 2 number
, which by the argument
above cannot be written as the sum of two squares.
Case 2: Suppose on the other hand, at some point, Andrew inserts
a 1. Brenda then writes 1 on her next term, and copies what Andrew
writes thereafter. The result number will have the form of
in
the first paragraph and so cannot be written as the sum of two squares.
Brenda triumphs again.
Comment. As you will have noticed, the problem solved here
differs from the one originally posed which said that Brenda was
the winner if the final number could be written as the sum of
two integer squares. This was our mistake, and, when discovered, was
too late to correct. This changed the original problem to a much
more difficult one. Nevertheless, some comments on the new problem
will be provided as a good example of how advantage can be taken
even from mistakes.
There is a simple and clear condition that some numbers cannot be
written as a sum of two squares: it is enough to show that they
are congruent to 3, modulo 4. The difficulty of the problem arises
from the fact that if the number is not congruent to 3, it does
not necessarily mean that it can be written as the sum of two squares.
A theorem in number theory states that a positive integer can
be written as the sum of two squares if and only if no prime congruent
to 3, modulo 4, divides the number to an odd exponent.
For the problem solved above, it is enough to use the weaker condition
and have Brenda ignore all numbers other than those congruent to
3 modulo 4 that are winning numbers for her. To solve the problem
actually posed, it is not enough to consider only such numbers. It
becomes a problem to connect the binary representation of a number to
the number of its prime factors congruent to 3, modulo 4.
Two students, who sent their work on the problem posed, deserve
recognition for their excellent ideas and results. Andrew Critch tried
to come up with a strategy that eliminates the losing situations for
Brenda. He succeeds in eliminating
such situations, out of
all the
possible endgame scenarios. Leonid Chindelevitch
goes further in exploring the problem, using a different approach.
He realizes that the number 2002 in the problem is not sufficient for
the algorithm of the game. By experimentation, he concludes that there
is a winning strategy for Brenda in the case that every player writes
1, 2 or 4 numbers. (The first two cases simply require Brenda to
write a zero every time, while the third one is a bit more
complicated.) However, there is no such strategy for Brenda when
each player writes three numbers. On the contrary, in this case,
there is a winning strategy for Andrew. He starts with 1, and follows
with 1 on each of his other two turns if Brenda write 0 on her
first move. Otherwise, he follows with 1 on his second move if
Brenda's first move is 1, and then imitates Brenda's second move
on his third move. This yields one of the results: 101010,
101011, 101110, 101111, 111000, 111110, 111111 (in decimal:
42, 43, 46, 47, 56, 57, 62, 63), none of which is the sum of
two integer squares.
In order to investigate the problem further, Leonid has designed an
algorithm to verify the existence of a winning strategy with respect
to the number
of moves for each player. Computer simulations
reveal that, for the
, Brenda has a winning
strategy only for
. Since the algorithm used is
exponential, the time becomes quite large under increase of
;
for
, more than six hours are required. Leonid also tries
to determine the probability for Brenda to lead the game for
ending at a winning number, and comes up with the conclusion that
the probability is less than
for large numbers such as 2002.
Accordingly, he concludes that it is not likely that there is a
winning strategy for such a game with a large number of moves.
Isn't it great!
Bonus points will be given to students with reasonable ideas on
this problem. For the others, the problem will not be taken into
account in compiling their scores.
-
153.
-
(a) Prove that, among any 39 consecutive natural
numbers, there is one the sum of whose digits (in base 10) is
divisible by 11.
-
-
(b) Present some generalizations of this problem.
Solution. (a) Consider 20 consecutive numbers such that the
smallest of them has units digit 0, and tens digit other than 9.
Then, if
equals the sum of the digits of the smallest number,
then the sums of the digitis of the 20 numbers are, in turn,
,
,
,
,
,
,
. These
include 11 consecutive numbers, one of which must be divisible by 11.
Among any 39 consecutive integers, we can always find 20 such numbers.
All that is required is that at least 20 of the 39 numbers must have
the same hundreds digit. If all 39 have the same hundreds digit,
then this is so. Otherwise, there are two hundred digits involved,
and, by the pigeonhole principle, there must be twenty with
the same hundreds digit.
Comment. It is not easy to formulate new problems. This is
why those solving part (a) were given a full score, and bonus points
assigned to anyone providing a reasonable suggestion for (b). Here
are some generalizations:
(1) Prove that, among any
consecutive natural numbers,
there is one, the sum of whose digits is divisible by
.
[H. Li]
(2) Prove that, among any
consecutive natural numbers, there
is one, the sum of whose digits is divisible by
for
. (This is the same as (1) for
.)
(3) Prove that, among any
consecutive natural numbers, there
is one the sum of whose digits is divisible by
(
).
We are open to further suggestions. Send them along to
Ms. Valeria Pandelieva, 641 Kirkwood Avenue, Ottawa, ON K1Z 5X5.
-
154.
-
(a) Give as neat a proof as you can that, for any
natural number
, the sum of the squares of the numbers
is equal to
.
-
-
(b) Find the least natural number
exceeding 1 for which
is the square of a natural number.
(a)
Solution. There are many ways of proving the formula.
Two standard ways are to use induction and to make use of the
identity
summed for
. Y.Yang gives a geometric argument. Place
unit cubical blocks in a pyramidic array with
blocks at
the bottom level,
blocks at the next level, and so
on, until there is a single block at the top. Inscribe this
in a square-based right pyramid, whose slant edges pass through
the upper outer corner of each level of cubes. This pyramid
has a base with side length
and a height
.
The sum of the first
squares
is equal to the volume of the cubes, which in turn is equal to
the volume of the circumscribed pyramid less the volume of the
space within the pyramid not occupied by the cubes.
The volume of the circumscribing pyramid is
. Now look at the left-over part.
It consists of a small pyramid at the top, and at each level,
4 square corner pyramids and 4 triangular prisms. Calling the
top level the zeroth, we find that at the
th level down,
the volume of the left-over part is equal to
. Summing this for
yields
, so that the total volume of
all the cubes is
(b) Solution 1. The condition to be satisfied is
for some integer
. Since the right side
is even,
be an odd number, say,
. The equation reduces
to
. Suppose, to begin with,
is a multiple
of 3:
. Then
. Since
and
are coprime, both must be squares, i.e.,
and
for some natural numbers
and
. But
(mod 4) cannot be the square of a natural
number. Thus, there is no solution in this case.
The other possibility is that
is a multiple of 3;
equivalently,
is a multiple of 3 (why?), so that
. Thus,
. Since
and
are coprime (why?),
and
for some natural numbers
and
.
We now check in turn all the odd squares of the form
until we come to one for which
is square. This leads us
to
and
, so that
,
,
.
Solution 2. It is required to find the smallest natural
number
for which
, for some positive
integer
. We manipulate the equation to make use of the
technique of completion of the square. The equation is equivalent to
or
. Setting
and
, we see that we need to find solutions
of the equation
where
and
(modulo 4).
Noting that
, and that
, we can deduce that the equation
is satisfied by
where
for each nonnegative integer
. These solutions can be given through the recursion
The smallest solutions of this equation are
. Of these, only
and
have
the desired properties, and these correspond to
and
. The first gives the trivial case,
and the second gives the minimum value
of
.
-
155.
-
Find all real numbers
that satisfy the equation
[The logarithms are taken to bases 3 and 2 respectively.]
Solution. By the definition and properties of the logarithmic
function, it follows that (1) the domain of the equation is the set of
all
for which
and
,
and that (2)
when
.
The given equation is equivalent to
Noting that
and
, we see that the
equation is equivalent to
,
whose solutions are
and
for integers
, The latter
family are extraneous, so only the former family constitute
the solutions to the given problem.
Comment. Most participants attempted this problem and dealt
well with the trigonometric transformations. However, it is
important to check all purported solutions against the given equation,
because the derived equation becomes equivalent to the equation solved in
the solution only in the presence of the restrictions on the domain.
Many students neglected this.
-
156.
-
In the triangle
, the point
is from the
inside of the angle
such that
and
. Similarly, the point
is from the inside of the angle
such that
and
. Also, the point
is from the inside of the angle
such that
and
.
(The points
,
and
each could be inside or outside of
the triangle.) Prove that the lines
,
and
are concurrent
and that their intersection point belongs to the circumcircle of the
triangle
.
Solution. First, note that the point
is inside the triangle
when
is acute and outside the triangle when
is obtuse. Indeed,
implies that in the
quadrilateral
,
, which means that
the point
is inside the triangle. Similarly,
implies that, in the quadrilateral
,
;
thus, the point
is outside the triangle. The same reasoning can
be applied to determine whether the points
and
are inside or
outside of the triangle
. It is straightforward to verify that
when one of the angles is right, the respective point is on the side
of the triangle opposite to the right angle.
Wolog, consider
. Case 1:
.
Let
instersect the segment
at
. Since
is the
angle bisector of
(
), it follows that
. The triangles
and
are similar, so that
and
. Similarly, if
intersects
at
and
instersects
at
, then
and
. Apply Ceva's
Theorem to the lines
,
,
to deduce from
that the lines
,
and
are concurrent. Denote by
the intersection point of these lines and by
the circumcentre of
the triangle
.
Since
, the quadrilateral
is concyclic. Also, if the line
intersects the circumcircle
of
at the point
, then this point
is the midpoint of
that arc
not containing
(as
is the angle bisector
of
), and
is the midpoint of the other arc
.
Thus,
is the diameter of this circle and
. Since the point
is on the line
,
, too; thus
is a point on the
circle whose diamter is
. Similarly, the points
and
are on the same circle. This circle contains all the points
,
,
,
,
, so that the intersection point of
,
and
is on the circumcircle of
.
Case 2:
. In this case, the point
is on the hypotenuse
(thus, it coincides with the point
of Case 1), and is also the point where the altitude from
to
intersects
. By the similarity of the triangles
and
,
, while, by the similarity of the
triangles,
and
, it follows that
. Then
, which replaces the equation
of Case 1.The other two angles are acute, so that the
remaining parts of the solution can be pursued as in Case 1.
Case 3:
Now the point
is outside of
the triangle
, as well as the circumcentre
. The proof is
similar to that of Case 1, and follows the same steps.
Sources: Problem 151 is from the Bulgarian magazine
Matematika Plus, 2001. Problems 152, 154, 155, 156 are from the
contest papers of the 2001 Winter and Spring National Mathematics
Contests for High School students in Bulgaria.