$a$ and $b$ are solutions of $$ \frac{1}{x^{2} - 10x-29} + \frac{1}{x^{2} - 10x-45} - \frac{2}{x^{2} - 10x-69} = 0 $$ What is $a+b=?$ $$ $$ Are there better approaches than the one below?
Solution:
By letting $x^{2} - 10x = y$, then we have
$$ \frac{1}{y-29} + \frac{1}{y-45} - \frac{2}{y-69} = 0, \:\: y \notin \{ 29,45,69 \} $$
and $$ (y-45)(y-69) + (y-29)(y-69) - 2(y-29)(y -45) = 0 $$ $$ (y- 69)(y-37) = (y-29)(y-45) $$ $$ y^{2} - 106 y + 69 \cdot 37 = y^{2}-74y + 29 \cdot 45 $$ $$ -32y = 3 (29 \cdot 15 - 23 \cdot 37) = -1248 $$ $$ y = x^{2} - 10x = 39$$ Here are the roots: $$ x^{2} -10x - 39 = 0 \implies (x-13)(x+3) = 0$$ So the answer is $a + b = 13 - 3 = 10$
Here is my take on the question:
Let $y=x^2-10x$. Then simplify the LHS of the given equation. You should get
$$\frac{-64(y-39)}{(y-29)(y-45)(y-69)}=0$$
The above indicates that the numerator equals $0$. Therefore
$$-64(y-39)=0$$
However, since $y=x^2-10x$ and $-64$ is a constant, this means that the original equation becomes
$$x^2-10x-39=0$$
Now, from Viete's formulae for the roots of a polynomial
$$x_1+x_2+\cdots+x_n=-\frac{c_{n-1}}{c_n}$$
(where $c_n$ is the $n$th coefficient in a polynomial with degree $k$ (or $n$ or whatever the convention is (I forgot))
Therefore, the sum of our quadratic's roots is $10$.
This therefore implies that $$\fbox{$a+b=10$}$$
Update: Alternatively, from getting $x^2-10x-39=0$, you can factorise it and add the solutions, which will still get you $10$ as your answer if you want to do without Viete's formulae for the roots of a polynomial.