Out of positive integers, not necessarily different, that add up to , are , are , are , . . . . . . and are . Determine the maximum possible value of .
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.
Obviously, we'll have n 1 = 0 if we want the sum to be maximum.
{ n 2 + 2 n 3 + 3 n 4 + 4 n 5 + ⋯ + 2 0 1 3 n 2 0 1 4 = y 2 n 2 + 3 n 3 + 4 n 4 + 5 n 5 + ⋯ + 2 0 1 4 n 2 0 1 4 = 2 0 1 4
⟹ 2 0 1 4 − y = n 2 + n 3 + n 4 + n 5 + ⋯ + n 2 0 1 4 ≥ 1 ⟺ y ≤ 2 0 1 3
Since it is achievable when n 2 0 1 4 = 1 , n i = 0 , 1 ≤ i ≤ 2 0 1 3 , i ∈ N , this is our answer.