Reference: Problem Primer for the Olympiad by C. R. Pranesachar et al, Prism Books.
Amazon India link:
Problem 1:
The sixty four squares of a chess board are filled with positive integers one on each in such a way that each integer is the average of the integers on the neighbouring squares. (Two squares are neighbours if they share a common edge or vertex. Thus, a square can have 8, 5, or 3 neighbours depending on its position). Show that all the sixty four entries are in fact equal.
Solution 1:
Consider the smallest value among the 64 entries on the board. Since it is the average of the surrounding numbers, all those numbers must be equal to this number as it is the smallest. This gives some more with the smallest value. Continue in this way till all the squares are covered.
Problem 2:
Let T be the set of all triples of integers such that
. For each triple
in F, take the product abc. Add all these products corresponding to all triples in T. Prove that the sum is divisible by 7.
Solution 2:
For every triplet the triplet
is in T and these two are distinct as
. Pairing off
with
for each
. 7 divides
.
Problem 3:
In a class of 25 students, there are 17 cyclists, 13 swimmers, and 8 weight lifters and no one is all the three. In a certain mathematics examination, 6 students got grades D or E. If the cyclists, swimmers and weight lifters all got grade B or C, determine the number of students who got grade A. Also, find the number of cyclists who are swimmers.
Solution 3:
Let S denote the set of all 25 students in the class, X the set of swimmers in S, Y the set of all weight lifters and Z the set of all cyclists. Since students in all get grades B and C and six students get grades D or E, the number of students in
. Now assign one point to each of the 17 cyclists, 13 swimmers, and 8 weight lifters. Thus, a total of 38 points would be assigned among the students in
. Note that no student can have more than two points as no is all the three. Then, we should have
as otherwise 38 points cannot be accounted for. (For example, if there were only 18 students in
the maximum number of points that could be assigned to them is 36). Therefore,
and each student in
is in exactly 2 of the sets X, Y and Z. Hence, the number of students getting grade
, that is, no student gets A grade. Since there are
students who are not weight lifters all these 11 students must be both swimmers and cyclists. (Similarly, there are 2 who are both swimmers and weight lifters and 6 who are both cyclists and weight lifters).
More later,
Nalin Pithwa