Two Percolation Puzzles

Link post

Take a very large chessboard (NxN, where N is huge).

Remove some fraction 1-p of the squares at random, leaving a fraction p of them.

Can you place a queen on the first row and then, via some sequence of legal moves, get it to the last row?

This is probabilistic, of course, but it turns out the probability of success undergoes a sharp phase transition—near-zero for small values of p, then suddenly rising almost to one in the vicinity of a critical value p_queen.

For different pieces, the critical value is different, e.g. p_rook for a rook. (Note that p_queenp_rook.)

Question 1: What is p_queen + p_rook?

Bonus Question: Why didn’t I ask you for the values p_queen and p_rook separately?

Now let’s invent a new chess piece, the bondsman. This piece can move like a rook, and is also allowed to move along northeast-southwest diagonals between white squares, and along northwest-southeast diagonals between black squares. (There’s also the antibondsman who has the same abilities, but with the words “white” and “black” swapped.)

Question 2: What is p_bondsman?

Bonus Question: Why did I call the piece that?

Answers to follow in a later post.