White to move. What is the least number of moves for white to checkmate the black king. Assume both white and black play optimally.
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.
My solution is 1. Rf1 (pinning the knight and threatening Qh8#). Black's only response to prevent mate on move 2 seems to be
1.... Qf5 Then
Often I've missed something in these chess problems, so I look forward to any replies.