This website is a semi-functional mirror of the original Project Euler. More information is available on GitHub.
projecteuler.net

Largest roots of cubic polynomials

Problem 356

Published on 29 October 2011 at 01:00 pm [Server Time]

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.

Note: represents the floor function.


Answer:
Go to back to Problems