Consider a $3\times 3$ grid
We paint 3 grids yellow, 3 grids green and 3 grids red
What is the probability of that there exists three consecutive grids that are the same color (aka "bingo"), including diagonals?
Note: "Bingo" in this question has no relations to American BINGO
My work:
The total number of ways to paint the 3x3 grid is:$$\frac{9!}{3!3!3!} = 1680$$
Now, I suppose we should seperate the problem into three parts:
- A "row" being the same color
- A "column" being the same color
- A "diagonal" line being the same color
But how do we calculate that?