Problem:
A set of 6 distinct lattice points is chosen uniformly at random from the set . Let be the expected area of the convex hull of these 6 points. Estimate .
An estimate of will receive points.
Proposed by: Milan Haiman
Problem:
A set of 6 distinct lattice points is chosen uniformly at random from the set . Let be the expected area of the convex hull of these 6 points. Estimate .
An estimate of will receive points.
Proposed by: Milan Haiman
Solution:
The main tools we will use are linearity of expectation and Pick's theorem. Note that the resulting polygon is a lattice polygon, and thus the expected area satisfies
where is the expected number of interior points and is the expected number of boundary points. We may now use linearity of expectation to write this as
where is 1 if the point is inside the polygon, if the point is on the boundary, and 0 otherwise. Letting , we may write this by symmetry as
There are many ways to continue the estimation from here; we outline one approach. Since is if and only if is one of the selected points (and 0 otherwise), we see
On the other hand, we may estimate that a central point is exceedingly likely to be within the polygon, and guess . We may also estimate for ; such a point is on the boundary if and only if is selected or is selected for some and for some . The first event happens with probability , and the second event happens with some smaller probability that can be estimated by choosing the 6 points independently (without worrying about them being distinct); this works out to give the slight overestimate
From here, it is not so clear how to estimate and , but one way is to make somewhat linear in each component; this works out to give
(In actuality the estimates we'd get would be slightly higher, but each of our estimates for up until this point have been slight overestimates.) Summing these up gives us an estimate of or , which earns 10 points. The actual value of is , and so .