OFFSET
0,1
COMMENTS
The probability that the three points are collinear (i.e., lie on the same straight line) and do not define a circle is 0.
In general, the probability for three points selected in a regular m-gon (m >= 3) is 2*Pi^2/(5*m^2*tan(Pi/m)^2). When m tends to infinity, i.e., when the 3 points are selected in a disk, the probability is 2/5.
LINKS
Fernando Affentranger, Random circles in the d-dimensional unit ball, Journal of Applied Probability , Vol. 26, No. 2 (1989), p. 408-412; JSTOR link.
FORMULA
Equals 2*Pi^2/(125*tan(Pi/5)^2).
Equals 2*Pi^2/(125*(5-2*sqrt(5))).
EXAMPLE
0.299155951069377931887552491150531223697068484886442...
MATHEMATICA
RealDigits[2*Pi^2/(125*Tan[Pi/5]^2), 10, 120][[1]]
PROG
(PARI) 2*Pi^2/(125*(5-2*sqrt(5)))
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Apr 16 2026
STATUS
approved
