Probability that connecting two vertices in a dodecahedron will result in a segment inside the dodecahedron

910 Views Asked by At

A regular dodecahedron is a convex polyhedron with 12 regular pentagonal faces and 20 vertices. If two distinct vertices are chosen at random, what is the probability that the line connecting them lies inside the dodecahedron?

I know that when you connect to points in the dodecahedron, it cannot result in a segment outside of the dodecahedron. So we have $1-P(\text{Segment On Dodecahedron})=$ desired result. So in order for the segment to be on the dodecahedron, the two vertices have to be on the same face. I'm thinking that the denominator, in this case, would be $\binom{20}2$. However, I'm not sure how to find the numerator.

Help is greatly appreciated.

2

There are 2 best solutions below

0
On

There are two equivalent ways to find the probability that a segment does not lie in the dodecahedron:

  • Select any vertex first; all of them are equivalent. As for the second vertex, the nine vertices that share a face with the first vertex (out of the 19 remaining vertices) will give a segment not in the dodecahedron.
  • There are $\binom{20}2$ choices of vertex pairs, 90 of which give a segment not in the dodecahedron. These correspond one-to-one with the 30 edges and 60 face diagonals.

Both approaches give the auxiliary probability of $\frac9{19}$; the final answer is then $1-\frac9{19}=\frac{10}{19}$.

0
On

There are a total of $\dbinom{20}{2}=190$ ways to choose two distinct vertices. When the line is drawn connecting these vertices, some will correspond to edges or face diagonals, and the rest will lie inside the dodecahedron. Each of the 12 pentagonal faces has 5 edges. This makes a total of $5\cdot12=60$ edges. This counts each edge twice, once for each adjacent face, so there are only $60/2=30$ edges. Each of the 12 pentagonal faces also has $5$ face diagonals. This can be seen by drawing out an example, or remembering that an $n$ sided polygon has $\frac{n(n-3)}{2}$ face diagonals. This is a total of $5\cdot 12= 60$ face diagonals.

Therefore, of the 190 ways to choose two vertices, $190-30-60=100$ will give lines that lie inside the dodecahedron when connected. The probability of selecting such a pair is then: $$\frac{100}{190}=\boxed{\frac{10}{19}}$$