In a regular decagon, find the probability that two distinct diagonals chosen at random will intersect inside the polygon.
If the answer is in the form b a , where a and b are coprime positive integers, then submit a + b as your answer.
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.
First, let's count the total diagonals in an n -gon. A diagonal is determined by any pair of non-adjacent vertices. There are ( 2 n ) total pairs of vertices, but n of them correspond to adjacent vertices. So, an n -gon has ( 2 n ) − n diagonals. In particular, for the decagon, we have ( 2 1 0 ) − 1 0 = 3 5 diagonals.
Second, let's count the number of diagonals that intersect a given diagonal D inside the n -gon. Label one endpoint of D v 1 and then consecutively label the remaining vertices of the n -gon v 2 , . . . , v n . Suppose the other endpoint of D is v k , where 3 ≤ k ≤ n − 1 . Then D partitions the vertices into three subsets: { v 1 , v k } , the endpoints of D , V = { v 3 , . . . , v k − 1 } , the vertices on one side of D and W = { v k + 1 , . . . v n } , the vertices on the other side of D . A second diagonal intersects D inside the n -gon if and only if it has one endpoint in V and the other endpoint in W. ∣ V ∣ = k − 2 and ∣ W ∣ = n − k , so there are ( k − 2 ) ( n − k ) such diagonals.
Finally, let's use these two observations to answer the question. At this point we'll use n = 1 0 for the decagon although it's not hard to continue with the general case if desired. Pick a diagonal D of the decagon and label one of its endpoints v 1 . There are seven choices v 3 , . . . , v 9 for the other endpoint v k . According to our second observation, the number of interior-crossing diagonals for each of these choices are:
k = 3 → ( 3 − 2 ) ( 1 0 − 3 ) = 7
k = 4 → ( 4 − 2 ) ( 1 0 − 4 ) = 1 2
k = 5 → ( 5 − 2 ) ( 1 0 − 5 ) = 1 5
k = 6 → ( 6 − 2 ) ( 1 0 − 6 ) = 1 6
k = 7 → ( 7 − 2 ) ( 1 0 − 7 ) = 1 5
k = 8 → ( 8 − 2 ) ( 1 0 − 8 ) = 1 2
k = 9 → ( 9 − 2 ) ( 1 0 − 9 ) = 7
The decagon has 34 diagonals other than D and each choice of v k has probability 7 1 , so the total probability of randomly choosing 2 interior-crossing diagonals is: 7 1 ( 3 4 7 + 3 4 1 2 + 3 4 1 5 + 3 4 1 6 + 3 4 1 5 + 3 4 1 2 + 3 4 7 ) = 2 3 8 8 4 = 1 7 6
The general formula for this probability for an n-sided Polygon is
(n^2 - 3n + 2) / {3*(n^2 - 3n - 2)}
Problem Loading...
Note Loading...
Set Loading...
There are 2 n ( n − 3 ) diagonals for a regular polygon with n sides, so for a decagon there are 3 5 diagonals, and thus ( 2 3 5 ) = 5 9 5 "diagonal pairs" to consider for our sample space. Now if a diagonal pair have a shared endpoint then there can be no point of intersection strictly inside the decagon, so for a diagonal pair to have an internal point of intersection it is necessary (but not sufficient) for the diagonals to have endpoints distinct from one another.
Now choose any 4 of the 10 vertices. We can form pairs of diagonals using these vertices in a total of 3 ways, only one of which results in an internal point of intersection. In this way we account for all internally-intersecting diagonal pairs, resulting in a desired probability of 5 9 5 ( 4 1 0 ) = 5 9 5 2 1 0 = 1 7 6 , and so p + q = 6 + 1 7 = 2 3 .