Why is the polynomial $P(x)$ represented as
$$ P(x) = a_n x^n + a_{n-1} x^{n-1} + a_{n-2} x^{n-2} + \cdots+ a_2 x^2 + a_1 x + a_0 \text{ ?}$$
A polynomial can be $5x^4 + 3x^3 + 7x^2 + 10x -2$ and it is not necessarily $a_n x^n + a_{n-1} x^{n-1}+\cdots$ I.e if $ a_n x^n$ is $ 5x^4$, doesn't $a_{n-1} x^{n-1} $ mean $4x^3$?