Subcontests
(20)Squiggle is composed of six equilateral triangles
A squiggle is composed of six equilateral triangles with side length 1 as shown in the figure below. Determine all possible integers n such that an equilateral triangle with side length n can be fully covered with squiggles (rotations and reflections of squiggles are allowed, overlappings are not).[asy]
import graph; size(100); real lsf = 0.5; pen dp = linewidth(0.7) + fontsize(10); defaultpen(dp); pen ds = black;
draw((0,0)--(0.5,1),linewidth(2pt)); draw((0.5,1)--(1,0),linewidth(2pt)); draw((0,0)--(3,0),linewidth(2pt)); draw((1.5,1)--(2,0),linewidth(2pt)); draw((2,0)--(2.5,1),linewidth(2pt)); draw((0.5,1)--(2.5,1),linewidth(2pt)); draw((1,0)--(2,2),linewidth(2pt)); draw((2,2)--(3,0),linewidth(2pt));
dot((0,0),ds); dot((1,0),ds); dot((0.5,1),ds); dot((2,0),ds); dot((1.5,1),ds); dot((3,0),ds); dot((2.5,1),ds); dot((2,2),ds); clip((-4.28,-10.96)--(-4.28,6.28)--(16.2,6.28)--(16.2,-10.96)--cycle);[/asy] Must a,b,c,d have the same sign?
Let a,b,c,d be non-zero integers, such that the only quadruple of integers (x,y,z,t) satisfying the equation
ax2+by2+cz2+dt2=0
is x=y=z=t=0. Does it follow that the numbers a,b,c,d have the same sign? Inequality with the gcd of the integers x,y,z
Let x,y,z be positive integers such that yx+1+zy+1+xz+1 is an integer. Let d be the greatest common divisor of x,y and z. Prove that d≤3xy+yz+zx. Projections of points and lines
Let t1,t2,…,tk be different straight lines in space, where k>1. Prove that points Pi on ti, i=1,…,k, exist such that Pi+1 is the projection of Pi on ti+1 for i=1,…,k−1, and P1 is the projection of Pk on t1. S must be the incentre of triangle ABC
In triangle ABC let AD,BE and CF be the altitudes. Let the points P,Q,R and S fulfil the following requirements:
i) P is the circumcentre of triangle ABC.
ii) All the segments PQ,QR and RS are equal to the circumradius of triangle ABC.
iii) The oriented segment PQ has the same direction as the oriented segment AD. Similarly, QR has the same direction as BE, and Rs has the same direction as CF.
Prove that S is the incentre of triangle ABC. Non-isolated subsets
Call a set A of integers non-isolated, if for every a∈A at least one of the numbers a−1 and a+1 also belongs to A. Prove that the number of five-element non-isolated subsets of {1,2,…,n} is (n−4)2. Action on the pair (i,j)
Freddy writes down numbers 1,2,…,n in some order. Then he makes a list of all pairs (i,j) such that 1≤i<j≤n and the i-th number is bigger than the j-th number in his permutation. After that, Freddy repeats the following action while possible: choose a pair (i,j) from the current list, interchange the i-th and the j-th number in the current permutation, and delete (i,j) from the list. Prove that Freddy can choose pairs in such an order that, after the process finishes, the numbers in the permutation are in ascending order. Cauchy-Schwarz prone
Let a1,a2,…,an be positive real numbers, and let S=a1+a2+…+an . Prove that
(2S+n)(2S+a1a2+a2a3+…+ana1)≥9(a1a2+a2a3+…+ana1)2 3 conditions on the polynomials F,G,H
Suppose that F,G,H are polynomials of degree at most 2n+1 with real coefficients such that:
i) For all real x we have F(x)≤G(x)≤H(x).
ii) There exist distinct real numbers x1,x2,…,xn such that F(x_i)=H(x_i) \text{for}\ i=1,2,3,\ldots ,n.
iii) There exists a real number x0 different from x1,x2,…,xn such that F(x0)+H(x0)=2G(x0).
Prove that F(x)+H(x)=2G(x) for all real numbers x. Determine a_2007 in an 'exact' sequence
A sequence of integers a1,a2,a3,… is called exact if an2−am2=an−man+m for any n>m. Prove that there exists an exact sequence with a1=1,a2=0 and determine a2007. Partitions of {1,2,3...2n} into 2-element subsets inequality
For a positive integer n consider any partition of the set {1,2,…,2n} into n two-element subsets P1,P2…,Pn. In each subset Pi, let pi be the product of the two numbers in Pi. Prove that
p11+p21+…+pn1<1