A list of arbitrary non-negative different integers contains numbers 0 and 2015. What's the minimum possible value of the average of this list of numbers?
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.
the average x where minimal while sum of the elements of the list where minimal, also i can't have the same number 2 times in the list, then the x can have here minimun value whene x = n + 1 2 0 1 5 + ∑ k = 0 n k m i n { x } = m i n { n + 1 2 0 1 5 + ∑ k = 0 n k } m i n { x } = m i n { n + 1 2 0 1 5 + 2 1 n } m i n { x } → d n d ( n + 1 2 0 1 5 + 2 1 n ) = 0 m i n { x } → 2 1 = ( n + 1 ) 2 2 0 1 5 m i n { x } → n = ⌊ 2 0 1 5 ∗ 2 − 1 ⌋ m i n { x } → n = 6 2