Let $h_0 = 0, h_n = 1, h_i = \sum_{j=1}^nh_jp_{ij}$ when $i = 1$ to $n-1$ and $p_{ij} = \binom{n}{j} (\frac{i}{n})^j(1-\frac{i}{n})^{n-j}$, how could I prove $h_i = \frac{i}{n}$ for all $i = 0$ to $n$.
I tried to find the relation between $h_i$ and $h_{i+1}$ and then use induction method, but the relation is too complicated. Could anyone help me with this problem? Thank you very much!