Let $r,s,t$ be the roots of the equation $ x^3 - 6x^2 + 5x + 1$. What is the value of $(2-r)(2-s)(2-t)$?

932 Views Asked by At

Let $r,s,t$ be the roots of the equation $ x^3 - 6x^2 + 5x + 1$. What is the value of $(2-r)(2-s)(2-t)$?

The question is mentioned in my math olympiad. Please explain how to solve the problem. I have factorised the equation to $$-x^2+1, x-6x, -5x +1.$$

I am only in year 6.

5

There are 5 best solutions below

3
On

Your polynomial is monic (leading coefficient is $1$), of degree $3$, and you are given three roots. You have no choice (since the coefficients here are in a field, say $\mathbb{R}$), it is completely factored as follows: $$ p(x)=x^3-6x^2+5x+1=(x-r)(x-s)(x-t). $$ Now what does it take to compute the value of your expression?

1
On

Note that $$x^3-6x^2+5x+1=(x-r)(x-s)(x-t).$$ Does the right-hand side look familiar (perhaps if we replaced $x$ with something)?

0
On

If $r,s,t$ be the roots of the equation $x^3 - 6x^2 + 5x + 1=0$, then $$x^3 - 6x^2 + 5x + 1 = (x - r)(x - s)(x - t)$$

Now, determine the value of $f(2)$ by evaluating $$x^3 - 6x^2 + 5x + 1\quad\text{at} \;x = 2\;\tag{$f(2)$}$$ Then set $$(2 - r)(2-s)(2 - t) = f(2)\tag{1}$$

0
On

Hint $\ $ If $\rm\:r,s,t\:$ are roots of $\rm\:f(x)\:$ then $\rm\:2\!-\!r,2\!-\!s,2\!-\!t\:$ are roots of $\rm\:f(2\!-\!x),\:$ so their product is minus the constant term of $\rm\:-f(2\!-\!x),\:$ i.e. $\rm\:f(2) = -5\ $ (we use $\rm\ {-}f\:$ so it has lead coef $= 1).$

Remark $\ $ Similarly $\rm\:(2\!-\!r)(2\!-\!s)+(2\!-\!s)(2\!-\!t)+(2\!-\!t)(2\!-\!r) =\:$ coef of $\rm\:x\:$ in $\rm\:g(x) = -f(2\!-\!x),\:$ i.e. $\rm\ g'(0) = f'(2) = -7.$

0
On

If $c$ is a root of some polynomial, then $x - c$ is a a factor of that polynomial. Furthermore, if the polynomial has degree $n$, then it has at most $n$ roots. So $$x^3 - 6x^2 + 5x + 1 = (x - r)(x - s)(x - t)$$ Thus, \begin{align*} (2 - r)(2 - s)(2 - t) &= 2^3 -6(2^2) + 5(2) + 1 \\ &= 8 - 6(4) + 10 + 1 \\ &= 8 - 24 + 10 + 1 \\ &= -5 \end{align*}