It is black turn, black can perform checkmate in two moves. What is the first move that black should do? Both players play optinally.
The first move can be written as
where P is the piece that should be moved.
is the initial position of the piece and
is the position of the piece after move.
Evaluate
Details and Assumptions
The coordinate system follows the one in the picture.
Both rooks from column a have not been moved.
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.
Two scenarios :
First :
1. ... Qf2+
2. Kh3 Bf1#
Second :
1: ... Qf2+
2. Kh5 Qh3#
Both the mates started by moving the queen from f 1 to f 2
y 1 = 1
y 2 = 2
v a l ( P ) = 9
v a l ( P ) × ( y 1 + y 2 ) = 9 ( 1 + 2 ) = 2 7
The notations I used are standard chess notations.
+ = Check
# = Mate