A circle is circumscribed about an equilateral triangle creating a dart board. Alex and Ben take turns randomly throwing darts at the board. The first player to hit inside the triangle is the winner. If Ben goes second, what is the probability that he wins? Assume that all of their throws land inside the circle, and round your answer to two decimal places.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
but when you ignore the being second to take part and try to find out the probability by geometry we get 71% chance to hit in the equilateral triangle. and in question they did't mention that we can't use the geometrical way to find it, and if that is given that ben is going to second didn't mean that we have to use that info.
Log in to reply
The probability p of a given player hitting the equilateral triangle is not 71%. It's 4 π 3 3 ≈ 0 . 4 1 3 4 9 7 .
Sum of infinite series qp+qqqp+qqqqqp+... =q/(1+q)=0.3697
p=(area of triangle)/(area of circle)
=~0.4135
q=1-p
Without loss of generality, let the length of a side of the triangle be 2 units. An application of the Pythagorean theorem shows that the height of the triangle is sqrt(3), so that the (Area of the triangle) = (1/2) (Base) (Height) = sqrt(3). If R is the radius of the circle, another application of the Pythagorean theorem shows that (sqrt(3)- R)^2 +1^2 = R^2, so that R = 2/sqrt(3). Hence, the (Area of the Circle) = (Pi) R^2 = 4 Pi/3. Therefore, the probability of a player hitting inside the triangle on any throw is (Area of Triangle) / (Area of Circle) = 3 sqrt(3) / (4 (Pi)), which is approximately equal to .413497. Call this probability y. Then, the probability of missing on any given throw is n = 1 - y, which is approximately .5865.
Ben can win in any of the following ways. Alex can miss his first throw, then Ben can hit his first (with probability n y). Or, Alex can miss, Ben can miss, Alex can miss, then Ben can hit (with probability y (n^3)). Or, Alex can miss, Ben can miss, Alex can miss, Ben can miss, Alex can miss, then Ben can hit (probability y*(n^5)). And so on. Summing over all of these probabilities gives:
Probability Ben wins = y n + y (n^3) + y (n^5) + ... = n y/(1-n^2) = .37. The penultimate equality follows from summing the geometric series.
Pr(Hit the dart board) | 4 π 3 ( 3 ) |
Pr(Miss) P m | 4 π 4 π − 3 ( 3 ) |
Let P a be Pr(Alex win), P b be Pr(Ben win)
P a + P b = 1
If Alex missed the first trial, then Ben will be first player on the game.
P b = Pr(Alex missed at first trial) * Pr(The first player win) = P m P a
P b / P m + P b = 1 ⇒ P b = 1 + P m P m
P b = 8 π − 3 ( 3 ) 4 π − 3 ( 3 ) = 0.3697
Problem Loading...
Note Loading...
Set Loading...
Calculating probability of Ben's win without using geometric series:
Let p be the probability of the first player winning on the first throw, and p w be the probability of the first player winning the match.
Since the players throw equally well, it is clear that one of two things must happen:
1) With probability p , Alex wins on the first throw.
2) With probability ( 1 − p ) , Alex misses the triangle on the first throw. Conditioned on this miss, Ben will win with probability p w .
Thus p w = p + ( 1 − p ) ( 1 − p w ) . We may solve this for p w :
p w = 2 − p 1
(All numbers below are approximations.)
Plug in p = 0 . 4 1 3 4 9 7 (the ratio of the area of an inscribed equilateral triangle to the area of the circle containing said triangle) and we get
p w = 0 . 6 3 0 3 1 7 .
This is the probability that Alex wins (remember: Alex goes first). The probability that Ben wins is 1 − p w = 0 . 3 6 9 6 8 3 , which rounds to 0 . 3 7