Given that $y = 3e^{-2x}$ and $y = 8e^{-4x}$ are solutions of the differential equation $$ay'' + 2by' + cy = 0$$
where a, b, c are non-zero constants. Which one of the following equations must hold?
A. $2b + c = 0$
B. $3a - b = 0$
C. $6a - c = 0$
D. $8b + 3c = 0$
I have re-written the differential equation as $$y'' + \frac{2b}{a}y' + \frac{c}{a}y = 0$$ and also found out that given the two solutions, I can find the corresponding factorized auxiliary equation $$ (\lambda + 2)(\lambda + 4) = 0$$
may I know how I should proceed to compare the two equations as I can't seem to find a basis to match constants.