Donder is sick of people calling him Donner all the time, so he has decided to start a tour around the world on Christmas (2015) to see how many people were calling him the wrong name.
He will spend days in 1 place, then days in 2 places, then days in 3 places, , 2 days in places then 1 day in places. Assume that his travelling does not take up time (as he factors that into his stay at each place). ( is a positive integer.)
His tour can be at most 365 days long as he must get back to Santa on Christmas Eve. (Yes, 2016 is a leap year)
What is the maximum length of his tour in days?
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.
His tour is of length k = 1 ∑ n k ( n + 1 − k ) days.
Split the sum to give ∑ k ( n + 1 ) − ∑ k 2 = 2 n ( n + 1 ) 2 − 6 n ( n + 1 ) ( 2 n + 1 ) = 6 n ( n + 1 ) ( n + 2 )
Now 6 n ( n + 1 ) ( n + 2 ) ≤ 3 6 5
By far the easiest method from here is to simply calculate some values. At n = 1 2 we get 3 6 4 and it is clear that for larger n the expression will exceed 3 6 5 , so the answer is 3 6 4 days, as required.