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.
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?