Let P be an interior point of triangle ABC and extend lines from the vertices through P to the opposite sides. Let a, b, c, and d denote the lengths of the segments indicated in the figure. Find the product abc if a+b+c=43 and d=3.
解析
Solution 1 (Ceva's Theorem sum form)
Call the cevians AD, BE, and CF. Using area ratios (△PBC and △ABC have the same base), we have:
a+dd=[ABC][PBC]
Similarily, b+dd=[ABC][PCA] and c+dd=[ABC][PAB].
Let A,B,C be the weights of the respective vertices. We see that the weights of the feet of the cevians are A+B,B+C,C+A. By mass points, we have that:
3a=AB+C3b=BC+A3c=CA+B
If we add the equations together, we get 3a+b+c=ABCA2B+A2C+B2A+B2C+C2A+C2B=343
If we multiply them together, we get 27abc=ABCA2B+A2C+B2A+B2C+C2A+C2B+2ABC=349⟹abc=441
Solution 3
You can use mass points to derive a+dd+b+dd+c+dd=1. Plugging it in yields a+33+b+33+c+33=1. We proceed as we did in Solution 1 - however, to make the equation look less messy, we do the substitution a′=a+3,b′=b+3,c′=c+3.
Then we have a′3+b′3+c′3=1. Clearing fractions gives us a′b′c′=3a′b′+3b′c′+3c′a′→a′b′c′−3a′b′−3b′c′−3c′a′=0. Factoring yields (a′−3)(b′−3)(c′−3)=9(a′+b′+c′)−27, and the left hand side looks suspiciously like what we want to find. (It is.)
Substituting yields our answer as 9⋅52−27=441.
Solution 4 (Ceva Identity)
A cool identity derived from Ceva's Theorem is that:
PA′APPB′BPPC′CP=2+PA′AP+PB′BP+PC′CP
To see this, we use another Ceva's Theorem identity (sometimes attributed to Gergonne): PA′AP=C′BAC′+B′CAB′, and similarly for cevians BB′ and CC′. And then:
dadbdc=2+da+db+dc⟹abc=d3(2+da+b+c)=33(2+343)=441
This problem is quite similar to the 1992 AIME problem 14, which also featured concurrent cevians and is trivialized by the identity used in this solution. For reference, below is a link. https://artofproblemsolving.com/wiki/index.php/1992_AIME_Problems/Problem_14