Find out the minimum moves for accomplishing the above position in a chessboard.
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.
We have to move each of the 16 pawns forward, so that gives us 16 moves. On its first move, a pawn can move 1 or 2 spaces ahead. Therefore, we must add an extra 1 for every pawn that is 3 spaces from its original place. Since there are four pawns in that position, 1 6 + 4 = 2 0 .