$P(x)$ is a polynomial in $x$ of degree $\leq n-1$.
Show that $P(x)$ has $n-1$ distinct roots and thus has the factorization $$k\Pi_{i=2}^n(x-a_i)$$, where the constant $k$ is the coefficient of $x^{n-1}$.
Why does $i$ start from 2? Why is the $k$ there?
Edit: I've seen the "correct" answer. It says "A polynomial with degree (n-1) has n-1 distinct roots. Then it must take the form $k\Pi_{i=2}^n(x-a_i)$".
This seems that the answer just restates the question. So I'm not any better off understanding this question.
Echoing Greg Martin: In case that you are exploring the Vandermonde matrix $V_n(x,a_2,a_3,...,a_n)$, the usual task is to show
That the factorization has this form is a consequence of the (Horner-)Ruffini theorem/rule.
This then gives the recursion $$V_n(a_1,...,a_n)=(-1)^{n-1}\prod_{i=2}^n(a_1-a_i)\,V_{n-1}(a_2,...,a_n)=\prod_{i=2}^n(a_i-a_1)\,V_{n-1}(a_2,...,a_n)$$ which leads to $$V_n(a_1,...,a_n)=\prod_{i<j}(a_j-a_i)$$