i found a equation that holds for any natural number of n and any $x_i \ne x_j$ as follows:
$$\sum\limits_{i = 1}^{n } {\prod\limits_{\substack{j = 1\\j \ne i}}^{n } {\frac{{x_i }}{{x_i - x_j }}} } = 1$$
when n=2, it is given by
$$\frac{x_1}{x_1-x_2}+\frac{x_2}{x_2-x_1}=\frac{x_1 - x_2}{x_1 - x_2} = 1$$
when n=3, it is given by
$$\frac{x_1^2}{(x_1-x_2)(x_1-x_3)}+\frac{x_2^2}{(x_2-x_1)(x_2-x_3)}+\frac{x_3^2}{(x_3-x_1)(x_3-x_2)}=1$$
But, how can I prove for general $n$?
Consider the Lagrange interpolation of the polynomial $f(x)=x^{n-1}$ with interpolation points $x_1,\ldots,x_n$. We have: $$x^{n-1}=\sum_{i=1}^{n}x_i^{n-1}\prod_{j\neq i}\frac{x-x_j}{x_i-x_j},$$ so, by comparing the leading coefficients of RHS and LHS, the result follows.