2017 COMC C3
Source:
October 12, 2018
Comc2017 COMC
Problem Statement
Source: 2017 Canadian Open Math Challenge, Problem C3
—--
Let be an acute-angled triangle. Let be the side-length of the square which has two adjacent vertices on side , one vertex on side and one vertex on side . Let be the distance from to the side and let be the distance from to .[asy]
pair S, D;
D = 1.27;
S = 2.55;
draw((2, 4)--(0, 0)--(7, 0)--cycle);
draw((1.27,0)--(1.27+2.55,0)--(1.27+2.55,2.55)--(1.27,2.55)--cycle);
label("",(2,4),N);
label("",(0,0),W);
label("",(7,0),E);
[/asy](a) If the vertices have coordinates , and , find , and .
(b) Given the height and , find the base .
(c) If the area of the square is , determine the minimum area of triangle .