Skip to main contentSkip to solution

The average of a non-decreasing sequence of NN numbers a1,a2,…,aNa_{1}, a_{2}, \ldots, a_{N} is 300300. If a1a_{1} is replaced by 6a16 a_{1}, the new average becomes 400400. Then, the number of possible values of a1a_{1} is

Entered answer:

Solution

✅ Correct Answer: 14

We need to find how many different values a1a_1 can take given the constraints about averages and the non-decreasing sequence.


Let us translate the given information into equations.

Original sequence: The average of a1,a2,…,aNa_1, a_2, \ldots, a_N is 300

a1+a2+a3+…+aN=300Na_1 + a_2 + a_3 + \ldots + a_N = 300N

Modified sequence: When a1a_1 is replaced by 6a16a_1, the new average becomes 400

6a1+a2+a3+…+aN=400N6a_1 + a_2 + a_3 + \ldots + a_N = 400N


We'll find the relationship between a1a_1 and NN by subtracting the first equation from the second:

(6a1+a2+a3+…+aN)−(a1+a2+a3+…+aN)=400N−300N(6a_1 + a_2 + a_3 + \ldots + a_N) - (a_1 + a_2 + a_3 + \ldots + a_N) = 400N - 300N

5a1=100N5a_1 = 100N

a1=20Na_1 = 20N

This tells us that a1a_1 must be a multiple of 20, specifically a1=20Na_1 = 20N where NN is the number of terms.


Since the sequence is non-decreasing, we have a1≤a2≤a3≤…≤aNa_1 \leq a_2 \leq a_3 \leq \ldots \leq a_N.

Let us check different values of NN:

For N = 1:

a1=20(1)=20a_1 = 20(1) = 20

But then the average would be 20, not 300 as required

Not possible

For N = 2:

a1=20(2)=40a_1 = 20(2) = 40

From the original sum: 40+a2=60040 + a_2 = 600, so a2=560a_2 = 560

Since 40≤56040 \leq 560, the non-decreasing condition is satisfied

Possible

For N = 3:

a1=20(3)=60a_1 = 20(3) = 60

From the original sum: 60+a2+a3=90060 + a_2 + a_3 = 900, so a2+a3=840a_2 + a_3 = 840

Since a2≥60a_2 \geq 60 and a3≥a2a_3 \geq a_2, this is achievable

Possible


The key insight is that since all terms are at least a1a_1, the minimum possible sum is:

Sum≥a1+a1+…+a1=Na1=N(20N)=20N2\text{Sum} \geq a_1 + a_1 + \ldots + a_1 = Na_1 = N(20N) = 20N^2

But we also need the sum to equal 300N300N. Therefore:

20N2≤300N20N^2 \leq 300N

20N≤30020N \leq 300

N≤15N \leq 15

For N = 15:

a1=20(15)=300a_1 = 20(15) = 300

Since the average is 300 and all terms are at least 300 (non-decreasing), all terms must equal 300

Possible

For N = 16:

a1=20(16)=320a_1 = 20(16) = 320

Since all terms are at least 320, the average would be at least 320 > 300

Not possible


The valid values of NN are: 2,3,4,5,…,152, 3, 4, 5, \ldots, 15

This gives us possible values of a1a_1 as: 40,60,80,100,…,30040, 60, 80, 100, \ldots, 300

Counting these values: from N=2N = 2 to N=15N = 15 inclusive, we have 15−2+1=1415 - 2 + 1 = 14 possible values.

Answer: 14

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question