-1

What is the probability that a particular set of integer edge lengths selected from an interval $[1,n]$, can form a triangle? That is, let $a,b,c \in \{1,2, \dots n \}$. What is the probability that $a$, $b$ and $c$ are the side lengths to a triangle?

How might this extend to the case where one selects real number edge lengths from the unit interval? Can I look for a cube then exceed the pyramids from it?

N. F. Taussig
  • 76,571
Jack
  • 9

1 Answers1

0

Here is an except from my answer to a similar question:

If A+B > C, you have 100% chance of making a triangle. If A+B=C, the triangle is 2d and does not qualify. If A+B < C, you have three joined line segments that do not meet at two ends. You will have to figure the probabilities of each of these equalities/inequalities and go from there.

poetasis
  • 6,338