The question is as follows:
Prove that the set of all polynomials in $x$ with nonnegative coefficients and constant term 1 is convex.
Is this just meaning that it follows the form $\lambda x + (1- \lambda)y$, where they are replaced with polynomials? I think I'm just having a difficult time picturing what I need to do
Let $0 <\lambda <1$. If $p(x)= \sum\limits_{k=0}^{n} a_kx^{k}$ and $q(x)= \sum\limits_{k=0}^{m} b_kx^{k}$ with $n \leq m$ then then $\lambda p(x)+(1-\lambda ) q(x)= \sum\limits_{k=0}^{n} (\lambda a_k +(1-\lambda) b_k)x^{k}+ \sum\limits_{k=n+1}^{m} (1-\lambda) b_k x^{k}$. This is a polynomial of the same type.
The second sum here is absent when $n=m$.