Difference between revisions of "2014 UMO Problems"
m (→Problem 6) |
m (→Problem 6) |
||
Line 103: | Line 103: | ||
MP("A",O,SW); | MP("A",O,SW); | ||
MP("B",(O+3E+3NE+SE+NW),NE); | MP("B",(O+3E+3NE+SE+NW),NE); | ||
+ | draw(shift(10,0)*p1,black+linewidth(.4)); | ||
+ | draw(shift(10,sqrt(3))*p1,black+linewidth(.4)); | ||
+ | draw(shift(12.5,0)*p1,black+linewidth(.4)); | ||
+ | draw(shift(12.5,sqrt(3))*p1,black+linewidth(.4)); | ||
+ | MP("Legal Steps",(11.4,4.2)); | ||
+ | draw((10-sqrt(3)/2,-1/2)--(10,1.5-1/2),arrow=Arrow()); | ||
+ | draw((12.5-sqrt(3)/2,-1/2)--(12.5+sqrt(3)/2,-1/2),arrow=Arrow()); | ||
+ | draw((10,sqrt(3)+1)--(10+sqrt(3)/2,sqrt(3)-1/2),arrow=Arrow()); | ||
+ | draw((12.5+sqrt(3)/2,sqrt(3)-1/2)--(12.5,sqrt(3)+1),arrow=Arrow()); | ||
</asy> | </asy> | ||
[[2014 UMO Problems/Problem 6|Solution]] | [[2014 UMO Problems/Problem 6|Solution]] |
Revision as of 00:08, 14 October 2014
Problem 1
Todd and Allison are playing a game on the grid shown below. At the beginning, an orange stone
is placed in the center intersection on the grid. They take turns, with Todd going first. In each of
Todd’s turns, he must move the orange stone from its current position to a horizontally or vertically
adjacent intersection that is not occupied by a blue stone, and then he places a blue stone in the orange
stone’s previous spot. In each of Allison’s turns, she places a blue stone on exactly one unoccupied
intersection. Todd loses the game when he is forced to move into one of the corner intersections,
labeled by , and
in the diagram below. Allison loses if Todd can’t move.
Allison tries to force Todd to lose in as few as turns as possible, and Todd tries to survive as long as
possible. If both of them play as best they can, how many blue stones will be on the board at the end
of the game? (You may assume that Todd always loses.)
Problem 2
(a) Find all positive integers and
that satisfy
or prove that there are no solutions.
(b) Find all positive integers and
that satisfy
or prove that there are no
solutions.
Problem 3
Completely describe the set of all right triangles with positive integer-valued legs such that when four copies of the triangle are arranged in square formation shown below, the incenters of the four triangles lie on the extensions of the sides of the smaller square. (Note: the incenter of a triangle is the center of the circle inscribed in that triangle.)
Problem 4
Joel is playing with ordered lists of integers in the following way. He starts out with an ordered list
of nonnegative integers. Then, he counts the number of ’s,
’s,
’s, and so on in the list, writing
the counts out as a new list. He stops counting when he has counted everything in the previous list.
Then he takes the second list and applies the same process to get a third list. He repeats this process
indefinitely.
For example, he could start out with the ordered list . He counts three
’s, zero
’s, and one
, and then stops counting, so the second list is
In the second list, he counts one
, one
,
zero
’s, and one
, so the third list is
. Then he counts one
and three
’s, so the fourth list
is
. Here are the first few lists he writes down:
If instead he started with
, he would write down:
If Joel starts out with an arbitrary list of nonnegative integers and then continues this process, there
are certain lists
of length two that he might end up writing an infinite number of times. Find
all such pairs
.
Problem 5
Find all positive real numbers , and
that satisfy both of the following equations.
$\begin{align*} xyz & = 1\\
x^2 + y^2 + z^2 & = 4x\sqrt{yz}- 2yz \end{align*}$ (Error compiling LaTeX. Unknown error_msg)
Problem 6
Draw rows of
equilateral triangles each, stacked on top of each other in a diamond shape, as
shown below when
. Set point
as the southwest corner and point
as the northeast corner.
A step consists of moving from one point to an adjacent point along a drawn line segment, in one of
the four legal directions indicated. A path is a series of steps, starting at
and ending at
, such
that no line segment is used twice. One path is drawn below. Prove that for every positive integer
,
the number of distinct paths is a perfect square. (Note: A perfect square is a number of the form
,
where
is an integer).