Posted 2022-February-04, 16:55
OK, lots of math ahead, either this is right or I'm going to look very silly, but hey:
Suppose that declarer plays the J with probability p.
Suppose East holds precisely Q95 of diamonds. If East plays low, declarer can cover cheaply 7/10 of the time and always win; the other 3/10 he can't and will always fail.
So East should play the 9 if p > 3/10.
Going over each holding we get:
Q93: 0
Q92: 0
Q942: 0
Q932: 0
Q94: 1/10
Q952: 1/6
Q95: 3/10
Q962: 1/2
Q96: 3/5
Each of these 9 holdings is equally likely, and contributes 2/3 towards the queen being held, and 1/3 towards the queen not being held by restricted choice. Or basically, if we multiply by 27, we can count 2 for each queen, and 1 for each non-queen.
So we just need to sort out what the optimal p is in each range.
If p>3/5, East will play the 9 in all cases. East has the queen 18/27 times, which is a majority, so declarer wants to minimise p. The best p in this range is thus 3/5, and declarer wins 18/27 * 2/5 + 9/27 * 3/5 = 7/15.
If p is between 1/2 and 3/5, we rule out the Q96 case (but still include T96), so the denominator becomes 25. East has the queen 16/25 times, so again we want to minimise p to be 1/2. Declarer wins 16/25 * 1/2 + 9/25 * 1/2 = 1/2.
If p is between 3/10 and 1/2, East has the queen 14/23 times, so p = 3/10 and declarer wins 14/23 * 7/10 + 9/23 * 3/10 = 25/46.
If p is between 1/6 and 3/10, East has the queen 12/21 times, so p = 1/6 and declarer wins 12/21 * 5/6 + 9/21 * 1/6 = 23/42.
If p is between 1/10 and 1/6, East has the queen 10/19 times, so p = 1/10 and declarer wins 10/19 * 9/10 + 9/19 * 1/10 = 99/190.
If p is less than 1/10, East has the queen 8/17 times, which is now less than half, so declarer wants to maximise p, so p = 1/10 again and declarer wins 8/17 * 9/10 + 9/17 * 1/10 = 81/170.
Note those last two endpoints don't match up for p = 1/10, because it gives East a choice of two options.. it's possible I've made a mistake but I think it's just because we're solely restricting to the case where declarer has 32 in the final outcome, whereas East is optimising all cases.
So overall declarer should play the Jack with a probability somewhere between 1/6 and 3/10 of the time, and will succeed in 23/42 of the relevant cases.
[late edit] Found a mistake; that's assuming declarer doesn't vary p based on the spots he himself holds. So need to factor that in too somehow..