Uploaded by LΓͺ Gia BαΊ£o 05

Pure Olimiad Problems

advertisement
1
Problem: Define 𝑓 = 1−π‘₯. Compute 𝑓 1999 (2000).
Solution:
Get my hands dirty:
π‘₯ = 2000
𝑓 2 (π‘₯)
1999
2000
𝑓(π‘₯)
1
−
1999
1
𝑓 3 (π‘₯)
2000
𝑓 4 (π‘₯)
1
−
1999
𝑓 5 (π‘₯)
1999
2000
1999
The pattern is 𝑓 4π‘˜ (2000) = − 1999 , 𝑓 4π‘˜+2 (2000) = 2000 , 𝑓 4π‘˜+3 (2000) = 2000
→ 𝑓 1999 (2000) = 2000.
Problem(Putnam 1990): Let 𝑇0 = 2, 𝑇1 = 3 , 𝑇2 = 6, π‘Žπ‘›π‘‘ π‘“π‘œπ‘Ÿ 𝑛 ≥ 3:
𝑇𝑛 = (𝑛 + 4)𝑇𝑛−1 − 4𝑛𝑇𝑛−2 + (4𝑛 − 8)𝑇𝑛−3
The first few terms are: 2, 3, 6, 14, 40, 152, 784, 5168, 40576, 363392, …
Find a formula for 𝑇𝑛 of the form 𝑇𝑛 = 𝐴𝑛 + 𝐡𝑛 , π‘€β„Žπ‘’π‘Ÿπ‘’ (𝐴𝑛 ) π‘Žπ‘›π‘‘ (𝐡𝑛 ) π‘Žπ‘Ÿπ‘’ 𝑀𝑒𝑙𝑙 − π‘˜π‘›π‘œπ‘€π‘› π‘ π‘’π‘žπ‘’π‘’π‘›π‘π‘’π‘ .
Solution:
152 and 784 and kinda like 125 and 720, which is 5! π‘Žπ‘›π‘‘ 6!.
So we have 𝑇𝑛 = 𝑛! + 2𝑛 . We prove it by induction. The first few ones are obvious. Assume the
argument is true with 𝑛 = π‘˜ − 1(π‘˜ > 0). We have:
π‘‡π‘˜ = (π‘˜ + 4)π‘‡π‘˜−1 − 4π‘˜π‘‡π‘˜−2 + (4π‘˜ − 8)π‘‡π‘˜−3
= (π‘˜ + 4) ((π‘˜ − 1)! + 2π‘˜−1 ) − 4π‘˜ ((π‘˜ − 2)! + 2π‘˜−2 ) + (4π‘˜ − 8) ((π‘˜ − 3)! + 2π‘˜−3 )
= 2π‘˜ + π‘˜!.
Case closed.
Problem: Consider a function 𝑓 that satisfies 𝑓(1) = 1, 𝑓(2𝑛) = 𝑓(𝑛), 𝑓(2𝑛 + 1) = 𝑓(2𝑛) + 1 for all
𝑛 ∈ 𝑁. Find a nice algorithm for 𝑓(𝑛). Your algorithm should be a single sentence long, at most.
Solution:
𝑓(1) = 1, 𝑓(2) = 1, 𝑓(3) = 2, 𝑓(4) = 1, 𝑓(5) = 2,
𝑓(6) = 2, 𝑓(7) = 3, 𝑓(8) = 1, 𝑓(9) = 2, 𝑓(10) = 2,
𝑓(11) = 3, 𝑓(12) = 2
So, 𝑓(2π‘˜ ) = 1, 𝑓(3π‘˜) = 2, 𝑓(2π‘˜) = 2(π‘€π‘–π‘‘β„Ž π‘˜ ≠ 2π‘˜ ). It’s obvious that our function can not be a
polynomial. What can it be? What if it doesn’t exist such an algorithm? It’s clear that f is 𝑁 → 𝑁. I’ll
leave it for now.
Problem: For each integer n > 1, find distinct positive integers π‘₯ and 𝑦 such that
1 1 1
+ =
π‘₯ 𝑦 𝑛
Solution:
First we see that π‘₯ and 𝑦 can not be smaller than n.
1
1
Lets transform the expression: 𝑛(π‘₯ + 𝑦) = 1.
1
π‘₯
1
𝑦
But again by BCS: 𝑛 ( + ) ≥
4𝑛
π‘₯+𝑦
→ π‘₯ + 𝑦 ≥ 4𝑛
We observe that π‘₯ + 𝑦 ≠ 4𝑛 for 𝑛 > 1. π‘‡β„Žπ‘’π‘Ÿπ‘’π‘“π‘œπ‘Ÿπ‘’ π‘₯ + 𝑦 > 4𝑛
Thus one number must be greater than 2𝑛. By that we can also obtain that one number must
smaller than 2n. (1)
But we’re stuck here. Let’s get our hands dirty.
1
1
1 1
1
1
1
1
1
+ 2 = 3 + 6 , 3 = 4 + 12 , 4 = 5 + 20 , …
We see a pattern here: (π‘₯, 𝑦) = (𝑛 + 1, 𝑛2 + 𝑛)
Is that true? We have
(𝑛 + 1)2
1
1
1
+ 2
=
= .
2
𝑛 + 1 𝑛 + 𝑛 𝑛(𝑛 + 2)
𝑛
Case closed !
ANOTHER QUESTION: Is there another pair?
Assume that there is another pair of (π‘₯, 𝑦).
Let π‘₯ = 𝑛 + π‘Ž, π‘Ž < 𝑛.
We have
1 1
1
π‘Ž
= −
=
𝑦 𝑛 𝑛 + π‘Ž 𝑛(𝑛 + π‘Ž)
→ π‘Ž|𝑛(𝑛 + π‘Ž)
So our problem becomes: Given a natural number n. With 1 < π‘Ž < 𝑛, can π‘Ž|𝑛(𝑛 + π‘Ž)?
We have
𝑛(𝑛 + π‘Ž) = 𝑛2 (π‘šπ‘œπ‘‘ π‘Ž)
However, with 1 < π‘Ž < 𝑛 then n is not divisible by a. DONE.
Problem: For each positive integer n, find positive integers solutions π‘₯1 , π‘₯2 , π‘₯3 , … , π‘₯𝑛 to the equation:
1
1
1
1
+ + β‹―+ +
=1
π‘₯1 π‘₯2
π‘₯𝑛 π‘₯1 π‘₯2 … π‘₯𝑛
Solution:
No ideas pop up yet.
Lets get our hands dirty.
𝑛 = 2: (π‘₯1 , π‘₯2 ) = (2,3)
𝑛 = 3: (π‘₯1 , π‘₯2 , π‘₯3 ) = (2,3,7)
𝑛 = 4: (π‘₯1 , π‘₯2 , π‘₯3 , π‘₯4 ) = (2,3,7,43)
Til here we can predict that π‘₯π‘˜ is the smallest prime number that is not smaller than π‘₯1 π‘₯2 … π‘₯π‘˜−1 .
But then it doesn’t work with n=5.
Problem(BMO 1996): Define
𝑛
π‘ž(𝑛) = [
].
[√𝑛]
Determine all positive integers for which π‘ž(𝑛) > π‘ž(𝑛 + 1).
Solution:
Well, lets get our hands dirty:
π‘ž(1) = 1, π‘ž(2) = 2, π‘ž(3) = 3, π‘ž(4) = 2, π‘ž(5) = 2, π‘ž(6) = 3, π‘ž(7) = 3, π‘ž(8) = 4, π‘ž(9) = 3
So we predict that 𝑛 = π‘˜ 2 − 1 then π‘ž(𝑛) > π‘ž(𝑛 + 1)
We have: π‘ž(π‘˜ 2 − 1) = [
π‘˜ 2 −1
[√π‘˜ 2 −1]
π‘˜ 2 −1
] = [ π‘˜−1 ] = π‘˜ + 1, π‘Žπ‘›π‘‘ π‘ž(π‘˜ 2 ) = π‘˜.
One side finished. Now we prove that this is the only solution.
Conjecture: π‘ž(π‘˜ 2 ) ≤ π‘ž(π‘˜ 2 + π‘Ž) π‘ π‘’π‘β„Ž π‘‘β„Žπ‘Žπ‘‘ π‘˜ 2 + π‘Ž < (π‘˜ + 1)2 − 1. π‘‡β„Žπ‘–π‘  π‘π‘Žπ‘› 𝑏𝑒 π‘’π‘Žπ‘ π‘–π‘™π‘¦ π‘π‘Ÿπ‘œπ‘£π‘’π‘‘.
Case closed.
Problem: Find infinitely many positive integer solution to the equation
π‘₯2 + 𝑦2 + 𝑧2 = 𝑀 2
Solution:
1
Problem(Germany 1995): Let π‘₯ be a real number such that π‘₯ + π‘₯ is an integer. Prove that π‘₯ 𝑛 + π‘₯ −𝑛
is an integer, for all positive integers 𝑛.
Solution:
We have:
𝑛−1
π‘₯ 𝑛 + π‘₯ −𝑛
1 𝑛
𝑛
= (π‘₯ + ) − ∑ ( ) π‘₯ 2π‘˜−𝑛
π‘₯
π‘˜
π‘˜=1
𝑛−1
We prove ∑
π‘˜=1
𝑛
𝑛
2
2
(π‘›π‘˜)π‘₯ 2π‘˜−𝑛 𝑖𝑠 π‘Žπ‘› π‘–π‘›π‘‘π‘’π‘”π‘’π‘Ÿ. 𝐡𝑒𝑠𝑖𝑑𝑒𝑠, ([𝑛−𝑖]) π‘₯ −𝑖 + ([𝑛+𝑖]) π‘₯ 𝑖 𝑖𝑠 π‘Žπ‘› π‘–π‘›π‘‘π‘’π‘”π‘’π‘Ÿ.
By the hypothesis of induction we completed the proof.
Problem(Putnam 1995): Let S be a set of real numbers that is closed under multiplication ( that is, if
π‘Ž and 𝑏 are in S, then so is π‘Žπ‘). Let T and U be disjoint subsets of S whose union is S. Given that the
product of any π‘‘β„Žπ‘Ÿπ‘’π‘’ (not necessarily distinct) elements of T is in T and that the product of any
π‘‘β„Žπ‘Ÿπ‘’π‘’ (not necessarily distinct) elements of U is in U. Show that at least one of the two subsets T, U
is closed under multiplication.
Solution:
Assume that U has element π‘Ž and 𝑏 such that π‘Žπ‘ is not in U. And T has element 𝑐 and 𝑑 such that 𝑐𝑑
is not in T.
Because T and U are disjoint subsets of S and S is closed under multiplication, π‘Žπ‘ and 𝑐𝑑 are in T
and U, respectively. We multiply three elements of T: 𝑐. 𝑑. π‘Žπ‘ = π‘Žπ‘π‘π‘‘ and three elements of U:
π‘Ž. 𝑏. 𝑐𝑑 = π‘Žπ‘π‘π‘‘. Therefore, T and U has a common element ( contradiction ).
Problem(Russia 1995): Is it possible to place 1995 different natural numbers along a circle so that
for any two of these numbers, the ratio of the greatest to the least is a prime?
Solution:
99% no.
Let the circle be placed with π‘Ž0 , π‘Ž1 , π‘Ž2 , … , π‘Ž1995 (we added π‘Ž0 π‘ π‘’π‘β„Ž π‘‘β„Žπ‘Žπ‘‘ π‘Ž0 = π‘Ž1995 )
π‘Žπ‘˜−1
π‘Žπ‘˜
is either a prime or the reciprocal of a prime, suppose the former occurs π‘š times and the latter
occurs 1995 − π‘š times. The product of all these ratios is
π‘Ž0
π‘Ž1995
= 1. This can only occur when π‘š =
1995 − π‘š(absurd).
Therefore we’re done.
Problem: Consider a 21999 × 21999 π‘ π‘žπ‘’π‘Žπ‘Ÿπ‘’, π‘€π‘–π‘‘β„Ž π‘Ž 𝑠𝑖𝑛𝑔𝑙𝑒 1 × 1 square removed. Show that no
matter where the small square is removed, it is possible to tile this “giant square minus tiny square”
with ells.
Solution:
Problem(IMO 1997): An 𝑛 × π‘› matrix (square array) whose entries come from the set 𝑆 =
{1,2, … ,2𝑛 − 1} is called a silver matrix if, for each 𝑖 = 1,2, … , 𝑛; the π’Šπ‘‘β„Ž row and the π’Šπ‘‘β„Ž column
together contain all the members of S. Show that silver matrices exist for infinitely many values of 𝑛.
Solution:
Problem: Let π‘Ž0 be any real number that’s smaller than 1 and greater than 0. Define (π‘Žπ‘› ) by π‘Žπ‘› =
√1 − π‘Žπ‘›−1 , 𝑛 = 1,2,3, … Prove that lim π‘Žπ‘› =
√5−1
.
2
After a few dirty-hand things, we separate π‘Žπ‘› into π‘Ž2π‘˜ and π‘Ž2π‘˜+1 . We have
π‘Ž2π‘˜ − π‘Ž2π‘˜−2 = √1 − π‘Ž2π‘˜−1 − √1 − π‘Ž2π‘˜−3 = (π‘Ž2π‘˜−3 − π‘Ž2π‘˜−1 )/ …
π‘Ž2π‘˜+1 − π‘Ž2π‘˜−1 = √1 − π‘Ž2π‘˜ − √1 − π‘Ž2π‘˜−2 = (π‘Ž2π‘˜−2 − π‘Ž2π‘˜ )/ …
So with induction we can prove that (π‘Ž2π‘˜ ) , (π‘Ž2π‘˜+1 ) converges. Thus π‘Žπ‘› converges.
We can easily obtain lim π‘Žπ‘› =
√5−1
.
2
Problem: An evil wizard has imprisoned 64 math geeks. The wizard announces, "Tomorrow I will
have you stand in a line, and put a hat on each of your heads. The hat will be colored either white or
black. You will be able to see the hats of everyone in front of you, but you will not be able to see your
hat or the hats of the people behind you. (You are not allowed to tum around.) I will begin by asking
the person at the back of the line to guess his or her hat color. If the guess is correct, that person will
get a cookie. If the guess is wrong, that person will be killed. Then I will ask the next person in line,
and so on. You are only allowed to say the single word 'black' or 'white ' when it is your tum to
speak, and otherwise you are not allowed to communicate with each other while you are standing in
line. Although you will not be able to see the people behind you, you will know (by hearing) if they
have answered correctly or not."
The geeks are allowed to develop a strategy before their ordeal begins. What is the largest number
of geeks that can be guaranteed to survive?
Solution:
Think outside the box.
The geeks can all agree that the first person to be asked will says “white” if the number of black hats
is odd and “black” if it is even. That first person has 50% percent to survive.
The others can count the hats in front of them and will have enough information due to the first
person’s answer to make the right choice.
So the answer is 63.
Problem: Assume an 8 x 8 chess board with the usual coloring. You may repaint all squares (a) of a
row of a column (b) of a 2 x 2 square. The goal is to obtain just one black square. Can you reach the
goal?
Solution:
A white square represents zero and a black square represents number one.
Let S be the sum of all square. At first, 𝑆 = 32.
(a) If we change a column or a row that means 𝑆 will gain or lose 4 unit. That means 𝑆 will be
invariant in module 4. Which means 32 = 1(π‘šπ‘œπ‘‘ 4)(absurd).
(b) Same to (a)
Problem: We start with the state (π‘Ž, 𝑏) where π‘Ž and 𝑏 are positive integers. To this initial state we
apply the following algorithm:
π’˜π’‰π’Šπ’π’† π‘Ž > 𝟎, 𝒅𝒐 π’Šπ’‡ π‘Ž < 𝑏 𝒕𝒉𝒆𝒏 (π‘Ž, 𝑏) → (2π‘Ž, 𝑏 − π‘Ž) 𝒆𝒍𝒔𝒆 (π‘Ž − 𝑏, 2𝑏).
For which starting positions does the algorithm stop? In how many steps does it stop, if it stops?
If it stops? What can you tell about periods and tails
The same questions, when a, b are positive reals.
Soltion:
We have no clue ( besides that the algorithm stops when π‘Ž = 𝑏). So let’s just get our hands dirty.
(5,9) → (10,4) → (6,8) → (12,2) → (10,4) → β‹― (𝑐𝑦𝑐𝑙𝑖𝑐)
(5,6) → (10,1) → (9,2) → (7,4) → (3,8) → (6,5) → (1,10) → (2,9) → β‹― (𝑐𝑦𝑐𝑙𝑖𝑐)
(3,9) = (6,6).
Stops.
So if (π‘Ž, 𝑏) = (𝑑, 3𝑑)(𝑣𝑖𝑐𝑒 π‘£π‘’π‘Ÿπ‘ π‘Ž) then the algorithm stop after one step.
This can easily be proved be the comment that the algorithm stops when π‘Ž = 𝑏. Which means that
2π‘Ž = 𝑏 − π‘Ž → 3π‘Ž = 𝑏
We obtain the result.
This also works with positive real numbers.
Problem: There are π‘Ž white, 𝑏 black, 𝑐 red chips on a table. In one step, you may choose two chips of
different colors and replace them by a chip of third color. If just one chip will remain at the end, its color
will not depend on the evolution of the game. When can this final state be reached?
Solution:
Yes.
All three numbers a, b, c change their parity in one step. If one of the numbers has different parity from
the other two, it will retain this property to the end. This will be the one which remains.
Problem: There are π‘Ž white, 𝑏 black, 𝑐 red chips on a table. In one step, you may choose two chips of
different colors and and replace each one by a chip of the third color. Find conditions for all chips to
become of the same color. Suppose you have initially 13 white 15 black and 17 red chips. Can all chips
become of the same color? What states can be reached from these numbers?
Solution:
(a, b, c) will be transformed into one of the three triples (a + 2, b − 1, c − 1), (a − 1, b + 2, c − 1), (a − 1, b −
1, c + 2). In each case, I
a − b mod 3 is an invariant. But b − c
0 mod 3 and a − c
0 mod 3 are also invariant. So I
0 mod 3 combined with a + b + c
0 mod 3 is the condition for reaching a monochromatic state.
Problem:There is a positive integer in each square of a rectangular table. In each move, you may double
each number in a row (call this move 1) or subtract 1 from each number of a column(call this move 2).
Prove that you can reach a table of zeros by a sequence of these permitted moves.
Solution:
If there are numbers equal to 1 in the first column, then we double the corresponding rows and subtract
1 from all elements of the first column. This operation discussed the sum of the numbers in the first
column until we get a column of ones, which is changed to a column of zeros by subtracting 1. Then we
go to the next column, etc.
Problem: There is an integer in each square of an 8 × 8 chessboard. In one move, you may choose any 4
× 4 or 3 × 3 square and add 1 to each integer of the chosen square. Can you always get a table with each
entry divisible by (a) 2, (b) 3?
a) Let S be the sum of all the numbers on board except for those that are on 3rd and 6th column. S is
invariant mod 2.
b) Let S be the sum of all the numbers on board expect for those that are on 4th and 8th column. S is
invariant mod 3.
Problem: There is a checker at point (1, 1) of the lattice (x, y) with x, y positive integers. It moves as
follows. At any move it may double one coordinate, or it may subtract the smaller coordinate from the
larger . Which points of the lattice can the checker reach?
Solution:
We know that gcd(π‘₯, 𝑦) = gcd(π‘₯, π‘₯ − 𝑦) so our invarience is the greatest common divisor of x and y.
And at each move, gcd(π‘₯, 𝑦) either invariant or get doubled. So if gcd(π‘₯, 𝑦) = 2𝑛 , 𝑛 = 1,2,3 … then (x,y)
can be reached.
Problem: Each term in a sequence 1, 0, 1, 0, 1, 0,...starting with the seventh is the sum of the last 6
terms mod 10. Prove that the sequence ..., 0, 1, 0, 1, 0, 1,... never occurs.
Solution:
Let 𝑆 = 2π‘₯𝑖 + 4π‘₯𝑖+1 + 6π‘₯𝑖+2 + 8π‘₯𝑖+3 + 10π‘₯𝑖+4 + 12π‘₯𝑖+5 , 𝑖 = 1,2,3, …
We obtain that π‘₯𝑖+6 = π‘₯𝑖 + π‘₯𝑖+1 + π‘₯𝑖+2 + π‘₯𝑖+3 + π‘₯𝑖+4 + π‘₯𝑖+5 (π‘šπ‘œπ‘‘ 10), 𝑖 = 1,2,3, … (1)
Consider the π’Šπ‘‘β„Ž number of the sequence, we have:
𝑆𝑖 − 𝑆𝑖−1 =
2π‘₯𝑖 + 4π‘₯𝑖+1 + 6π‘₯𝑖+2 + 8π‘₯𝑖+3 + 10π‘₯𝑖+4 + 12π‘₯𝑖+5 − 2π‘₯𝑖−1 − 4π‘₯𝑖 − 6π‘₯𝑖+1 − 8π‘₯𝑖+2 − 10π‘₯𝑖+3 − 12π‘₯𝑖+4
= 12π‘₯𝑖+5 − 2π‘₯𝑖+4 − 2π‘₯𝑖+3 − 2π‘₯𝑖+2 − 2π‘₯𝑖+1 − 2π‘₯𝑖 − 2π‘₯𝑖−1
From (1) we have 𝑆𝑖 = 𝑆𝑖−1 (π‘šπ‘œπ‘‘ 10)
That’s our invariance.
Problem: A game for computing gcd(π‘Ž, 𝑏) and π‘™π‘π‘š(π‘Ž, 𝑏)
We start with π‘₯ = π‘Ž, 𝑦 = 𝑏, 𝑒 = π‘Ž, 𝑣 = 𝑏 and move as follows:
If π‘₯ < 𝑦 then, set 𝑦 → 𝑦 − π‘₯ and 𝑣 → 𝑣 + 𝑒
If π‘₯ > 𝑦, then set π‘₯ → π‘₯ − 𝑦 and 𝑒 → 𝑒 + 𝑣
The game ends with π‘₯ = 𝑦 = gcd(π‘Ž, 𝑏) and
𝑒+𝑣
2
= π‘™π‘π‘š(π‘Ž, 𝑏). Show this.
Solution:
The invariences are
i.
ii.
iii.
gcd(π‘₯, 𝑦) = gcd(π‘₯ − 𝑦, 𝑦) = gcd(π‘₯, 𝑦 − π‘₯)
π‘₯, 𝑦 > 0
π‘₯𝑣 + 𝑒𝑦 = 2π‘Žπ‘
Problem: Three integers a, b, c are written on a blackboard. Then one of the integers is erased and
replaced by the sum of the other two diminished by 1. This operation is repeated many times with the
final result 17, 1967, 1983. Could the initial numbers be (a) 2, 2, 2 (b) 3, 3, 3?
Solution:
Initially, if all components are greater than 1, then they will remain greater than 1. Starting with the
second triple the largest component is always the sum of the other two components diminished by 1. If,
after some step, we get (a, b, c) with a ≤ b ≤ c, then c
a + b − 1, and a backward step yields the triple (a, b, b − a + 1). Thus, we can retrace the last state (17,
1967, 1983) uniquely until the next to last step: (17, 1967, 1983) ← (17, 1967, 1951) ← (17, 1935, 1951)
← ··· ← (17, 15, 31) ← (17, 15, 3) ← (13, 15, 3) ← ··· ← (5, 7, 3) ← (5, 3, 3). The preceding triple should
be (1, 3, 3) containing 1, which is impossible. Thus the triple (5, 3, 3) is generated at the first step. We
can get from (3, 3, 3) to (5, 3, 3) in one step, but not from (2, 2, 2).
Problem:
Download