In triangle $ABC,$ $M$ is the midpoint of $\overline{BC},$ $AB=12,$ and $AC=16.$ Points $E$ and $F$ are taken on $\overline{AC}$ and $\overline{AB},$ respectively, and $\overline{EF}$ and $\overline{AM}$ intersect at $G.$ If $AE=2AF,$ then what is $EG/GF?$
This seemingly-easy problem (at least for my standards) is driving me crazy. I tried an analytical approach:
WLOG, assume that $\triangle{ABC}$ is right. (There is no specific angle measures.) Fix the points on the cartesian plane such that $A = (0, 0), B = (0, 12), \text{ and } C = (0, 16).$ Then $M$ is at $(8, 6)$, and the equation of line $AM$ is $y=\frac{3}{4}x.$ Next, let $E = (4, 0) \text{ and } F = (0, 8).$ The equation of line $EF$ is $y=-2x+8.$ Therefore, we have the system of equations $$y=\frac{3}{4}x$$$$y=-2x+8$$
Solving gets $$x=\frac{32}{11} \text{ and } y=\frac{24}{11}.$$
Therefore, the ratio of $EG$ to $GF$ is just $\frac{\frac{32}{11}}{4-\frac{32}{11}} = \frac{8}{3}.$
However, my approach is incorrect. Can anyone point out any flaws and present a solution to the correct answer? I also tried using mass points to no avail.
TIA!
This is an application to the law of sines. In $\triangle ABC$: $$\frac{\sin\angle ABC}{AC}=\frac{\sin\angle ACB}{AB}$$ In $\triangle ABM$: $$\frac{\sin\angle BAM}{BM}=\frac{\sin\angle ABC}{AM}$$ In $\triangle CAM$: $$\frac{\sin\angle CAM}{CM}=\frac{\sin\angle ACB}{AM}$$
In $\triangle FAG$: $$\frac{\sin\angle BAM}{FG}=\frac{\sin\angle AGF}{AF}$$ In $\triangle EAG$: $$\frac{\sin\angle CAM}{GE}=\frac{\sin\angle AGE}{AE}$$
Since $\angle AGF+\angle AGE=180^\circ$, you have $$\sin\angle AGF=\sin\angle AGE$$
Putting everything together, and if I did not do any mistakes, I get $$\frac{AC}{AB}=\frac{\frac{FG}{AF}}{\frac{GE}{AE}}$$
As for your error, $AE=4$, $AF=8$, so you have $AE=AF/2\ne 2AF$