In an Expert Minesweeper game, there is a 30x16 board with 99 mines. In this situation, what is the global probability of the flagged tile being a mine without opening other tiles?
Given that the local probability is 50%, with the 2 possible situations being the situation I posted earlier and this, what are the global probability of the first situation happening, taking into account the entire board? I've seen various ways of calculating global probability for minesweeper but I'm not sure which one is more appropriate/correct.
We know from simple deduction that the tiles marked green are safe, while the tiles marked red can have either one or two mines as shown in the last 2 images.
There are either 97 or 96 mines to distribute on 30*16-15 tiles. The probability that there is only one mine in the red area is then $\frac{{465\choose 97}}{{465\choose 97}+{465\choose 96}}$.