Ask The Wizard #410
I noticed you responded to a query regarding the Plinko game on The Price is Right during Ask the Wizard column #115 . Nevertheless, there are instances when the value of the prizes is altered for special episodes. For instance, during the week themed around Big Money, the prize amounts from left to right were $500, $1000, $2500, $0, $200000, $0, $2500, $1000, and $500. What would be the anticipated value for each drop position of the puck? Also, what are the chances of the puck landing on any specific prize based on the drop position?
While there are nine available starting positions for dropping the puck, we only need to focus on five since the layout of the prizes and pegs is symmetrical. Let's number these positions, beginning with 1 at the leftmost edge and going to 5.
Additionally, there are nine potential ending spots which we will also number from 1 to 5, starting from the left.

The table below indicates the likelihood of landing in each location (shown in the left column) based on the starting position (indicated in the top row).
Landing Spot | Drop 1 or 9 | Drop 2 or 8 | Drop 3 or 7 | Drop 4 or 6 | Drop 5 |
---|---|---|---|---|---|
1 or 9 | 0.225586 | 0.193359 | 0.121094 | 0.056641 | 0.032227 |
2 or 8 | 0.386719 | 0.346680 | 0.250000 | 0.153320 | 0.113281 |
3 or 7 | 0.242188 | 0.250000 | 0.257813 | 0.250000 | 0.242188 |
4 or 6 | 0.113281 | 0.153320 | 0.250000 | 0.346680 | 0.386719 |
5 | 0.032227 | 0.056641 | 0.121094 | 0.193359 | 0.225586 |
Total | 1.000000 | 1.000000 | 1.000000 | 1.000000 | 1.000000 |
The subsequent table presents the expected values for each puck drop position during the Big Money Week you mentioned. As anticipated, players should aim to drop the puck directly over the highest prize.
Drop Location | Expected Win |
---|---|
1 or 9 | $7,550.29 |
2 or 8 | $12,396.48 |
3 or 7 | $25,173.83 |
4 or 6 | $39,478.52 |
5 | $45,852.05 |
What is the Gabriel's Horn paradox?
Start by examining the curve represented by the equation y=1/x for values of x ranging from 1 to infinity. The graph for these values, particularly up to 17, will be illustrated as follows.
Now, envision this curve being rotated around the x-axis. This rotation results in a shape resembling a horn that extends infinitely at one end, a phenomenon mathematicians refer to as Gabriel's Horn.
Image source: Soul of Mathematics .
Let's take a moment to reflect on the inquiries surrounding Gabriel's Horn:
- What is the volume?
- What is the surface area?
Here are the answers:
- Volume = π = pi.
- Surface area = infinity
You can find my work detailing these solutions here (PDF).
The essence of the paradox lies in questioning how it is possible for the volume to be finite while the surface area remains infinite.
This apparent contradiction arises from confusing dimensions: we must avoid equating two-dimensional and three-dimensional concepts. For example, think about Circle A with a radius of 1 and Circle B with a radius of 1.1, where Circle A is enclosed within Circle B.
Circle A has a circumference of 2*pi == 6.283185 and circle B has an area of of 1.1^2 * pi = 3.801327. Note that circle B is larger than circle A, yet it's area is less than the circumference of B. It is not that the circumference of B is part of the area of A. The area and circumference are different measurements in different dimensions and shouldn't be compared.
Another perspective is if we were to create a record from Circle A, incorporating an infinite number of grooves, the total length of those grooves would be infinite.
Returning to the concept of Gabriel's Horn, consider a simplified version involving circles that have radii of 1, 1/2, 1/3, 1/4, and continuing in this manner.
The cumulative volume of these circles can be expressed as pi times the sum of (1/1 + 1/4 + 1/9 + 1/16 + ...). There is a famous infinite series that states:
1/1 + 1/4 + 1/9 + 1/16 + ... = pi^2/6 = 1.644934.
Adding another pi term, the sum of the areas of the circles is pi^3/6 = 5.167713.
Meanwhile, the total length of the circumferences translates to 2*pi times the sum of (1/1 + 1/2 + 1/3 + 1/4 + ...).
This series is also a well-renowned infinite series in mathematics, known as the Harmonic Series, which states:
1/1 + 1/2 + 1/3 + 1/4 + .. = ∞ = infinity.
2*pi*∞ still equals ∞.
By extending this reasoning to infinitely small intervals between the circles, we construct Gabriel's Horn.
Nathan purchases 100 pounds of beans, which are made up of 99% water by weight. She leaves them outside in the sunlight to dry. The following day, she discovers that the beans are now composed of 98% water. What is their updated weight?
Let:
- w = Original water weight.
- w' = The weight of the water after the beans have dried.
- x = Weight of all non-water components in the beans.
We are given for the first day:
w + x = 100
w/(w+x) = 0.99
By substituting the first equation into the second one:
w/100 = 0.99
w = 99
Thus, x=1.
The next day, we are given:
w\"/(w\"+x) = 0.98
w\" = 0.98*(w\"+x)
0.02w\" = 0.98x
We know x=1 so:
0.02w\" = 0.98
w\" = 0.98/0.02 = 49
The total weight the next day is represented by x + w' = 1 + 49 = 50.