Marking Squares on a chessboard

Some unit squares of a 2013 × 2013 2013 \times 2013 grid are marked so that any 19 × 19 19 \times 19 subgrid has at least 21 21 marked unit squares. What is the minimal possible number of marked unit squares?


The answer is 233625.

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.

2 solutions

Nguyen Thanh Long
Jul 30, 2014

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: 22 × 106 1 = 2331 22 \times 106 - 1 = 2331 The minimal possible number of unit squares is: 21 × 10 6 2 2331 = 233625 21\times 106^2 - 2331 = \boxed{233625}

there must be much more subgrids (2013!/19!/1994!)^2, yes or no?

Jozofrend Horvath - 5 years ago

Anyone have a rigorous proof or a computer that runs trials? Cause I'm getting around 228503 by using translational symmetries

Brett Bishop - 3 years, 3 months ago

I get 225123

Charlie Recchia - 3 years, 1 month ago

placing a diagonal every 18 squares should suffice

Charlie Recchia - 3 years, 1 month ago

Great explanation though a simple picture would suffice

Tony Yin - 1 year, 5 months ago

i can't understand :D my answer is 235533

Ko Io - 6 years, 10 months ago

Log in to reply

My answer 233397

Saya Suka - 4 years, 6 months ago

(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 ]

Ko Io - 6 years, 10 months ago

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.

Jochem König - 5 years, 1 month ago

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 + 18 } × { b , b + 1 , b + 2... , b + 18 } (x,y) \in \{a,a+1,a+2...,a+18\} \times \{b,b+1,b+2...,b+18\} . Now consider the map V : ( a , b ) ( n , m ) V: (a,b) \rightarrow (n,m) where ( a , b ) ( n , m ) ( m o d 19 ) (a,b) \equiv (n,m) \pmod{19} and 1 n , m 19 1 \leq n,m \leq 19 . V V maps any subgird ( x , y ) { a , a + 1 , a + 2... , a + 18 } × { b , b + 1 , b + 2... , b + 18 } (x,y) \in \{a,a+1,a+2...,a+18\} \times \{b,b+1,b+2...,b+18\} on the plane onto { 1 , 2 , . . . 18 } × { 1 , 2 , . . . 18 } \{1,2,...18\} \times \{1,2,...18\} , 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 , . . . 18 } × { 1 , 2 , . . . 18 } \{1,2,...18\} \times \{1,2,...18\} 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 (x,y) \space is \space coloured \iff V(x,y) \space is \space coloured , every 19x19 subgrid of the plane will be isomorphic (equivalent) under V V to { 1 , 2 , . . . 18 } × { 1 , 2 , . . . 18 } \{1,2,...18\} \times \{1,2,...18\} . 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 19 n × 19 m 19n \times 19m , the minimum number of coloured squares that meets the criterion is 21 n m 21nm . Therefore, for a 2014 × 2014 2014 \times 2014 grid, the number is 21 × 10 6 2 = 235956 21 \times 106^2=235956 . The colouring of the { 1 , 2 , . . . 18 } × { 1 , 2 , . . . 18 } \{1,2,...18\} \times \{1,2,...18\} subgrid which minimises the number of coloured squares in the 2013 × 2013 2013 \times 2013 subgrid of 2014 × 2014 2014 \times 2014 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 ( 19 , 19 ) (19,19) , we maximise this number to give: 106 20 + 2 106 1 = 2331 106*20+2*106-1=2331 .

Therefore, the minimum number of coloured squares required on the 2013 × 2013 2013 \times 2013 grid is 235956 2331 = 233625 235956-2331=233625 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...