If the equations $x^2+ax+12=0$, $x^2+bx+15=0$ and $x^2+(a+b)x+36=0$ have a common positive root, then $(b-2a)$ is equal to
What I tried:
Let $\alpha$ be common positive root of all equation. Then
$$\alpha^2+a\alpha+12=0 \tag{1}$$
$$\alpha^2+b\alpha+15=0 \tag{2}$$
$$\alpha^2+(a+b)\alpha+36=0 \tag{3}$$
From (1) and (2), we get
$$(a-b)\alpha=3 \tag{4}$$
And doing (3) minus (1) and (3) minus (2), we get
$$b\alpha=-24 \text{ and} \\ a\alpha=-21$$
Now I don’t understand how to find the values of $b$ and $a$. Help me, please.
Thanks.