CAT 2022 Slot 2 — QA Question 10
Change in AverageEasy
The average of a non-decreasing sequence of N number a1, a2, ..., aN is 300. If a1 is replaced by 6a1, the new average becomes 400. Then, the number of possible values of a1 is
Answer & solution
Answer: 14
Solution
Easy
Subtract the two "sum = average count" equations to isolate in terms of . Then use the fact that the list is non-decreasing (so is the smallest term, hence average) plus a quick sanity check at the small end to count the valid .
1
Two total-sum equations (average ):
2
Subtract from :
3
Bound . Since the sequence is non-decreasing, is the smallest term, so it cannot exceed the average :
4
Drop . If there is a single number and its average is itself, which cannot be both and . So ranges over :
Number of possible values of .