This question doesn't support checking answers.
356. Largest roots of cubic polynomials

Publish Date:

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 $\sum \limits_{i = 1}^{30} {\left \lfloor a_i^{987654321} \right \rfloor}$.

Note: $\lfloor a \rfloor$ represents the floor function.

Press F12 and use the "Console" tab to view the output of your codes.

Loading...