On this page, https://proofwiki.org/wiki/Vandermonde_Determinant#Proof_3, I understand how they are creating the $n-1$ degree polynomial $P(x)$ by calculating the determinant based on the final row. I understand how they find the $n-1$ zeroes of $P(x)$, and I understand how they got that $P(x) = C(x-x_1)\ldots(x-x_{n-1})$ but I don't understand how they found that $C=V_{n-1}$. It's not very clear on that step.
Even if the coefficient of the $x^{n-1}$ is $V_{n-1}$, how are we sure that the other coefficients will match up? If the above is true, does that mean that $$\begin{vmatrix} x_1 & x_1^2 & \ldots & x_{1}^{n-1} \\ x_2 & x_2^2 & \ldots & x_{2}^{n-1} \\ \vdots & & \ddots & \vdots \\ x_{n-1} & x_{n-1}^2 & \ddots & x_{n-1}^{n-1} \end{vmatrix}$$ is equal to $x_1x_2x_3\ldots x_{n-1}$ because they are both the constant term of $P(x)$? If so, are these identities useful in any way?
Thanks for any help!