Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

#1: Initial revision by user avatar r~~‭ · 2022-11-21T02:55:16Z (over 1 year ago)
Your conjecture is incorrect.

Consider the case of four points. Place three of these points randomly; these points form a triangle, and each pair of points defines a line. Consider the three half-planes bounded by each of these lines and containing the centroid of the triangle. If and only if a fourth point is contained in exactly two of these half-planes, all four points are on the boundary of their convex hull. (It's impossible to be excluded from all three half-planes, so there are three possibilities: if the point is included in only one half-plane, it along with the two points defining the line corresponding to that half plane form a triangle that contains the remaining point. If the point is included in all three half-planes, it is in the interior of the triangle. In the remaining case, by inspection of the four points, none of them are contained in the triangle defined by the other three.)

[A Monte Carlo simulation](https://tio.run/##fVFNb4MwDL3nV1g9EbqqkHCq1B2nHXufdqB8DCYIUQha8uuZnUI1OAwJzHt5frZj7W0zKDnPtRl6MLkqMbS9HoxdEGNlVUOTd/Wty1UVufQFPL5OYMTXYeAXBviUcAUXR17ACSUcjuBShIREQAJRSpAHfY76p/pcBu5OnCOREytXBE7EIRct/fPEVHYyCrq8v5c5OIu92AvksbNY7h57CgVjKkWHNEkSpsT6x@phMrehVfZ96roR6cAZaKFVNPtXFak0TOYo/XEbEXXud9iJ3fkOO7k732ASFMvUdEf0kfwsSRh4T7wn3i@8pgb@WUmBsaBKWmyFq0BilBuh3ApXweq8CFFJV/T954rEsnyXbYfE7rPdmABtDePURzpyGRpmHF4hCY6aHD80ltLYn5afHK5XEA9rKrrZ1RF3yJg2SESHN5MXth0UDDXYarQj/LS2geykKQEayrgc@CLfOp1xxRADDsHn@Rc) shows that the probability of a fourth random point being contained in exactly two of the three half-planes is somewhat larger than 50%; it appears to be around 69%.

Finding the exact probability of this is <s>more effort than I want to spend on this right now</s> left as an exercise.