Analyzing the Setup
The equation (x2−5x+5)x2+4x−60=1 is of the form ab=1. To solve this, we must recognize that there are three distinct logical scenarios where this equality holds.
We must investigate each case with the rigor of a detective to ensure no solutions are missed and no invalid roots are accepted.
The Three Pillars of Unity
The equation ab=1 is satisfied under the following conditions:
1. The exponent b is zero, provided the base $a
eq 0$.
2. The base a is exactly 1.
3. The base a is −1, provided the exponent b is an even integer.
Case 1
The Exponent is Zero
We set the exponent to zero:
x2+4x−60=0
Factoring the quadratic, we look for numbers that multiply to
−60 and add to
4:
(x+10)(x−6)=0
This yields x=−10 and x=6. We must verify that the base a=x2−5x+5 is not zero for these values.
For x=−10, $a = (-10)^2 - 5(-10) + 5 = 100 + 50 + 5 = 155
eq 0$. For x=6, $a = (6)^2 - 5(6) + 5 = 36 - 30 + 5 = 11
eq 0$. Both values are valid.
Case 2
The Base is One
We set the base to one:
x2−5x+5=1⇒x2−5x+4=0
Factoring the quadratic:
(x−4)(x−1)=0
This yields x=4 and x=1. Since 1 raised to any real power is 1, both values are valid.
Case 3
The Base is Negative One
We set the base to negative one:
x2−5x+5=−1⇒x2−5x+6=0
Factoring the quadratic:
(x−2)(x−3)=0
This yields candidates x=2 and x=3. We must now perform a parity check on the exponent b=x2+4x−60.
For
x=2:
b=(2)2+4(2)−60=4+8−60=−48
Since
−48 is an even integer,
x=2 is a valid solution.
For
x=3:
b=(3)2+4(3)−60=9+12−60=−39
Since
−39 is an odd integer,
x=3 is invalid.
Final Calculation
The set of valid roots is
{−10,6,1,4,2}. The sum of these roots is:
−10+6+1+4+2=3
The final answer is 3.