I have tried several ways to solve this problem of using the root properties of a second degree equation but I can't come up with anything favorable.
If the roots of $ax^{2}+bx+c=0$ are of the form $\dfrac{\lambda }{\lambda -1}$ and $\dfrac{\lambda+1 }{\lambda}$, then the value $(a+b+c)^{2}$ in terms of $a$, $b$, $c$ is?
Options
$(a) \quad b^{2}-4ac$
$(b) \quad b^{2}-2ac$
$(c) \quad 2b^{2}-ac$
$(d) \quad 4b^{2}-2ac$
$(e) \quad b^{2}-4abc$
\begin{align} \frac{c}{a} &= \frac{\lambda}{\lambda-1} \times \frac{\lambda+1}{\lambda} \\ &= \frac{\lambda+1}{\lambda-1} \\ \lambda &= \frac{c+a}{c-a} \\ x_1 &= \frac{\lambda}{\lambda-1} \\ &= \frac{c+a}{2a} \\ x_2 &= \frac{\lambda+1}{\lambda} \\ &= \frac{2c}{c+a} \\ -\frac{b}{a} &= x_1+x_2 \\ &= \frac{(c+a)^2+4ac}{2a(c+a)} \\ -2b(c+a) &= (c+a)^2+4ac \\ 0 &= (c+a)^2+2b(c+a)+4ac \\ \color{red}{b^2}-4ac &= (c+a)^2+2b(c+a) \color{red}{+b^2} \\ (a+b+c)^2 &= b^2-4ac \end{align}