Subcontests
(3)Fill in a "magic" 6x6 square
Consider a 6×6 grid. Define a diagonal to be the six squares whose coordinates (i,j) (1≤i,j≤6) satisfy i−j≡k(mod6) for some k=0,1,…,5. Hence there are six diagonals.Determine if it is possible to fill it with the numbers 1,2,…,36 (each exactly once) such that each row, each column, and each of the six diagonals has the same sum. Another hexagon geometry -- angles on midpoints of sides
In convex hexagon ABCDEF, AB∥DE, BC∥EF, CD∥FA, and AB+DE=BC+EF=CD+FA. The midpoints of sides AB, BC, DE, EF are A1, B1, D1, E1, and segments A1D1 and B1E1 meet at O. Prove that ∠D1OE1=21∠DEF. Esoteric Sign Calculation
Let R be the real numbers. Set S={1,−1} and define a function sign:R→S by
sign(x)={1−1if x≥0;if x<0. Fix an odd integer n. Determine whether one can find n2+n real numbers aij,bi∈S (here 1≤i,j≤n) with the following property: Suppose we take any choice of x1,x2,…,xn∈S and consider the values \begin{align*}
y_i &= \operatorname{sign} \left( \sum_{j=1}^n a_{ij} x_j \right), \forall 1 \le i \le n; \\
z &= \operatorname{sign} \left( \sum_{i=1}^n y_i b_i \right)
\end{align*} Then z=x1x2…xn.