Exercise
In a certain game of chance, a square board with area 1 is colored with sectors of either red or blue. A player, who cannot see the board, must specify a point on the board by giving an x-coordinate and a y-coordinate. The player wins the game if the specified point is in a blue sector. The game can be arranged with any number of red sectors, and the red sectors are designed so that
where [math]R_i[/math] is the area of the [math]i^{\textrm{th}}[/math] red sector.
- 3
- 4
- 5
- 6
- 7
Solution: C
Suppose there are N red sectors. Let w be the probability of a player winning the game. Then, w = the probability of a player missing all the red sectors and
Using the geometric series formula,
Thus we need
Thus [math]N[/math] must be the first integer greater than 4.767, or 5.