Given a triangle, let be the number of lines that go through a vertex and intersect its opposite side. Then it's possible for the lines to evenly divide both the interior angle at the vertex and the opposite side. (If this means that it is possible for the two lines to trisect both the angle and opposite side.)
Which of the following is the most precise statement about the range of
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Clearly the statement is satisfied with n = 0 (as there are no additional lines), and when n = 1 the line is the median of an isosceles triangle (because the median of an isosceles triangle is also the angle bisector of the angle it intersects), so we want to know if it is possible for n ≥ 2 .
We can prove that it is impossible for n ≥ 2 with a clever proof by contradiction. Lets start with when n = 3 . We are essentially wondering if it is possible for two lines to trisect the angle of a triangle and trisect the opposite side.
Let's assume ∠ A C M ≅ ∠ M C N ≅ ∠ N C B and A M ≅ M N ≅ N B . Because of the segment congruency, C M is the median of △ A C N and C N is the median of △ M C B . Because the median of the triangles are also the angle bisectors of the top vertex, △ A C N and △ M C B are both isosceles. Since the triangles are isosceles, C M ⊥ A N and C N ⊥ M B (the median of an isosceles triangle is always perpendicular to the base). We can now clearly see the problem, because since C M and C N are both perpendicular to the same line, C M ∥ C N , so the lines will never meet at point C !
We will run into this same contradiction whenever we try to draw these lines on a triangle. The two segments next to where any of these lines intersects the base are congruent, so all the lines are medians of some isosceles triangle. Therefore the lines are all perpendicular to the base, and they will never intersect. You can only draw 0 or 1 line to evenly divide both the vertex and opposite segment of a triangle.