Let N = 2 0 1 4 sums a 1 = 1 ∑ 2 0 1 4 a 2 = 1 ∑ a 1 ⋯ a 2 0 1 4 = 1 ∑ a 2 0 1 3 1
How many zeroes to the right of the right-most non-zero decimal digit are in N ?
Details and Assumptions
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
You've got to be careful reading this one. At first, I thought the answer would be 0 coming from a value of 2 0 1 4 2 0 1 4 , but then I read it more closely.
You've been releasing some amazing problems recently @Daniel Liu , have you been coming up with them yourself?
Log in to reply
Thanks! Yes, I have been coming up with them myself. This problem was actually originally created a year ago; however, I was not as smart back then so I couldn't solve my own problem. This year I learned enough to solve my problem, so I posted it.
Log in to reply
Where/how do you learn your math? You have a quite large knowledgebase for a 14 yr old (no offense). Great work.
Wow, that's quite something if you remember it from a year ago. I'm lucky if I can come up with a problem at school and remember it at home a couple hours later.
The formula for f ( m , n ) looks like the balls-in-urns solution. I have an idea for how to prove this, but I can't express it mathematically (also I just got back from a rigorous firefighter/paramedic training program and we were working with the fire hoses in our bunker gear today, and I am REALLY tired). I pretty much only logged on to see if there was anything going on, and this problem looked nice. Anyways, can someone discuss how the two are related and if the expression from the problem can be used in a proof of it?
Log in to reply
@Trevor B. – I actually didn't remember it at all. I just found it on my desktop. :P
You're right, the formula is the balls and urns formula! Let me analyze this...
Log in to reply
@Daniel Liu – Yeah, I have a bunch of LaTeX files on my desktop that I need to sift through. I randomly found one yesterday that found ∫ ( f ( x ) ) 2 d x , with IBP. That was weird... I'm done with math for the night, I might be posting comments, but I am beat. Sorry I can't help with the balls-in-urns relation now...
@Trevor B. – Indeed, the sum is equivalent to calculate how many ways you can select 2014 integers from 1...1024 and satisfies the condition a 1 ≥ a 2 . . . ≥ a 2 0 1 4 ≥ 1 , which equals to the number of ways to drop 2014 balls into 2014 urns.
At first I thought the number of zero's to the left of the right most non zero digit! Can you please specify to the right of the non zero digit? Thanks!
Log in to reply
I clarified.
Log in to reply
Thank You! (y)
that would have been a super question, don't you think?:)
Log in to reply
@A Former Brilliant Member – I do not know how to solve your proposed problem though! :P
How do you know that f ( n , m ) = C ( n + m − 1 , n )
Please explain a little bit
Problem Loading...
Note Loading...
Set Loading...
Let f ( n , m ) = n sums a 1 = 1 ∑ m a 2 = 1 ∑ a 1 ⋯ a n = 1 ∑ a n − 1 1 We shall prove using induction that f ( n , m ) = ( n n + m − 1 ) .
Base case: n = 1
Clearly, f ( 1 , m ) = a 1 = 1 ∑ m 1 = ( 1 m ) .
Induction step:
Let us assume f ( k , m ) = i sums a 1 = 1 ∑ m a 2 = 1 ∑ a 1 ⋯ a k = 1 ∑ a k − 1 1 = ( k k + m − 1 )
We can see that f ( k + 1 , m ) = k + 1 sums a 1 = 1 ∑ m a 2 = 1 ∑ a 1 ⋯ a k + 1 = 1 ∑ a k 1 = i = 1 ∑ m f ( k , i ) = i = 1 ∑ m ( k k + i − 1 )
By the Hockey-Stick Identity, i = 1 ∑ m ( k k + i − 1 ) = ( k + 1 k + m ) = ( k + 1 ( k + 1 ) + m − 1 ) , and we have completed our proof.
It remains to find the number of zeroes to the right of the last non-zero digit in f ( 2 0 1 4 , 2 0 1 4 ) = ( 2 0 1 4 4 0 2 7 ) = 2 0 1 3 ! 2 0 1 4 ! 4 0 2 7 ! . We can do this by counting the number of zeroes in 4 0 2 7 ! , then subtracting the number of zeroes in 2 0 1 3 ! and 2 0 1 4 !
The number of zeroes in 4 0 2 7 ! is i = 1 ∑ ∞ ⌊ 5 i 4 0 2 7 ⌋ = 1 0 0 5 .
The number of zeroes in 2 0 1 3 ! is i = 1 ∑ ∞ ⌊ 5 i 2 0 1 3 ⌋ = 5 0 1 .
The number of zeroes in 2 0 1 4 ! is i = 1 ∑ ∞ ⌊ 5 i 2 0 1 4 ⌋ = 5 0 1 .
Thus the number of zeroes after the last non-zero digit of ( 2 0 1 4 4 0 2 7 ) is, perhaps surprisingly, 1 0 0 5 − 5 0 1 − 5 0 1 = 3 .