Subcontests
(6)Calculate the overlapping area
For every 0<α<1, let R(α) be the region in R2 whose boundary is the convex pentagon of vertices (0,1−α),(α,0),(1,0),(1,1) and (0,1). Let R be the set of points that belong simultaneously to each of the regions R(α) with 0<α<1, that is, R=⋂0<α<1R(α).Determine the area of R. Table modulo N
Let m,n and N be positive integers and ZN={0,1,…,N−1} a set of residues modulo N. Consider a table m×n such that each one of the mn cells has an element of ZN. A move is choose an element g∈ZN, a cell in the table and add +g to the elements in the same row/column of the chosen cell(the sum is modulo N). Prove that if N is coprime with m−1,n−1,m+n−1 then any initial arrangement of your elements in the table cells can become any other arrangement using an finite quantity of moves.