Question
Question: The coordinates of the feet of the perpendicular from the vertices of a triangle ABC on the opposite...
The coordinates of the feet of the perpendicular from the vertices of a triangle ABC on the opposite sides are D (20, 25), E (8, 16), F (8,9) Then the sum of x-coordinates of all vertices of the triangle is

70
Solution
Let the vertices of the triangle be A, B, C. Let the feet of the perpendiculars (altitudes) from A, B, C to the opposite sides BC, CA, AB be D, E, F respectively. We are given the coordinates of the feet of the altitudes:
D = (20, 25) E = (8, 16) F = (8, 9)
A key property in geometry states that the vertices of the original triangle ABC are the excenters of the pedal triangle DEF. Specifically:
- Vertex A is the excenter of △DEF opposite to vertex D.
- Vertex B is the excenter of △DEF opposite to vertex E.
- Vertex C is the excenter of △DEF opposite to vertex F.
Let the coordinates of the vertices of the pedal triangle be D(xD,yD), E(xE,yE), F(xF,yF). Let the side lengths of the pedal triangle be d=EF, e=DF, f=DE.
First, calculate the side lengths of the pedal triangle DEF using the distance formula: d=EF=(xE−xF)2+(yE−yF)2=(8−8)2+(16−9)2=02+72=7 e=DF=(xD−xF)2+(yD−yF)2=(20−8)2+(25−9)2=122+162=144+256=400=20 f=DE=(xD−xE)2+(yD−yE)2=(20−8)2+(25−16)2=122+92=144+81=225=15
The coordinates of the excenter opposite to a vertex (say D) are given by the formula: A=(xA,yA)=(−d+e+f−dxD+exE+fxF,−d+e+f−dyD+eyE+fyF) B=(xB,yB)=(d−e+fdxD−exE+fxF,d−e+fdyD−eyE+fyF) C=(xC,yC)=(d+e−fdxD+exE−fxF,d+e−fdyD+eyE−fyF)
We need to find the sum of the x-coordinates of all vertices of the triangle ABC, i.e., xA+xB+xC.
Calculate the denominators for the x-coordinates: For xA: −d+e+f=−7+20+15=28 For xB: d−e+f=7−20+15=2 For xC: d+e−f=7+20−15=12
Now, calculate the x-coordinates of A, B, and C: xA=28−7(20)+20(8)+15(8)=28−140+160+120=28140=5 xB=27(20)−20(8)+15(8)=2140−160+120=2100=50 xC=127(20)+20(8)−15(8)=12140+160−120=12180=15
Finally, sum the x-coordinates: Sum of x-coordinates = xA+xB+xC=5+50+15=70.