I'm doing a exam problem in the subject numerical methods with the book "Numerical Mathematics and Computing" 7th edition by Ward Cheney and David Kincaid
The problem is in the picture below

the relevant part of the solution which I have question about is below here.
I do not understand why symmetric nodes around the midpoint of the integral implies that the weights have to be symmetric. Could you guys explain why symmetric nodes implies symmetric weights?
My second question is a bit more general about quadrature rule.
In the proposed solutions (which I have not included) they proceeds working out what $ \int_{-1}^{1}1dx=2=2(c_{0}f(-1)+c_{1}f(\frac{-2}{3})+\dots+c_{4}f(1))$ (here f=1) $ \int_{-1}^{1}xdx=0=2(c_{0}f(-1)+c_{1}f(\frac{-2}{3})+\dots+c_{4}f(1))$ (here f=x)
$\vdots$
$ \int_{-1}^{1}x^{4}dx=\frac{2}{5}=2(c_{0}f(-1)+c_{1}f(\frac{-2}{3})+\dots+c_{4}f(1))$
And you end up getting a $Ax=b$ problem with 5 unknowns.
What I'm wondering about is why it is suffices to integrate these 5 functions. I am aware of these polynomials are a linear combination of all polynomials with degree 4. And this is also how they justify it on page 227 in the book.
So why does integrating a linear combination of your n degree polynomial imply getting a polynomial that integrates exactly then P(x) is of degree n?
