Let's Play Some Chess-2

A knight attacks another knight if it can be reached by the first knight either by moving it two squares horizontally and then moving one square vertically or by moving it two squares vertically and then moving one square horizontally.

What is the maximum number of knights that can be placed on a chess board such that no knight is attacked by any other knight?

Also try other problems of the set Let's play some chess .


The answer is 32.

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

Rama Devi
Jun 19, 2015

Its clear that a chess board has 32 black squares and 32 white squares. Now, any knight in white square goes to black square in next move, and vice-versa. Now if we place all the knights in white(or black), then they will be in non-attacking position, since their next move will be to a black(or white) square. Thus, the no. of knights is 32. Now, we'll show that its not possible to place more than 32 knights. Let if possible, at least 1 more knight can be placed. Thus, it must be placed in a black square and hence, it will be in an attacking position with some other knight in white. Thus, the max. no. of knights is 32.

Dhruv Bhasin
Oct 12, 2014

Let there be m m knights on black squares and n n on white squares.

Note that a knight on a white square can only attack the knights on black squares and vice-versa.

So, let the number of black squares that those n n knights present on the white squares attack = a a .

\Rightarrow 32 a = m 32-a=m .

It is easy to prove that n a n \leq a .

\Rightarrow Total number of knights= m + n m+n = 32 a + n 32-a+n \leq 32 32 . And it is easy to get 32 32 knights by keeping either of m m or n n = 0 0 .

Thus, the maximum number of knights that can be placed on a chess board such that no knight is attacked by any other knight = 32 32 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...