A bishop attacks another bishop if they both are on the same diagonal.
What is the maximum number of bishops that can be placed on a chess board such that no bishop is attacked by any other bishop?
Also try other problems of the set Let's play some chess .
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.
By using the formula for calculating the number of bishops such that they do not attack each other,that is 2n-2,we arrive at the answer 14.