Triangle ABC has altitudes AD, BE, and CF. If AD=12, BE=16, and CF is a positive integer, then find the largest possible value of CF
Given a triangle ABC with altitudes AD=12, BE=16, and CF=h, where h is a positive integer, we are to find the largest possible value of CF.
We use the property that the product of the altitudes of a triangle is proportional to its area:
A=12×BC×AD=12×AC×BE=12×AB×CF
First, express the area A in terms of a, b, and c, the lengths of the sides opposite the respective altitudes:
A=12×a×12=12×b×16=12×c×h
Thus, we have:
a×12=b×16=c×h
Let K be the constant of proportionality. Then:
a×12=K(1)
b×16=K(2)
c×h=K(3)
From (1) and (2):
a×12=b×16
Solving for b:
b=34a
From (1) and (3):
c×h=a×12
Solving for c:
c=a×12h
For a, b, and c to form a valid triangle, the triangle inequality must be satisfied:
a+b>c,b+c>a,andc+a>b
Substituting b=34a and c=12ah:
a+34a>12ah
Simplifying:
7a4>12ah
Cancel out a (assuming a≠0):
74>12h
Solving for h:
h>12×47=487≈6.857
Since h must be an integer, the minimum possible value for h is 7. We test larger values:
Next, test if h=7,8,9,…:
### For h=7:
c=12a7
Checking triangle inequality with a+34a>12a7:
74>127(True)
Other inequalities are tested similarly and hold true:
34a+12a7>a⟹5528>1(True)
This checks out, hence we test for higher h.
### For h=8:
c=12a8=3a2
a+34a>3a2⟹74a>32a(True)
Thus higher h:
### For h=24:
The largest altitude CF satisfying all inequalities is 24.
Therefore, the largest possible value of CF is 24.