Calvin is thinking of a sequence of distinct positive integers, which includes the number 35. The average of the numbers is 53. If he removes the number 35 from the list, the average increases to 54.
What is the largest possible number in Calvin's list?
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.
Good approach of removing a potentially troublesome term.
We know that 35 must be in the set, and it is slightly easily to look at the n other terms, bearing in mind that we have a total of n + 1 terms.
wow fantastic
I don't understand how a 1 + a 2 + . . . + a 1 8 = 2 1 7 × 1 8
can you explain more complete?
Log in to reply
it is sum of the sequence, S=n/2 [2a+(n-1)d]
dude its nothing but just because it has been asked for max value of a term that's why we had to minimize the value of all other terms to get the greatest possible term. OK?
Now I feel stupid for not getting this ^_^
Solved it in the exact same way (astonishing fact is that my method matches yours perfectly at every step). Clearly written solution. Upvoted! :D
53-35=18. After removal of a number the average increased by only 1. Hence total number of numbers in list is 18+1=19 numbers inclusive of 35. Having numbers 1-17 as the first 17 numbers+35 has a total of 188. Total is 19*53=1007. Largest number=1007-188=819.
let x be the sum of the sequence without number 35 and n be the total number of distinct value in the sequence.
so, (35+x)/n = 53
we know that x/(n-1) = 54 so x= 54n - 54
plug in x we get 35 + (54n - 54) = 53
so n = 19 the total sum of the numbers is 53 * 19 = 1007
we need to find the HIGHEST POSSIBLE number in the sequence so we have to make other numbers in the sequence have the lowest possible values. But we must use DISTINCT positive integers only.
so...start from 1 (Remember that there are 19 numbers in the sequence including 35) but we stop at 17 and then go to 35 because 19-2 = 17 (2, 1st is 35, 2nd is the highest possible number)
1+2+3+...+17+35+ H(Highest possible number) = 1007 so using 1+2+3+...+n = n+1(n/2)
so 153 + 35 + H = 1007
so H = 819 YEAHHHH!!!!!!!!!!
Problem Loading...
Note Loading...
Set Loading...
Let's firstly assume that there are n integers in this sequence excluding 35. This allows us to form 2 equations.
n + 1 a 1 + a 2 + . . . + a n + 3 5 = 5 3
n a 1 + a 2 + . . . + a n = 5 4
Rearranging these 2 equations gives us
a 1 + a 2 + . . . + a n = 5 3 n + 1 8 a 1 + a 2 + . . . + a n = 5 4 n
Solving these equations gives us n = 1 8
So, a 1 + a 2 + . . . + a 1 8 = 9 7 2
Assuming that a 1 8 is the largest possible number, we will have to minimise the a 1 to a 1 7 to maximise a 1 8 .
Clearly, a 1 8 is maximised when a 1 = 1 , a 2 = 2 ... and a 1 7 = 1 7 since all numbers are distinct.
∴ a 1 8 = 9 7 2 − 2 1 7 × 1 8 = 8 1 9