You are given a triangle and a segment on a plane. The segment is longer than any of the triangle's sides. How can you translate and/or rotate the triangle or the segment such that the resulting convex hull has minimal area and the segment doesn't cut the triangle?
The segment has to be tangent to the triangle otherwise moving it towards the triangle until it collides with it will reduce the area of the convex hull.
I thought it would be pretty simple to prove that the segment would have to overlap one of the triangle's sides but failed so far. Could you help me to prove or disprove this?

