Quickly find the sum of the real solutions of an equation not equal to $0$

algebra-precalculuspolynomials

I recently participated in a mathematics tournament and encountered a question asking for the sum of the real solutions of the equation
$$(x-7)(x-3)(x+5)(x+1)=1680$$

As the math tournament was time constrained and I only knew how to solve this equation by creating a new fourth degree expression and then subtracting $1680$ from that expression then refactoring to find the real roots. However after coming home I did work this out and got the two roots of $x=-7$ and $x=9$ making the sum $2$ which aligns with the answer key.

However, I am still left wondering how this could be done in a more timely manner and my research on the topic has yielded few results.

Best Answer

Consistent with the comment of dxiv,
let $~y = x-1,~$ and let $~u = y^2.$

Then

$$(y^2 - 4)(y^2 - 36) = 1680 \implies $$

$$u^2 - 40u - 1536 = 0 \implies \tag1 $$

$$u = \frac{1}{2} ~\left[40 \pm \sqrt{1600 + (4 \times 1536)}\right] \tag2 $$

$$ = \frac{1}{2} \left[40 \pm 88\right] = 20 \pm 44.$$

Since you are looking for real solutions, you must have that

$$y^2 = u = 64 \implies (x-1) = y = \pm 8.$$


Addendum

Actually, all of the Math, following (2) above is unnecessary. From (2) above, it is immediate that the value inside the radical will be bigger than $~(40)^2,~$ and so only one (positive) value of $~y^2 = u~$ will be forthcoming.

Then regardless of the eventual computed value of $~u = y^2,~$ you will have the two real roots of

$$x-1 = y = \pm \sqrt{u}.$$

So, denoting the two roots as $~x_1,~$ and $~x_2,~$ you have that $~\displaystyle (x_1 - 1) + (x_2 - 1) = \sqrt{u} + (-\sqrt{u}) = 0.$

So, without bothering to solve for $~u,~$ you know that $~x_1 + x_2 = 2.$

In fact, with experience, you can see that because the third term in (1) above, $~-1536,~$ is negative, you could (instead) stop the Math after (1) above, rather than (2) above.

That is, (1) above, with any negative 3rd term, is sufficient to imply that only one positive real root of $~y^2 = u~$ will be forthcoming.

Related Question