0%

Problem 356


Problem 356


Largest roots of cubic polynomials

Let an be the largest real root of a polynomial g(x) = x3 - 2n·x2 + n.
For example, a2 = 3.86619826…

Find the last eight digits of i=130ai987654321.

Note: a represents the floor function.


三次多项式的最大根

记an为多项式g(x) = x3 - 2n·x2 + n的最大实根。
例如,a2 = 3.86619826…

i=130ai987654321的最后8位数字。

a表示下取整函数。


Gitalking ...