I have $99$ identical square tiles, each with a quarter-circle drawn on it like this: Image
When I arrange the tiles in a $9\times 11$ rectangular grid, each with a random orientation, what is the expected value of the number of full circles I form?
Suppose we have a vertex (i.e. the center of the circle), each tile adjacent to it has a $\frac{1}{4}$ chance of 'turning towards' it. Since there're $4$ tiles, we have a $(\frac{1}{4})^{4}=\frac{1}{256}$ probability of forming a circle.
But we need a expected value, not the probability. I can't multiply by $99$ as that's incorrect.