Respected All.
I am unable to find out what's so wrong in the following. Please help me.
It is given that $t$ is a common root of the following two equations given by \begin{align} &x^2-bx+d=0 \tag{1}\\ &ax^2-cx+e=0 \tag{2} \end{align} where $a,b,c,d,e$ are real numbers.
Then using cross multiplication technique, we shall get $$\frac{t^2}{cd-be}=\frac{t}{ad-e}=\frac{1}{ab-c} \tag{3}$$ which will give us $$t=\begin{cases} \frac{cd-be}{ad-e},\\ \frac{ad-e}{ab-c},\\ \pm\sqrt{\frac{cd-be}{ab-c}} \end{cases} \tag{I}$$
My problems starts from here. If $t$ satisfies both (1) and (2) then any linear combination of (1) and (2) should be satisfied by $t$. So that by $\lambda \times (1)+\mu \times (2)$ we shall have $$(\lambda+\mu a)t^2-(\lambda b+\mu c)t+(\lambda d+\mu e)=0 \tag{4}$$ where $\lambda, \mu$ are suitable reals for (4) to have real roots.
hence we shall get $$t=\frac{1}{2(\lambda+\mu a)}[(\lambda b+\mu c)\pm \sqrt{(\lambda b+\mu c)^2-4(\lambda+\mu a)(\lambda d+\mu e)}] \tag{II}$$
All three results in (I) and the results in (II) are supposed to be same. Aren't they?
So what if we consider $(a,b,c,d,e)=(3,9,38,14,119)$. Then from (I) we shall get $(7,7,7)$. But when we shall apply (II) then the results are becoming "dirty": if we choose $\lambda=-16,\mu=20$ the results are coming as $(7.057474264\cdots, 7.06\cdots)$
Why is it happening ? Am I making any theoratical mistake?