Comments

On Mutually Attacking Knights
Post Comment

James Camacho wrote:

There is a simpler solution. First place a \( 2 \times 3 \) or \( 3 \times 2 \) rectangle, then choose a pair of corners in this rectangle to place the knights. There are \( n - 1 \) choices for the column and \( n - 2 \) choices for the row of a \( 2 \times 3 \) rectangle, and the same number but with the axes flipped for a \( 3 \times 2 \) rectangle. In total, there are \( 2 \times 2 \times (n-1) \times (n - 2) = 4(n-1)(n-2) \) ways to place the knights.

21 Nov 2025 18:54 UTC | #1 of 2 comments

Susam Pal wrote:

Hi James! Did you read the section Counting Placements from Minimal Attack Sections? The simpler solution you present is exactly the simple solution already discussed in that section.

22 Nov 2025 13:08 UTC | #2 of 2 comments
Post Comment