Some unit squares of a 2 0 1 3 × 2 0 1 3 grid are marked so that any 1 9 × 1 9 subgrid has at least 2 1 marked unit squares. What is the minimal possible number of marked unit squares?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
there must be much more subgrids (2013!/19!/1994!)^2, yes or no?
Anyone have a rigorous proof or a computer that runs trials? Cause I'm getting around 228503 by using translational symmetries
I get 225123
placing a diagonal every 18 squares should suffice
Great explanation though a simple picture would suffice
i can't understand :D my answer is 235533
(1.) put the 21 marks on 2 sides of 19x19 grid (right and bottom) that is every 19th column (y no. of marks) and 19th row (x no of marks), where x+y-1=21 for -1 is the intersection of x and y.
(2.) 2013/19=105 ramainder: 18; now there is 105x105 19x19 grid and a 105 18x19(columnxrow) on the right side and 105 19x18 on the bottom and a 18x18 on the last corner.
(3) @105x105 19x19 there will be 105X105x21=231525 @ right side, 18x19 no part of y will be counted since it is placed at every 19th column, only part of x will be counted that is x-1 same thing as bottom part which y-1. on the corner 18x18 grid there will be no marks since marks are at ever 19th rows and columns.
(4) marks on sides and bottoms=105(X-1)+105(y-1): where x+y-1=21 can be expressed as 105 (x-1)+105 (21-x) any value of x will lead the expression 2100.
(5) total willl be 231525+2100= 233625 .
[ may be too long explanation :D ]
Log in to reply
I got trapped with the notion of a grid. As I understood a 4 by 4 grid generates 9 unit squares and not 16. Please revise the exercise text.
The problem becomes much easier when you use modular arithmetic. Consider a 19x19 subgrid: it is composed of the points ( x , y ) ∈ { a , a + 1 , a + 2 . . . , a + 1 8 } × { b , b + 1 , b + 2 . . . , b + 1 8 } . Now consider the map V : ( a , b ) → ( n , m ) where ( a , b ) ≡ ( n , m ) ( m o d 1 9 ) and 1 ≤ n , m ≤ 1 9 . V maps any subgird ( x , y ) ∈ { a , a + 1 , a + 2 . . . , a + 1 8 } × { b , b + 1 , b + 2 . . . , b + 1 8 } on the plane onto { 1 , 2 , . . . 1 8 } × { 1 , 2 , . . . 1 8 } , and, as it is a function, it maps every distinct square to the same square regardless of the subgrid we are currently looking at.
This has a major implication, because if we set some fixed colouring of the grid { 1 , 2 , . . . 1 8 } × { 1 , 2 , . . . 1 8 } and define the colouring of the plane as ( x , y ) i s c o l o u r e d ⟺ V ( x , y ) i s c o l o u r e d , every 19x19 subgrid of the plane will be isomorphic (equivalent) under V to { 1 , 2 , . . . 1 8 } × { 1 , 2 , . . . 1 8 } . Consequently, every 19x19 subgrid will have the exact same number of coloured squares (in our case, 21).
Therefore, we may conclude that for any grid with dimensions 1 9 n × 1 9 m , the minimum number of coloured squares that meets the criterion is 2 1 n m . Therefore, for a 2 0 1 4 × 2 0 1 4 grid, the number is 2 1 × 1 0 6 2 = 2 3 5 9 5 6 . The colouring of the { 1 , 2 , . . . 1 8 } × { 1 , 2 , . . . 1 8 } subgrid which minimises the number of coloured squares in the 2 0 1 3 × 2 0 1 3 subgrid of 2 0 1 4 × 2 0 1 4 is one which maximises the number of points around the perimeter. By putting all of the 21 points on the perimeter, and ensuring that one is in the corner ( 1 9 , 1 9 ) , we maximise this number to give: 1 0 6 ∗ 2 0 + 2 ∗ 1 0 6 − 1 = 2 3 3 1 .
Therefore, the minimum number of coloured squares required on the 2 0 1 3 × 2 0 1 3 grid is 2 3 5 9 5 6 − 2 3 3 1 = 2 3 3 6 2 5 .
Problem Loading...
Note Loading...
Set Loading...
Assume having grid with dimension 2014 x 2014, so there are separated 106 x 106 sub-grids. So it has at least 21 x 106 x 106 marked unit squares. The problem becomes to find solution to distribute marked unit squares as much as possible in border of grid 2014 x 2014. Then when cut one border row and one column to get 2013 x 2013 grid with minimal possible number of unit squares. By some particular trials to get the maximum possible number of marked unit squares that can be cut: 2 2 × 1 0 6 − 1 = 2 3 3 1 The minimal possible number of unit squares is: 2 1 × 1 0 6 2 − 2 3 3 1 = 2 3 3 6 2 5