Friday, 29 March 2024

Chess Problems, Set 3: Checkmate in Two Moves

The theme for this problem set is pins: situations in which a piece cannot move, because it screens a player’s king from check. (Under the rules of chess, you’re never allowed to make a move that puts your own king in check.)

In this simplified position, for example, Black’s rook, bishop, and pawn are all pinned:

[SetUp “1”]
[FEN “3R2rk/6p1/7b/6Q1/3B4/8/r3q4/6KR w – – 0 1”]
[Result “*”]

So White can play either

  • rook takes bishop, checkmate!
  • queen takes bishop, checkmate! or, most dramatically,
  • queen takes pawn, checkmate!

In each case, Black can’t recapture, because the pieces needed to do the job are pinned. So near, and yet so far! (Do you see why, after White plays queen takes pawn, neither Black’s rook nor bishop can capture the queen?)

Now, on to the real problems. Each is a “forced mate in two”: White moves, then Black moves, then White checkmates no matter what Black tries to do:


 
1. Here, White’s winning move is one that you might not consider if you weren’t thinking about pins.

[SetUp “1”]
[FEN “2b2rk1/1q3pp1/2pR3/8/1PBQ4/7P/5PP1/6K1 w – – 0 1”]
[Result “*”]

2. White has given up the queen to surround black’s king with other pieces; now the trick is to close the net.

[SetUp “1”]
[FEN “1R1bkr2/p2r1pB1/2B1p3/5b1p/8/6P1/P2NqPPK/5R2 w – – 0 1”]
[Result “*”]

3. Again, White has given up the queen to get a mating net. It’s worth it, though, because checkmate is all that matters.

[SetUp “1”]
[FEN “r3kb1r/1p3p1p/p1p1bp2/1q4B1/4N3/1P6/P1P2PPP/3RR1K1 w – – 0 1”]
[Result “*”]

Comments RSS TrackBack 2 comments

Leave a comment