10 10 -by- 10 10 grid game?

You are a host of a game in which players are given a 10-by-10 grid, and are allowed to fill all of the squares on this grid with natural numbers from 1 to 10, as long as any numbers that share the same side or corner must be coprime.

Players win the game when they finished filling the grid with numbers, and there are no numbers appears more than a a times in the grid. If any players win, you'll have to pay them 1000000 dollars.

The question is, what is the largest value of a a you can define, such that there is no chance of winning to the players?


The answer is 16.

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

Mark Hennings
Apr 21, 2016

Suppose that the grid is filled so that touching cells contain coprime integers.

Since all even numbers share the common factor 2 2 , it is easy to see that there can be no more than five even numbers in each adjacent pair of rows. The left-hand picture shows a possible choice of five cells that could be even. Similarly, since the numbers 3 3 and 9 9 share the common factor 3 3 , there can be no more than five 3 3 s and 9 9 s together in each adjacent pair of rows. Thus there can be no more than 25 25 even numbers in the whole grid. Similarly the number of 3 3 s and 9 9 s together in the whole grid cannot exceed 25 25 . Thus at least 50 50 of the numbers in the grid must be one of 1 1 , 5 5 or 7 7 . Since 3 × 16 = 48 3 \times 16 = 48 , we deduce that at least one of 1 1 , 5 5 or 7 7 must occur at least 17 17 times. Thus we deduce that a 16 a \ge 16 . It remains to show that a = 16 a=16 .

The middle picture shows an arrangement of 25 25 even numbers (ten 2 2 s, ten 4 4 s and five 8 8 s), thirteen 3 3 s and twelve 9 9 s which is acceptable. The right-hand picture adds seventeen 1 1 s, seventeen 5 5 s and sixteen 7 7 s to give a winning grid. Thus the players could win with a = 17 a=17 , and hence a = 16 a=16 .

There's a typo. It should be a 16 a \le 16 not a 16 a \ge 16

Trung Đặng Đoàn Đức - 5 years, 1 month ago

Log in to reply

No. The players cannot win if the game host names any number from 1 1 to 16 16 so the largest possible number that the host can name without giving the players a chance is at least 16 16 ; in other words, a 16 a \ge 16 . This is what I have proved by using the Pigeon-Hole Principle.

The specific example then shows that a a cannot be greater than 16 16 , so a = 16 a=16 .

I agree that if I had given the specific example first , the correct deduction would be the other inequality, but that is not the order of my argument.

Mark Hennings - 5 years, 1 month ago

Log in to reply

Oh wait sorry, my mistake. Your solution is still correct after all =))

Trung Đặng Đoàn Đức - 5 years, 1 month ago
Lam Nguyen
Oct 16, 2018

Divide the grid into 25 of 2x2 quadrants.

Inside each of these quadrant, there exist no more than 1 number divisible by 2, or by 3. Thus, there can be at most 25 of: "2, 4, 6, 8, 10", as each quadrant can only contain 1 of those numbers Similarly there can exist at most 25 of "3, 9"

Thus, the remaining 50 is divided between "1, 5, 7". This means we need at least 17 repeating numbers (50/3 rounded up).

Finally, we need to prove that by allowing 17 repeats, it is possible to fill the grid, which can be done easily.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...