← Complete problem index

PROJECT EULER · #0356

Largest Roots of Cubic Polynomials

Statement only · SolvedOriginal problem ↗

Let an be the largest real root of a polynomial g(x)=x32nx2+n.
For example, a2=3.86619826

Find the last eight digits of i=130ai987654321.

Note: a represents the floor function.

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.