Subcontests
(10)An even number of possibilites to fill an array with increasing numbers
A matrix A=(aij) is called nice, if it has the following properties:
(i) the set of all entries of A is {1,2,…,2t} for some integer t;
(ii) the entries are non-decreasing in every row and in every column: ai,j≤ai,j+1 and ai,j≤ai+1,j;
(iii) equal entries can appear only in the same row or the same column: if ai,j=ak,ℓ, then either i=k or j=ℓ;
(iv) for each s=1,2,…,2t−1, there exist i=k and j=ℓ such that ai,j=s and ak,ℓ=s+1.Prove that for any positive integers m and n, the number of nice m×n matrixes is even.
For example, the only two nice 2×3 matrices are (121212) and (121434). An almost-linear recurrence featuring 2^n
Define the sequence x1,x2,… by the initial terms x1=2,x2=4, and the recurrence relation
x_{n+2}=3x_{n+1}-2x_n+\frac{2^n}{x_n} \text{for} n \ge 1.
Prove that limn→∞2nxn exists and satisfies
21+3≤n→∞lim2nxn≤23. How likely is it to be contained in the convex hull of n random points?
Let n>d be positive integers. Choose n independent, uniformly distributed random points x1,…,xn in the unit ball B⊂Rd centered at the origin. For a point p∈B denote by f(p) the probability that the convex hull of x1,…,xn contains p. Prove that if p,q∈B and the distance of p from the origin is smaller than the distance of q from the origin, then f(p)≥f(q).