Hi
I am sure this has already been answered probably on here somewhere.. but I couldn't find it.
The statment: "Give the last 9 digits of your answer.'
Is it referring to the right most 9 digits of the answer?
That is what I am assuming it is.
Thanks
Problem 432
Forum rules
As your posts will be visible to the general public you
are requested to be thoughtful in not posting anything
that might explicitly give away how to solve a particular problem.
This forum is NOT meant to discuss solution methods for a problem.
See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
As your posts will be visible to the general public you
are requested to be thoughtful in not posting anything
that might explicitly give away how to solve a particular problem.
This forum is NOT meant to discuss solution methods for a problem.
In particular don't post any code fragments or results.
Don't start begging others to give partial answers to problems
Don't ask for hints how to solve a problem
Don't start a new topic for a problem if there already exists one
Don't start begging others to give partial answers to problems
Don't ask for hints how to solve a problem
Don't start a new topic for a problem if there already exists one
See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
- RishadanPort
- Posts: 78
- Joined: Mon Jun 10, 2013 7:31 am
Problem 432

Rishada is the gateway to free trade—but the key will cost you.
Problem 432
Can someone confirm the answer for N = 10^8 ends by ...263360
Thanks. Thierry

Thanks. Thierry
- RishadanPort
- Posts: 78
- Joined: Mon Jun 10, 2013 7:31 am
Re: Problem 432
Hi
I know I'm not suppose to ask for hints... but I only have 1 -- Do I really need to allocate ~12.5 gigabytes to solve this problem, or is there a better way.
I know I'm not suppose to ask for hints... but I only have 1 -- Do I really need to allocate ~12.5 gigabytes to solve this problem, or is there a better way.

Rishada is the gateway to free trade—but the key will cost you.
Re: Problem 432
Of course there is a better way.RishadanPort wrote: ↑Thu Jul 25, 2019 7:10 am Hi
I know I'm not suppose to ask for hints... but I only have 1 -- Do I really need to allocate ~12.5 gigabytes to solve this problem, or is there a better way.

- RishadanPort
- Posts: 78
- Joined: Mon Jun 10, 2013 7:31 am
Re: Problem 432
I always get a bit confused when saying "last 9 digits"
Does last 9 digits mean left most digits or right most digits
Thanks
Does last 9 digits mean left most digits or right most digits
Thanks

Rishada is the gateway to free trade—but the key will cost you.
Re: Problem 432
Another way of saying "last 9 digits" would be mod(1,000,000,000).
When you assume something, you risk being wrong half the time.
-
- Posts: 74
- Joined: Thu Nov 03, 2016 4:32 pm