TRIANGLES
Triangle inequality, special right triangles, the Pythagorean theorem and triples, area formulas, and medians/altitudes.
Overview
Triangles are the most fundamental polygon, and they appear in nearly every AMC 10 geometry problem — either directly or hiding inside a more complex figure. Mastering the core toolkit here lets you attack circles, quadrilaterals, and 3-D solids because every polygon can be cut into triangles.
The AMC especially loves the interplay between area, similarity, and the Pythagorean theorem. A single triangle can have its area computed three different ways, and whichever computation is easiest to set up is usually the one that unlocks the problem. Getting comfortable switching between those representations is the most important habit to build here.
Similarity is the other great workhorse. When two triangles share angles, their sides are proportional — and that proportionality turns hard length problems into clean ratio problems. Look for parallel lines, shared angles, and angle bisectors as triggers for similarity or the angle bisector theorem.
Key facts
- Angle sum: The interior angles of any triangle sum to .
- Triangle inequality: For sides , , : each side is strictly less than the sum of the other two. Equivalently, . Use when counting possible integer side lengths.
- Pythagorean theorem: For a right triangle with legs , and hypotenuse : .
- Common Pythagorean triples: , , , and all multiples. Recognizing these saves enormous computation.
- 45–45–90 triangle: Side ratios . Leg . Appears whenever a square's diagonal is drawn.
- 30–60–90 triangle: Side ratios (opposite , , respectively). Appears whenever an equilateral triangle is bisected.
- Area formulas:
- Base-height:
- Two sides and included angle:
- Heron's formula: where
- Altitude from the right angle: In a right triangle with legs , and hypotenuse , the altitude to the hypotenuse has length . Derive it by computing area two ways: .
- Median length formula: The length of the median from vertex to the midpoint of side is where and . In a right triangle the median to the hypotenuse equals half the hypotenuse.
- Similar triangles: Two triangles are similar when their angles match. Corresponding sides are proportional; corresponding areas are proportional to the square of the scale factor.
Worked example 1
A right triangle has legs of length and . Find the length of the altitude from the right angle to the hypotenuse.
Step 1 — find the hypotenuse. .
Step 2 — use area two ways. Using the legs: Area . Using the hypotenuse and altitude : Area .
Step 3 — solve. .
Why does this work? The two area expressions describe the same triangle, so they must be equal. This "area two ways" trick appears constantly on AMC problems.
Worked example 2
Triangle has , , . Find its area.
Use Heron's formula. The semi-perimeter is .
Sanity check: A base with height roughly would give area roughly , and . That's consistent with a triangle that is slightly taller than the -base estimate.
Common traps
- Forgetting the strict inequality. The triangle inequality says , not . A "triangle" with sides is degenerate (collinear) and does not count.
- Mixing up 30-60-90 ratios. The side opposite is the shortest side (ratio ), not the one adjacent to the angle. Draw and label a sample triangle if unsure.
- Area scale vs. length scale. If two similar triangles have a length scale factor of , their areas differ by a factor of . Applying directly to areas is a very common error.
- Median ≠ altitude ≠ angle bisector. These three cevians coincide only in equilateral triangles. In a general triangle they are distinct segments with different lengths and different endpoints.
- Ignoring the Pythagorean triple shortcut. Reaching for the quadratic formula on before checking whether the numbers are a scaled or wastes time and introduces arithmetic errors.