Determine the minimum number of half-moves required to reach the given position.
Notes:
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.
Proof that the number of half-moves, say, n, is greater or equal than 15.
We will show that the black queen needs at least 7 half-moves, and that then at least one more white half move is needed.
d6 and Qd7 are obviously necessary. - 2 half-moves.
The queen has to capture a knight, two bishops and the other queen. - 4 half-moves.
We state that, if the queen captures at every half-move (after the second) the fourth piece to be captured has to be the queen's bishop (so that she has to go to e1 in order to be captured by the king, adding the last half-move).
Assume this statement is not true. Then, the bishop has to be captured at the third move (it is easy to see that it is impossible to get to c1 in less than 3 moves). There is only one way to get to c1 in three moves from Qd7: Qg4 Qd1 Qc1, implying that there were pieces to be captured in those squares. This leads to only three possible situations:
and the King has to capture the Queen.
and the King has to capture the Queen, or
obviously not the case.
Hence, as we stated, the black needs to do at least 7 half-moves, plus the last half-move by the white King, 7 ⋅ 2 + 1 = 1 5 ⟹ n ≥ 1 5
Note: I assumed it is the King who captures the Queen, since there is no way that the Queen ends in h1 or b1. I also assumed black doesn't use the knights.