Y by Adventure10
The lines
and
intersect in
within a triangle
.
It is given that
and
. Determine the ratio
.
![[asy]
unitsize (1 cm);
pair A, B, C, D, E, F, S;
A = (0,0);
B = (5,0);
C = (1,4);
S = (14*A + 15*B + 6*C)/35;
D = extension(A,S,B,C);
E = extension(B,S,C,A);
F = extension(C,S,A,B);
draw(A--B--C--cycle);
draw(A--D);
draw(B--E);
draw(C--F);
dot("$A$", A, SW);
dot("$B$", B, SE);
dot("$C$", C, N);
dot("$D$", D, NE);
dot("$E$", E, W);
dot("$F$", F, dir(270));
dot("$S$", S, NE);
[/asy]](//latex.artofproblemsolving.com/5/e/d/5edfdaf09814ac61c68ef134435b7cf6d35e8528.png)




It is given that



![[asy]
unitsize (1 cm);
pair A, B, C, D, E, F, S;
A = (0,0);
B = (5,0);
C = (1,4);
S = (14*A + 15*B + 6*C)/35;
D = extension(A,S,B,C);
E = extension(B,S,C,A);
F = extension(C,S,A,B);
draw(A--B--C--cycle);
draw(A--D);
draw(B--E);
draw(C--F);
dot("$A$", A, SW);
dot("$B$", B, SE);
dot("$C$", C, N);
dot("$D$", D, NE);
dot("$E$", E, W);
dot("$F$", F, dir(270));
dot("$S$", S, NE);
[/asy]](http://latex.artofproblemsolving.com/5/e/d/5edfdaf09814ac61c68ef134435b7cf6d35e8528.png)
This post has been edited 2 times. Last edited by nsato, Feb 15, 2023, 12:01 AM
Stay ahead of learning milestones! Enroll in a class over the summer!
Something appears to not have loaded correctly.