I have 10 numbers arranged in a certain order such that the mean of the first n numbers is n , where n = 1 , 2 , … , 1 0 . What can we say about these 10 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.
Let all the numbers be odd-numbers. ∑ i = 1 n x i , where x is ascending odd number Ascending odd number is in the form of AP, where a = 1 , d = 2 So, x i = a + ( i − 1 ) d = 1 + ( i − 1 ) 2 = 1 + 2 i − 2 = 2 i − 1 ⟹ ∑ i = 1 n 2 i − 1 ⟹ ∑ i = 1 n 2 i − 1 = ∑ i = 1 n 2 i + ∑ i = 1 n − 1 = 2 ∑ i = 1 n i − n = 2 2 n ( n + 1 ) − n = n ( n + 1 ) − n = n 2 + n − n = n 2 ⟹ ∑ i = 1 n 2 i − 1 = n 2 Mean, x ˉ = n ∑ i = 1 n x i = n ∑ i = 1 n 2 i − 1 = n n 2 = n Therefore, mean of all n-consecutive odd numbers is no of odd numbers chosen. But on taking x i as an even number, x i = 2n Which would then give sum to n of x as n ( n + 1 ) So the mean would then be n n ( n + 1 ) = n + 1 = n
Therefore all must be odd numbers
No need to check anything. The mean of first number is 1 equal to number itself. So 1 is odd and only 1 option satisfies.
Let a, b, c,....j be the 10 numbers ordered. We have a/1 = 1, a+b/2 = 2, a+b+c/3 = 3, ..... The only way it works must be to have odd numbers because odd = odd, odd+odd = even, odd+odd+odd = odd, .... Alternatively it permits to have the divisibilities asked. For example, we couldn t have (even+even+even)/3 = 3 .
Problem Loading...
Note Loading...
Set Loading...
Let’s call the sum of the first n numbers S n (and S 0 = 0 )
and the nth term of this arrangement a n .
Since the mean of the first n numbers is n, therefore:
n S n = n ⟺ S n = n 2
Now:
a n = S n − S n − 1 = n 2 − ( n − 1 ) 2 = n 2 − ( n 2 − 2 n + 1 ) = 2 n − 1
By substituting n= 1, 2, ..., 9, 10, we get our numbers:
1, 3, 5, 7, 9, 11, 13, 15, 17 and 19.
Therefore, our answer should be:
They are all odd numbers