![]() |
Solutions for exercises "C" in May, 2002 |
In this page only the sketch of the solutions are published; in some cases only the final results. To achieve the maximum score in the competition more detailed solutions needed.
C. 675. Is there a square number in which the last two digits are both odd?
Solution. The number in question can only be the square of an odd number, of the form (2k+1)2=4k(k+1)+1, thus it leaves a remainder of 1 when divided by 4 (or even by 8). The last digit of an odd square number may be 1, 5 or 9, which now means that the remainder is 11, 15 or 19 when the number is divided by 20. Such numbers, however leave a remainder of 3 when divided by 4, and that contradicts to the observation above. Therefore, the last two digits of a square number cannot both be odd.
C. 676. The length of side AB of
the rectangle ABEF is 1 unit, and the length of side
BE is 3 units. The points C and D divide
side BE into three equal parts. Show that BAC+BAD∠+BAE
=180o.
Solution.
The figure shows that BAD'mangle=BADmangle and BACmangle=45o=EAA'mangle, thus BADmangle+BAEmangle+BACmangle=D'ABmangle+BAEmangle+EAA'=180o. (The problem can also be solved by using the addition formula of the tangent function.)
C. 677. Find the integers a and b, given that a4+(a+b)4+b4 is a square number.
Solution. A square number may leave a remainder of 0 or 1 when divided by 4. 0 if the number is even and 1 if it is odd. Thus there is at most one odd number among a, b, and a+b. That can only happen if a and b are both even: a=2a1, b=2b1. Hence if a4+(a+b)4+b4=16(a14+(a1+b1)4+b14) is a perfect square, then so is a14+(a1+b1)4+b14. That makes a1 and b1 also even, and so on. It follows that a and b are divisible by every power of 2, which is only possible if a=b=0; and that satisfies the requirement of the problem, too.
C. 678. In a triangle ABC,
AC=1, ABC∠=30o, BAC=60o, and D denotes the foot of
the altitude from vertex C. Find the distance between the
centres of the inscribed circles of the triangles ACD and
BCD.
Solution.
ABC
is a (special) right-angled triangle, BC=√3, AB=2.AC=2. The perimeter of the triangle ACD is kACD=12kABC=3+√32, and similarly, kBCD=√32kABC=3+3√32. The corresponding areas are tACD=14tABC=14⋅√32=√38, tBCD=34tABC=34⋅√32=3√38. Thus the radii of the incircles of the small triangles are KE=2⋅tACDkACD=√34/3+√32=√3−14, LF=2⋅tBCDkBCD=3√34/3+3√32=3−√34. Finally, ED=kACD2−AC=3+√34−1=√3−14, DF=kBCD2−BC=3+3√34−√3=3−√34, thus it follows from the Pythagorean theorem that KL=√EF2+(LF−KE)2=√14+(2−√3)24=2−√3≈0.52.
C. 679. Given three spheres that pairwise touch each other and also touch the plane S, determine the radius of the sphere that has its centre on the plane S, and that touches all the three spheres.
Solution.
The centres of the three unit spheres form an equilateral triangle of side length 2 in a plane parallel to the plane S at a distance of 1. The distance of the centre K of the sphere of radius r in question from all three vertices of the triangle is rpm1, depending on whether it touches the spheres on the outside or on the inside. Let C denote one of the three centres, and let C' be its orthogonal projection onto the plane S. It follows from the Pythagorean theorem applied to the right triangle KC'C that KC′=√KC2−C′C2=√(r±1)2−1=√r2±2r. On the other hand, the length of KC' is equal to the distance 2√3 of the centre of the equilateral triangle of 2-unit side from the vertices. Hence r2±2r=43, thus r=√21±33. So far, we have been assuming that the sphere in question either touches all the unit spheres on the outside or it touches all of them on the inside. There is no "mixed" configuration, because if the sphere of radius r of centre K touched the sphere of centreG1 on the outside and the sphere of centre G2 on the inside, then KG1=r+1, KG2=r-1 would imply that G1G2=2=(r+1)-(r-1)=KG1-KG2, that is, the triangle G1G2K would be degenerate, which means that K would lie on the line G1G2. That line, however, is parallel to the plane S, and thus has no common point with it.