IMC 2009 · Problem 5

Day 116th IMC · Budapest, Hungary

Statement

Let nn be a positive integer. An nn-simplex in Rn\mathbb{R}^n is given by n+1n+1 points P0,P1,,PnP_0, P_1, \dots, P_n, called its vertices, which do not all belong to the same hyperplane. For every nn-simplex SS we denote by v(S)v(S) the volume of SS, and we write C(S)C(S) for the center of the unique sphere containing all the vertices of SS.

Suppose that PP is a point inside an nn-simplex SS. Let SiS_i be the nn-simplex obtained from SS by replacing its ii-th vertex by PP. Prove that

v(S0)C(S0)+v(S1)C(S1)++v(Sn)C(Sn)=v(S)C(S).v(S_0)C(S_0) + v(S_1)C(S_1) + \dots + v(S_n)C(S_n) = v(S)C(S).

Official solution

Hidden so you can work on the problem first.