Probability – Probability of 3 Darts Landing in the Same Half of a Dartboard

probability

3 darts are thrown (equal probability of landing anywhere on the dart board). What's the probability that they all land on a same half of the dart board?

Edit: I know the first 2 darts can land anywhere but don't know how to find the probability that the 3rd lands in an acceptable region.

Best Answer

Suppose rays are drawn from the center of the disk to the places where the first two darts landed. And suppose for example the angle between those two rays is $23^\circ.$ Say you rotate the ray to the first dart $23^\circ$ counterclockwise to get the ray to the second dart. If you go counterclockwise from that ray $180^\circ$ you will sweep out a part of the disk within which, if the third dart lands there, then all three will be on the same side of that line formed from that ray and the ray $180^\circ$ counterclockwise from it. But also, if you start with the ray to the second dart and go $180^\circ$ clockwise you will sweep out a region within which, if the thrid dart lands there, then all three will be in that half of the disk.

Thus you will fail to put all three on the same side of some line through the center only if the third dart lands in the region $23^\circ$ wide that is opposite the one bounded by the the two aforementioned rays. Thus the probability that they would be in a common half of the disk is $$ \frac{360^\circ-23^\circ}{360^\circ}. $$

All of that holds if the angle is $23^\circ.$ But the angle is uniformly distributed between $0^\circ$ and $180^\circ,$ so what you need is the expected value of $$ \frac{360^\circ - (\text{random angle})}{360^\circ}. $$ Since an angle uniformly distributed between $0^\circ$ and $180^\circ$ is on average $90^\circ,$ the random quantity above is on average $$ \frac{360^\circ-90^\circ}{360^\circ} = \frac 3 4. $$