Sy123
This too shall pass
- Joined
- Nov 6, 2011
- Messages
- 3,725
- Gender
- Male
- HSC
- 2013
Re: HSC 2013 4U Marathon
It can be done easily if we fix P somewhere, but I can't seem to find a good way of finding the averages at a point in general. (I have a method in mind, but it feels very brute force-y)
If no counting errors, at point (m,k), the sum of triangle areas:
 + \frac{m}{2} (m-1) \right ) \left(\frac{k}{2} (k-1) + \frac{n-m}{2} (n-m+1) \right ) )
Alright, now the challenge is to find the average area of the triangles.My solution is I can choose the point P inways as it can take any point on the square. Then Q and R can both be chosen in (n-1) ways as they can take any point in the row or column that P was chosen in. Multiplying together gives the result.
It can be done easily if we fix P somewhere, but I can't seem to find a good way of finding the averages at a point in general. (I have a method in mind, but it feels very brute force-y)
If no counting errors, at point (m,k), the sum of triangle areas:
Last edited: