Skip to main content

Probability Riddle Using Python: Center Inside Triangle

 Riddle:

Three points are randomly chosen on a circle. What is the probability that the triangle with vertices at the three points has the center of the circle in its interior?


Python Solution:



Riddle source:

https://www.cut-the-knot.org/m/Probability/ThreeRandomPointsOnCircle.shtml