Solution:
There are 34 students in the school.
Let the students be numbered 1, 2, 3, ... N
and their respective areas that they cleaned A
1, A
2, A
3, ... A
N
Then we know that A
1 = 595 A
N.
We also know that for any particular student k, the area cleaned by that student must be 3 times the average of the areas cleaned by the students following him, or
A
k = 3 ( (A
k+1 + A
k+2 + ... + A
N ) / (N - k) )
Let A
N = 1 and determine the pattern for the succeeding areas:
A
N - 1 = 3 because it is equal to 3 times the average of A
N, or 3 times 1 = 3.
A
N - 2 = 6 because it is equal to 3 times the average of A
N-1 and A
N, or 3 times ((3 + 1) / 2) = 3 x 2 = 6.
A
N - 3 = 10 because it is equal to 3 times the average of A
N-2 and A
N-1 and A
N, or 3 times ((6 + 3 + 1) / 3) = 3 x 5 = 10.
Here is the pattern: 1, 3, 6, 10, 15, 21, 28, coming from the last student back to the first.
The pattern for the areas cleaned by the students must be triangular numbers or multiples of them:
1, 3, 6, 10, 15, 21, ... 496, 528, 561, 595, ...
595 is the 34th triangular number, so one possible value of N is 34 and one posible value of A
1 = 595 where A
34 = 1.
It is not possible to determine the actual areas cleaned by the students. Here are some values that work for
A
1, A
2, A
3, ... A
32, A
33, A
34
595, 561, 528, ... 15, 10, 6, 3, 1
But all multiples of the above also work:
1190, 1122, ... 20, 12, 6, 2
Since we showed that the pattern for the areas is the sequence of triangular numbers, we can use the formula which generates the triangular numbers and set it equal to 595:
(N (N+1)) / 2 = 595
Then N
2 + N = 2 (595)
N
2 + N - 1190 = 0
(N +35) (N - 34) = 0
So, N = 34.