#P1403. [江潭西] 概率计算
[江潭西] 概率计算
Background
Constructing a simplified version of a problem is often one of the shortcuts to solving it
Problems
- Randomly select three non-overlapping points on the circumference of a circle, connect the three points into a triangle, and find the probability that the center of the circle is within the triangle (also counted on the boundary)
{{ select(1) }}
- Randomly select four non-overlapping points on the surface of a ball, connect the four points into a tetrahedron, and find the probability that the center of the sphere is within the tetrahedron (also calculated on the surface)
{{ select(2) }}