I want to know how to solve the question if you have a set of polynomials
$$ p_1 = 1 + x, $$ $$ p_2 = 1 + 2x + x^2, $$ $$ p_3 = 1 + 3x + 3x^2 + x^3, $$ and if the polynomial $p = 2017 + x^2 + 26x^3$ is spanned by the set $S = \{p_1,p_2,p_3\}$
Thank you