Page 1 of 1
Problem 432
Posted: Sat Jun 15, 2013 6:51 pm
by RishadanPort
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
Posted: Fri Jun 21, 2013 3:37 pm
by Thierry
Can someone confirm the answer for N = 10^8 ends by ...263360
Thanks. Thierry
Re: Problem 432
Posted: Mon Jun 24, 2013 12:48 pm
by ephermeral
Yeah...that seems right.
Re: Problem 432
Posted: Thu Jul 25, 2019 7:10 am
by RishadanPort
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.
Re: Problem 432
Posted: Thu Jul 25, 2019 8:26 am
by hk
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.
Of course there is a better way.
Re: Problem 432
Posted: Thu Jul 25, 2019 10:59 pm
by RishadanPort
I always get a bit confused when saying "last 9 digits"
Does last 9 digits mean left most digits or right most digits
Thanks
Re: Problem 432
Posted: Fri Jul 26, 2019 3:13 am
by rayfil
Another way of saying "last 9 digits" would be mod(1,000,000,000).
Re: Problem 432
Posted: Mon Jul 29, 2019 2:21 pm
by LilStalker
rayfil wrote: Fri Jul 26, 2019 3:13 am
Another way of saying "last 9 digits" would be mod(1,000,000,000).
In most cases yeah, but not always
