If $a_n = x_n$ and $a_n = y_n$ are two solutions to the recurrence relation $c_0a_n + c_1a_{n-1}+c_2a_{n-2}+...+c_ka_{n-k} = 0$, show that $z_n = \alpha x_n + \beta y_n$ is also a solution to the recurrence relation for every $\alpha, \beta > 0$. Will the result be true if $\alpha<0$ or $\beta<0$?
Not quite sure, how to approach this problem.