Suppose the altitudes of a triangle are all integers whose sum does not exceed 20 and its in-radius is also an integer. Find all possible values for the area of the triangle.
Solution
We begin with the standard expression: r1=ha1+hb1+hc1, where r is the inradius and ha,hb,hc are the altitudes of the given triangle, in standard notation.
The arithmetic mean - harmonic mean inequality gives r1≥ha+hb+hc9≥209. Thus r≤20/9. It follows that r=1 or 2.
Case 1. Suppose r=1. We may assume that ha≤hb≤hc. This implies that c≤b≤a. Using a<b+c, we must have ha1<hb1+hc1. Thus 3ha≤ha+hb+hc≤20 and we get ha≤6. We may easily rule out ha=1. If ha=2, then we see that 1/ha=1/hb+1/hc, which is impossible. If ha=3, then we get hb1+hc1=1−31=32. This leads to (2hb−3)(2hc−3)=9. This gives (hb,hc)=(2,6) or (3,3). The first pair is not possible, since hb≥ha=3. In the second case we have (ha,hb,hc)=(3,3,3). A similar analysis shows that there are no possible triples in the cases ha=4,5,6.
Case 2. Suppose r=2. We see that 3≤ha≤6, in this case. Again a case by case analysis shows that there are no possible triangles when ha=3 or 4. If ha=5, we have one possibility: (ha,hb,hc)=(5,5,10). If ha=6, we have the triple (6,6,6).
In the cases (ha,hb,hc)=(3,3,3) and (6,6,6), we have equilateral triangles. It is easy to get area in terms of the altitude: Δ=h2/3. Thus we get areas equal to 33 and 123. In the other case (ha,hb,hc)=(5,5,10), we see that a=b=2c. Heron's formula can be used to compute Δ. We get Δ=100/15.
Thus the possible values for Δ are 33, 123 and 100/15.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.