All lessons / Geometry & Measurement

Geometry & Measurement — Draw the picture. Then look for symmetry.

11 chapters Practice problems →
About this topic

Geometry on the AMC 8 is mostly about area, perimeter, angles, and 3D shapes. None of the formulas are hard. What's hard is reading the picture, deciding where to cut or where to apply symmetry, and not getting lost in extra information.

The single biggest mistake on geometry problems is not drawing your own picture. Even when the problem prints a diagram, redraw it on your scratch paper. Add labels for what you know. Write any lengths or angles you've computed onto the diagram. That picture becomes your record of progress.

The second biggest mistake is forgetting to use symmetry. If a figure has a center, a fold axis, or rotational symmetry, you can find one piece and multiply or mirror — saving a lot of work.

This lesson teaches the 10 most useful geometry ideas. The first three are about flat shapes (areas, decomposition, frames). The next three are about triangles and circles. The last four are 3D, angles, coordinates, and folding.

CHAPTER 1

Area and perimeter — the basics that never stop being useful

THEORY

Two fundamental quantities of a 2D shape:

  • Perimeter = the total length of the boundary. Walk around the shape; add up the steps.
  • Area = how much surface is enclosed. Counted in square units.

FORMULAS TO MEMORIZE COLD

  • Rectangle: A = L · W. P = 2(L + W). Example: a 5×3 rectangle has area 15 and perimeter 16.
  • Square: A = s². P = 4s. Example: side 7 → area 49, perimeter 28.
  • Triangle: A = ½ · base · height. The height is perpendicular to the base, not slanted.
  • Circle: A = π r². Circumference = 2π r = π d.
  • Parallelogram: A = base · height (height ⊥ base).
  • Trapezoid: A = ½ · (sum of the two parallel sides) · height.

One huge trap. The height in the triangle, parallelogram, and trapezoid formulas is always the perpendicular distance from the base to the opposite vertex (or opposite side). Using a slanted side instead of the perpendicular is one of the most common AMC mistakes.

height (⊥)baseNOT the slanted side
THE TRICK

For composite figures made of right angles (L-shapes, T-shapes, step shapes), the perimeter equals the perimeter of the bounding rectangle. Each inward step trades a piece of horizontal for an equal piece of inward horizontal, and similarly for vertical — net change zero.

slideslidebounding rectangle (dashed)L-shape (solid)
The inward horizontal and vertical steps exactly cancel pieces of the bounding rectangle's edges, so the perimeters are equal.

Every quadrilateral has a one-line area formula

squarerectangleb·hparallelogramb·hrhombus½·d₁·d₂trapezoid½(b₁+b₂)·h

The rhombus is the trap. Its sides won't give you the area — its two diagonals (which cross at right angles) will: area = ½·d₁·d₂.

WORKED EXAMPLE
PROBLEM · 2018 #9

Tyler is tiling the floor of his 12 foot by 16 foot living room. He plans to place one-foot by one-foot square tiles to form a border along the edges of the room and to fill in the rest of the floor with two-foot by two-foot square tiles. How many tiles will he use?

A) 48 B) 87 C) 91 D) 96 E) 120

Tyler's 12 ft × 16 ft living room gets a one-foot border of 1×1 tiles, and the interior is filled with 2×2 tiles. How many tiles total? Count the two regions separately:

Border (1×1 tiles). Walk around the rectangle. Total = 2(12 + 16) − 4 = 56 − 4 = 52 tiles. (The −4 is because the four corners would otherwise be counted twice.)

Interior (2×2 tiles). Stripping one foot off each side leaves a 10 ft × 14 ft inner rectangle, of area 140 sq ft. Each 2×2 tile covers 4 sq ft, so we need 140 / 4 = 35 tiles.

Total = 52 + 35 = 87 tiles (choice B).

The trap is stopping after counting the border (52) — that's only one of the two tile sizes. The problem mentions two tile sizes for a reason. Always re-read the question after step 1 to make sure you finished it.

Answer: B — 87 tiles.
RULE OF THUMB

For axis-aligned step shapes (L, T, etc.), perimeter = bounding rectangle perimeter. Area is the bounding rectangle minus the notch. Always check: are you computing area or perimeter?

MORE LIKE THIS
2015 · #8 What is the smallest whole number larger than the perimeter of any triangle with a side of length 5 and a side of length 19?

What is the smallest whole number larger than the perimeter of any triangle with a side of length 5 and a side of length 19?

Show answer
Answer: D — 48.
Show hint
Hint 1
Triangle inequality: third side s < 5 + 19 = 24 (strict). So perimeter < 5 + 19 + 24 = 48.
Show solution
Approach: triangle inequality bounds the third side
  1. Triangle inequality: third side s < 5 + 19 = 24 (and s > 19 − 5 = 14).
  2. Perimeter P = 5 + 19 + s < 48 (strict). So 48 is the smallest whole number larger than every such perimeter.
2024 · #6 (figure problem)
amc8-2024-06
Show answer
Answer: D — R, P, S, Q.
Show hints
Hint 1 of 2
Use the plain oval P as a baseline. Which paths cut corners (shorter) and which add diagonals (longer)?
Still stuck? Show hint 2 →
Hint 2 of 2
R uses straight shortcuts across the rounded ends — shorter than P. S and Q swap edges for diagonals; a diagonal is a hypotenuse, always longer than the legs it replaces.
Show solution
Approach: compare each path to the plain oval boundary
  1. R cuts the rounded ends with straight chords, so R is strictly shorter than P. Shortest.
  2. S adds one diagonal X inside the oval — the diagonal is a hypotenuse, longer than the legs P would take. So S > P.
  3. Q adds two diagonals, longer still: Q > S.
  4. Order: R, P, S, Q — choice D.
2026 · #3 Haruki has a piece of wire that is 24 centimeters long. He wants to bend it to form each of the following shapes, one at a time.A...

Haruki has a piece of wire that is 24 centimeters long. He wants to bend it to form each of the following shapes, one at a time.

  • A regular hexagon with side length 5 cm.
  • A square of area 36 cm2.
  • A right triangle whose legs are 6 and 8 cm long.

Which of the shapes can Haruki make?

Show answer
Answer: D — Square and triangle only.
Show hints
Hint 1 of 2
The wire is 24 cm and won't stretch. For each shape, just ask: would its perimeter be exactly 24?
Still stuck? Show hint 2 →
Hint 2 of 2
The wire can't stretch, so a shape works only if its perimeter is exactly 24 cm. Find each perimeter.
Show solution
  1. Hexagon: perimeter = 6 × 5 = 30 cm. Longer than 24 — not possible.
  2. Square of area 36: side = √36 = 6, so perimeter = 4 × 6 = 24 cm. Possible. ✓
  3. Right triangle with legs 6 and 8: hypotenuse = √(62+82) = √100 = 10, so perimeter = 6 + 8 + 10 = 24 cm. Possible. ✓
  4. Only the square and the triangle can be made.
2015 · #1 How many square yards of carpet are required to cover a rectangular floor that is 12 feet long and 9 feet wide? (There are 3 feet in a yard.)

How many square yards of carpet are required to cover a rectangular floor that is 12 feet long and 9 feet wide? (There are 3 feet in a yard.)

Show answer
Answer: A — 12 square yards.
Show hint
Hint 1
Convert each side to yards FIRST (divide by 3), then multiply.
Show solution
Approach: convert sides to yards, then multiply
  1. 12 ft / 3 = 4 yd. 9 ft / 3 = 3 yd.
  2. Area = 4 × 3 = 12 square yards.
2019 · #2 (figure problem)
amc8-2019-02
Show answer
Answer: E — 150 square feet.
Show hints
Hint 1 of 2
Figure out the size of one small rectangle first — the picture forces a specific shape.
Still stuck? Show hint 2 →
Hint 2 of 2
Two short sides stacked on the left equal one long side on the right: so long = 2 × 5 = 10.
Show solution
Approach: match the heights
  1. Each small rectangle has short side 5. From the picture, two stacked horizontals on the left have the same height as the vertical rectangle on the right — so the long side is 2 × 5 = 10.
  2. ABCD has width 10 + 5 = 15 and height 10, so its area is 15 × 10 = 150 square feet.
1990 · #15 (figure problem)
ajhsme-1990-15
Show answer
Answer: E — 50 cm.
Show hints
Hint 1 of 2
Four equal squares with area 100 means each square has area 25 and side 5.
Still stuck? Show hint 2 →
Hint 2 of 2
Count the outside edges of the S-shaped figure — there are 10.
Show solution
Approach: find the side, then count outer edges
  1. Each of the four squares has area 25, so side 5. The offset (S-shaped) figure has 10 unit-side edges on its boundary.
  2. Perimeter = 10 × 5 = 50 cm.
CHAPTER 2

Area decomposition — cut into pieces you can measure

THEORY

When a region is too irregular for a single formula, cut it into pieces you DO know formulas for — rectangles, triangles, half-circles. Compute each piece, then ADD.

Often there’s more than ONE good cut. Both methods give the same answer:

Two ways to find an L-shape’s area — both give 36Method 1: BIG − NOTCHnotch4 × 3 = 12L-shapefull width: 8full height: 68 × 6 − 4 × 3= 48 − 12 = 36Method 2: CUT INTO 2 RECTANGLEStop4 × 3 = 12bottom8 × 3 = 24← cut herefull width: 8top + bottom= 12 + 24 = 36

HOW TO CHOOSE WHERE TO CUT

  • Grid lines if the figure is on a grid — cuts make whole rectangles.
  • Perpendiculars from a vertex to a side — cuts make right triangles.
  • Diagonals — cuts a parallelogram or trapezoid in two equal triangles.
  • Big-minus-notch when the leftover is small and obvious.

A triangle inside a rectangle — cut differently

A pentagon with vertices (0,0), (4,0), (5,3), (2,5), (0,3). Cut into a rectangle and two triangles:

  • Bottom rectangle: width 4, height 3 → area 12.
  • Bottom-right triangle: base 1, height 3 → ½ · 1 · 3 = 1.5.
  • Top triangle: base 5, height 2 → ½ · 5 · 2 = 5.

Total: 12 + 1.5 + 5 = 18.5 square units.

For coordinate polygons, the Shoelace formula (chapter 9) skips the decomposition entirely. But decomposition is the more intuitive method when the figure has obvious right angles.
THE TRICK

For polygons with mostly right angles, slice along the right angles to make rectangles. For polygons with one or two slanted sides, drop perpendiculars to make right triangles.

If the figure is on a grid and the cutting feels messy, switch to Shoelace (chapter 9).

WORKED EXAMPLE
PROBLEM · 1985 #4

Polygon ABCDEF. Looking at the picture, the figure is an L-shape: the bounding rectangle is 6 wide × 9 tall = 54 square units. A small rectangular notch is cut out of the bottom-left.

The notch's dimensions are inferred from the labels: the bottom of the polygon goes 4 right after going down. So the notch is (6 − 4) wide = 2, and (9 − 5) tall = 4.

Notch area: 2 × 4 = 8. So polygon area = 54 − 8 = 46.

The labeled sides give you the bounding rectangle (5+4 = 9 on the right side, 6 on top) and the inward step (4 across the bottom). Read the figure carefully to identify what's the bounding box and what's the notch.

Answer: C — 46.
RULE OF THUMB

Cut, compute, add. For 'irregular' polygons inscribed in a rectangle, sometimes 'big minus notch' is faster than adding up pieces.

MORE LIKE THIS
2018 · #4 (figure problem)
amc8-2018-04
Show answer
Answer: C — 13 sq cm.
Show hints
Hint 1 of 2
Split the shape into a central square plus four triangular bumps. Each bump is a right triangle on the grid.
Still stuck? Show hint 2 →
Hint 2 of 2
Center 3 × 3 = 9. Each bump triangle: base 2, height 1 ⇒ area 1. Four of them = 4.
Show solution
Approach: split into a square + 4 triangles
  1. The figure breaks into a 3 × 3 central square plus 4 identical right triangles on the outside.
  2. Square area: 9. Each triangle: (1/2)(2)(1) = 1; four of them: 4.
  3. Total: 9 + 4 = 13 cm2.
2008 · #4 In the figure, the outer equilateral triangle has area 16, the inner equilateral triangle has area 1, and the three trapezoids are...
amc8-2008-04
Show answer
Answer: C — 5.
Show hint
Hint 1
Trapezoids share 16 − 1 = 15 of area; they're congruent.
Show solution
Approach: subtract, divide by 3
  1. Trapezoid combined area: 16 − 1 = 15.
  2. Each: 15 / 3 = 5.
2024 · #3 Four squares of side lengths 4, 7, 9, and 10 units are arranged in increasing size order so that their left edges and bottom edges...

Four squares of side lengths 4, 7, 9, and 10 units are arranged in increasing size order so that their left edges and bottom edges align. The squares alternate in the color pattern white-gray-white-gray, respectively, as shown in the figure. What is the area of the visible gray region, in square units?

91074
Sides 4, 7, 9, 10 share a bottom-left corner; smaller squares lie on top.
Show answer
Answer: E — 52 square units.
Show hints
Hint 1 of 2
Each gray square is only partly visible. What shape is the gray you can actually see?
Still stuck? Show hint 2 →
Hint 2 of 2
Each smaller square sits on top, so every gray square shows just a frame: its area minus the square covering it. And a2 − b2 = (a+b)(a−b) makes that instant.
Show solution
  1. Smaller squares sit on top, so each gray square shows a frame = (its area) − (the square on top of it).
  2. Gray 10 under white 9: 102 − 92 = (10+9)(10−9) = 19.
  3. Gray 7 under white 4: 72 − 42 = (7+4)(7−4) = 33.
  4. Add the two frames: 19 + 33 = 52.
Another way — alternating add and subtract (MAA):
  1. The visible gray is the 10-square minus the 9-square plus the 7-square minus the 4-square: 100 − 81 + 49 − 16.
  2. = 52.
2000 · #6 (figure problem)
amc8-2000-06
Show answer
Answer: A — 7.
Show hints
Hint 1 of 2
The shaded L is the big square minus the white pieces inside it.
Still stuck? Show hint 2 →
Hint 2 of 2
The big square is 5×5; the white pieces are two unit squares and a 4×4 square.
Show solution
Approach: big square minus the white pieces
  1. The outer square has side 5 (area 25); the white regions are two 1×1 squares and one 4×4 square.
  2. Shaded L = 25 − 1 − 1 − 16 = 7.
2019 · #2 (figure problem)
amc8-2019-02
Show answer
Answer: E — 150 square feet.
Show hints
Hint 1 of 2
Figure out the size of one small rectangle first — the picture forces a specific shape.
Still stuck? Show hint 2 →
Hint 2 of 2
Two short sides stacked on the left equal one long side on the right: so long = 2 × 5 = 10.
Show solution
Approach: match the heights
  1. Each small rectangle has short side 5. From the picture, two stacked horizontals on the left have the same height as the vertical rectangle on the right — so the long side is 2 × 5 = 10.
  2. ABCD has width 10 + 5 = 15 and height 10, so its area is 15 × 10 = 150 square feet.
2025 · #10 (figure problem)
amc8-2025-10
Show answer
Answer: D — 23.75 square inches.
Show hints
Hint 1 of 2
When two shapes overlap, adding their areas counts the overlap twice. What's the shape of that overlap?
Still stuck? Show hint 2 →
Hint 2 of 2
Inclusion–exclusion: (area of one) + (area of the other) − (area of overlap). The overlap is a square of side 2.5.
Show solution
Approach: inclusion–exclusion
  1. Each rectangle has area 5 × 3 = 15.
  2. Rotated 90° about the midpoint of DC, the second rectangle's lower-left quarter overlaps the first rectangle's lower-right quarter — a 2.5 by 2.5 square (half of DC = 2.5), area 2.52 = 6.25.
  3. Total area covered = 15 + 15 − 6.25 = 23.75.
CHAPTER 3

The frame trick — big region minus the hole

THEORY

This is the single most common decomposition pattern on the AMC.

FRAME TRICK

Shaded area = (large region containing it) − (unshaded pieces inside).

This works when the shaded region is defined by what's removed, not by what's added. Examples:

  • A square with a circle removed: area = square − circle.
  • A picture inside a frame: frame area = big rectangle − inner picture rectangle.
  • The leftover after cutting: original area − cut piece.
  • Two overlapping shapes: union area = A + B − intersection (inclusion-exclusion).
SHADEDremovedbig region − hole inside

You never measure the shaded boundary directly. You measure the big rectangle and the hole, then subtract.

The reason this works: when a shape has an irregular boundary but is clearly 'big minus small', you don't need to compute the irregular boundary at all. You just compute the two enclosing shapes.

THE TRICK

For overlapping regions, area = A + B − overlap. For 'inside the frame' regions, area = big − small. Always identify which kind you're looking at.

WORKED EXAMPLE
PROBLEM · 1988 #17

The shaded region is two perpendicular rectangles overlapping in a plus-sign shape.

  • Horizontal rectangle: 10 wide × 2 tall = 20.
  • Vertical rectangle: 3 wide × 8 tall = 24.
  • Overlap (where both rectangles cover the same area): 3 wide × 2 tall = 6.

Shaded = 20 + 24 − 6 = 38.

Without the −6 correction, you'd get 44 — you'd be double-counting the central overlap. The fix: subtract the overlap exactly once.

Answer: B — 38.
RULE OF THUMB

For 'inside the frame' regions: area = big − small. For overlapping regions: area = A + B − overlap.

MORE LIKE THIS
2018 · #4 (figure problem)
amc8-2018-04
Show answer
Answer: C — 13 sq cm.
Show hints
Hint 1 of 2
Split the shape into a central square plus four triangular bumps. Each bump is a right triangle on the grid.
Still stuck? Show hint 2 →
Hint 2 of 2
Center 3 × 3 = 9. Each bump triangle: base 2, height 1 ⇒ area 1. Four of them = 4.
Show solution
Approach: split into a square + 4 triangles
  1. The figure breaks into a 3 × 3 central square plus 4 identical right triangles on the outside.
  2. Square area: 9. Each triangle: (1/2)(2)(1) = 1; four of them: 4.
  3. Total: 9 + 4 = 13 cm2.
1992 · #5 (figure problem)
ajhsme-1992-05
Show answer
Answer: E — 5.
Show hints
Hint 1 of 2
Find the rectangle's area, then subtract the circle's.
Still stuck? Show hint 2 →
Hint 2 of 2
The circle has diameter 1, so radius 1/2.
Show solution
Approach: rectangle minus circle
  1. The rectangle is 2 × 3 = 6, and the circle has area π(1/2)² ≈ 0.79.
  2. 6 − 0.79 ≈ 5.2, closest to 5.
1993 · #13 (figure problem)
ajhsme-1993-13
Show answer
Answer: D — 36.
Show hints
Hint 1 of 2
White area = whole sign − black letters.
Still stuck? Show hint 2 →
Hint 2 of 2
Count the unit squares each block letter covers.
Show solution
Approach: subtract the letters' area from the sign
  1. The sign is 5 × 15 = 75 square units, and the four block letters (1-unit strokes) cover 39 squares in total.
  2. So the white area is 75 − 39 = 36.
2000 · #6 (figure problem)
amc8-2000-06
Show answer
Answer: A — 7.
Show hints
Hint 1 of 2
The shaded L is the big square minus the white pieces inside it.
Still stuck? Show hint 2 →
Hint 2 of 2
The big square is 5×5; the white pieces are two unit squares and a 4×4 square.
Show solution
Approach: big square minus the white pieces
  1. The outer square has side 5 (area 25); the white regions are two 1×1 squares and one 4×4 square.
  2. Shaded L = 25 − 1 − 1 − 16 = 7.
2019 · #2 (figure problem)
amc8-2019-02
Show answer
Answer: E — 150 square feet.
Show hints
Hint 1 of 2
Figure out the size of one small rectangle first — the picture forces a specific shape.
Still stuck? Show hint 2 →
Hint 2 of 2
Two short sides stacked on the left equal one long side on the right: so long = 2 × 5 = 10.
Show solution
Approach: match the heights
  1. Each small rectangle has short side 5. From the picture, two stacked horizontals on the left have the same height as the vertical rectangle on the right — so the long side is 2 × 5 = 10.
  2. ABCD has width 10 + 5 = 15 and height 10, so its area is 15 × 10 = 150 square feet.
★ MINI-QUIZ

Area basics — formulas, decomposition, frame

Three problems on areas, perimeters, and the frame trick.

2018 · #9 Tyler is tiling the floor of his 12 foot by 16 foot living room. He plans to place one-foot by one-foot square tiles to form a border...

Tyler is tiling the floor of his 12 foot by 16 foot living room. He plans to place one-foot by one-foot square tiles to form a border along the edges of the room and to fill in the rest of the floor with two-foot by two-foot square tiles. How many tiles will he use?

Show answer
Answer: B — 87 tiles.
Show hints
Hint 1 of 2
Border (1×1 tiles): walk around the rectangle — total = 2×(12+16) − 4 for shared corners.
Still stuck? Show hint 2 →
Hint 2 of 2
Inner area is 10 × 14 (one foot off each side), filled with 2×2 tiles.
Show solution
Approach: border + interior
  1. Border: 2(12) + 2(16) − 4 = 52 unit tiles (subtract 4 because each corner is shared by two sides).
  2. Interior: 10 ft × 14 ft = 140 sq ft, filled by 2×2 tiles → 140 / 4 = 35 tiles.
  3. Total: 52 + 35 = 87.
1985 · #4 (figure problem)
ajhsme-1985-04
Show answer
Answer: C — 46.
Show hints
Hint 1 of 2
Inscribe the polygon in a 6-by-9 rectangle and subtract the missing notch.
Still stuck? Show hint 2 →
Hint 2 of 2
Notch is 2 wide × 4 tall.
Show solution
Approach: bounding rectangle minus the notch
  1. Close it up to the full 6 × 9 rectangle: area 54.
  2. The notch cut out is 2 × 4 = 8. Polygon = 54 − 8 = 46.
1988 · #17 (figure problem)
ajhsme-1988-17
Show answer
Answer: B — 38.
Show hints
Hint 1 of 2
Add the two rectangles' areas, then subtract the overlap so it isn't counted twice.
Still stuck? Show hint 2 →
Hint 2 of 2
The overlap is a 3 × 2 rectangle.
Show solution
Approach: inclusion–exclusion on overlapping rectangles
  1. Horizontal rectangle: 10 × 2 = 20. Vertical rectangle: 3 × 8 = 24. Overlap: 3 × 2 = 6.
  2. Shaded area = 20 + 24 − 6 = 38.
CHAPTER 4

Right triangles — Pythagorean theorem and the famous triples

THEORY

For any right triangle with legs a, b and hypotenuse c (the longest side, opposite the right angle):

PYTHAGOREAN THEOREM

a² + b² = c²

This is the most famous equation in elementary geometry. It says: in a right triangle, the area of a square built on the hypotenuse equals the sum of the areas of squares built on the two legs.

Pythagorean triples are right triangles whose three sides are all whole numbers. Memorize these:

3451251315817

The three most common Pythagorean triples: 3-4-5, 5-12-13, 8-15-17.

Other triples worth knowing:

  • 7-24-25
  • 9-40-41
  • 20-21-29 (rare but does show up)
  • Any multiple of a triple is also a triple: 6-8-10, 9-12-15, 30-40-50, 10-24-26, etc.

If you see a right triangle with TWO of these numbers showing, you know the third without computing.

Special non-integer right triangles. These are also crucial:

  • 45-45-90 (isosceles right triangle): legs equal, hypotenuse = leg · √2. Sides in ratio 1 : 1 : √2.
  • 30-60-90: shorter leg = x, longer leg = x · √3, hypotenuse = 2x. Sides in ratio 1 : √3 : 2.

The 13-14-15 triangle — the one non-right triangle worth memorizing

It's not a right triangle, but its sides are all integers and so is its area:

131514height = 1259

Drop the altitude to the side of length 14. It splits into a 5-12-13 right triangle and a 9-12-15 right triangle (a 3-4-5 tripled). Both right triangles share the altitude 12, and the bases add to 5 + 9 = 14 ✓.

13-14-15 triangle → area = ½ · 14 · 12 = 84.

If you see a triangle on the AMC with sides 13, 14, 15 (or scalings of them), you can read off the area immediately.

THE TRICK

Whenever you see a right triangle with two of these triple numbers in it, the third side is forced. For 9 and 12 as legs, hypotenuse = 15 (it's 3 × {3, 4, 5}). For 13 (hypotenuse) and 5 (a leg), the other leg = 12.

Triples often hide inside other figures. A square inscribed in a triangle might create 3-4-5 fragments. Always scan the diagram for legs that look like a known triple.

WORKED EXAMPLE
PROBLEM · 2014 #14

Rectangle ABCD and right triangle DCE have the same area. They are joined to form a trapezoid, as shown. What is DE?

A) 12 B) 13 C) 14 D) 15 E) 16

Rectangle ABCD (sides 5 and 6) and right triangle DCE have equal area, joined to form a trapezoid. Side DC = 5 is shared, and CE is the other leg of the triangle. Find DE.

Equal areas:

Rectangle area = 5 × 6 = 30.

Triangle area = ½ × 5 × CE = 30 → CE = 12.

Now DCE has legs 5 and 12 — that's the 5-12-13 triple, so the hypotenuse is forced:

DE = 13.

You never had to actually compute √(25 + 144) — the moment you see legs 5 and 12, the hypotenuse is 13 by reflex. The Pythagorean triples are pattern-matching, not arithmetic.

Answer: B — DE = 13.
RULE OF THUMB

Memorize 3-4-5, 5-12-13, 8-15-17, 7-24-25, and their multiples. For 45-45-90 and 30-60-90 triangles, know the side ratios (1:1:√2 and 1:√3:2).

MORE LIKE THIS
2007 · #14 The base of isosceles ▵ABC is 24 and its area is 60. What is the length of one of the congruent sides?

The base of isosceles ▵ABC is 24 and its area is 60. What is the length of one of the congruent sides?

Show answer
Answer: C — 13.
Show hint
Hint 1
Altitude to the base = 2 · area / base = 5. Half-base = 12. Then 5-12-13 right triangle.
Show solution
Approach: altitude, then Pythagoras
  1. Height = 2 · 60 / 24 = 5.
  2. Each congruent side = √(52 + 122) = √169 = 13.
2011 · #16 Let A be the area of the triangle with sides of length 25, 25, and 30. Let B be the area of the triangle with sides of length 25, 25,...

Let A be the area of the triangle with sides of length 25, 25, and 30. Let B be the area of the triangle with sides of length 25, 25, and 40. What is the relationship between A and B?

Show answer
Answer: C — A = B.
Show hints
Hint 1 of 2
Each triangle is isosceles. Drop the altitude to the unequal side and use the Pythagorean theorem.
Still stuck? Show hint 2 →
Hint 2 of 2
Look for 15-20-25 (3-4-5 scaled) in both pictures.
Show solution
Approach: drop altitudes, both reveal a 15-20-25 triangle
  1. Triangle with base 30: half-base 15, hypotenuse 25 ⇒ height = √(252 − 152) = 20. Area A = (1/2)(30)(20) = 300.
  2. Triangle with base 40: half-base 20, hypotenuse 25 ⇒ height = √(252 − 202) = 15. Area B = (1/2)(40)(15) = 300.
  3. A = B.
2013 · #20 A 1 × 2 rectangle is inscribed in a semicircle with the longer side on the diameter. What is the area of the semicircle?

A 1 × 2 rectangle is inscribed in a semicircle with the longer side on the diameter. What is the area of the semicircle?

Show answer
Answer: C — π.
Show hints
Hint 1 of 2
The two upper corners of the rectangle lie on the semicircle. Use the center of the diameter as the origin: each upper corner is at (±1, 1).
Still stuck? Show hint 2 →
Hint 2 of 2
Its distance from the center is the radius.
Show solution
Approach: find radius via Pythagoras
  1. Place the semicircle's center at the midpoint of the diameter. Upper corners of the rectangle are at (1, 1) and (−1, 1).
  2. Radius2 = 12 + 12 = 2 ⇒ r = √2.
  3. Semicircle area = (1/2)πr2 = (1/2)π(2) = π.
2005 · #7 Bill walks 12 mile south, then 34 mile east, and finally 12 mile south. How many miles is he, in a direct line, from his starting point?

Bill walks 12 mile south, then 34 mile east, and finally 12 mile south. How many miles is he, in a direct line, from his starting point?

Show answer
Answer: B — 1¼.
Show hint
Hint 1
Total south: 1 mile. East: 3/4. Pythagoras.
Show solution
Approach: pythagorean theorem
  1. Net south: 1, east: 3/4.
  2. Distance: √(12 + (3/4)2) = √(1 + 9/16) = √(25/16) = 5/4 = .
2019 · #4 (figure problem)
amc8-2019-04
Show answer
Answer: D — 120 square meters.
Show hints
Hint 1 of 2
The diagonals of a rhombus cross at right angles and cut each other in half. That makes four matching right triangles.
Still stuck? Show hint 2 →
Hint 2 of 2
Side = 52/4 = 13, half-diagonal = 24/2 = 12. The other half-diagonal is the missing leg of a 5-12-13 right triangle.
Show solution
Approach: diagonals are perpendicular bisectors; spot the 5-12-13
  1. Side length: 52 ÷ 4 = 13. Half of AC: 24 ÷ 2 = 12.
  2. The diagonals are perpendicular bisectors, so each quarter of the rhombus is a right triangle with leg 12 and hypotenuse 13 — a 5-12-13 triple. The other half-diagonal is 5, so BD = 10.
  3. Area of a rhombus = d1 × d22 = 24 × 102 = 120 sq m.
2003 · #6 (figure problem)
amc8-2003-06
Show answer
Answer: B — 30.
Show hints
Hint 1 of 2
Each square's area gives you a side length of the triangle — take square roots.
Still stuck? Show hint 2 →
Hint 2 of 2
5, 12, 13 form a right triangle, so two of those sides are the legs.
Show solution
Approach: squares give the side lengths; spot the right triangle
  1. The squares have areas 169, 144, and 25, so the triangle's sides are 13, 12, and 5.
  2. Since 5² + 12² = 13², the triangle is right-angled with legs 5 and 12.
  3. Area = ½ × 5 × 12 = 30.
CHAPTER 5

Symmetry — measure one piece, then multiply

THEORY

If a figure has a line of symmetry or rotational symmetry, you can find one piece and use the symmetry to handle the others without re-computing.

square: 4 axeshexagon: 6 axes

Lines of symmetry (axes you can fold along):

  • A square has 4 axes (two through midpoints, two diagonals).
  • An equilateral triangle has 3 axes.
  • A rectangle has 2 axes (through midpoints, not the diagonals).
  • A regular hexagon has 6 axes.
  • A circle has infinitely many — any line through the center.

Rotational symmetry: a figure looks the same after rotating by some angle. A square has order 4 (looks the same after 90°, 180°, 270°, 360°). A regular hexagon has order 6.

When a figure is shaded in a symmetric pattern, the shaded area is some clean fraction of the whole — often 1/2, 1/4, 3/8. Don't compute the irregular boundary if you can guess the fraction.

THE TRICK

For 'what fraction of the figure is shaded' problems, look for the smallest symmetric piece (a wedge, a quadrant, an eighth) and check what fraction of that piece is shaded. By symmetry, the same fraction applies to the whole figure.

WORKED EXAMPLE
PROBLEM · 2000 #25

The area of rectangle ABCD is 72. If point A and the midpoints of sides BC and CD are joined to form a triangle, the area of that triangle is

ABCD
A) 21 B) 27 C) 30 D) 36 E) 40

A rectangle with the midpoints of two opposite sides joined to opposite corners. The result is a shaded inner region.

The lines divide the rectangle into 8 smaller triangles, all symmetric in pairs. The shaded region uses 3 of these 8 triangles. So the fraction shaded is 3/8.

If the rectangle has area 72, the shaded area = 72 × 3/8 = 27.

Counting the 8 symmetric sub-pieces first is the cleanest path. Then count how many are shaded. The shaded area is (count of shaded / total count) × (total area).

Answer: B — 27.
RULE OF THUMB

Always check for symmetry before computing. The shaded fraction is often clean even when the boundary looks ugly.

MORE LIKE THIS
2015 · #2 (figure problem)
amc8-2015-02
Show answer
Answer: D — 7/16.
Show hints
Hint 1 of 2
Draw lines from O to every vertex — the octagon splits into 8 equal triangles (each 1/8 of the area).
Still stuck? Show hint 2 →
Hint 2 of 2
The shaded region covers 3 full triangles plus half of one more (the one cut by midpoint X).
Show solution
Approach: 8 equal triangles from the center
  1. Connect O to each vertex. The octagon splits into 8 congruent triangles, each 1/8 of the total area.
  2. Shaded covers triangles OBC, OCD, ODE (three full) plus ▵OXB which is half of ▵OAB.
  3. Total: (3 + 1/2)/8 = 3.5/8 = 7/16.
2025 · #1 (figure problem)
amc8-2025-01
Show answer
Answer: B — 50%.
Show hints
Hint 1 of 2
Can you pair each shaded piece with an unshaded piece of the same size?
Still stuck? Show hint 2 →
Hint 2 of 2
Look for symmetry. For every shaded triangle of the star, is there a matching white triangle the same size in the grid?
Show solution
  1. The whole pattern sits on a 4 × 4 grid, so its total area is 16 unit squares.
  2. The star is built from triangles, and each shaded triangle has a congruent white triangle as its partner — the shaded and white regions match up exactly.
  3. So the star covers exactly half of the grid: 8 of the 16 squares, which is 50%.
2023 · #2 (figure problem)
amc8-2023-02
Show answer
Answer: E — It matches figure (E).
Show hints
Hint 1 of 2
Where does each folded layer sit on the original sheet? That tells you how many spots the cut actually hits.
Still stuck? Show hint 2 →
Hint 2 of 2
Folding twice into quarters stacks four layers at one corner — and that corner is the center of the original sheet. Whatever the cut removes there happens four times, around the middle.
Show solution
  1. Folding the square twice into quarters brings all four corners together; the folded corner is the center of the full sheet.
  2. The diagonal cut slices across that folded stack, snipping a small triangle from all four layers at once.
  3. Unfolding, those four snips open up into a single diamond-shaped hole in the middle of the paper — figure (E).
2017 · #16 (figure problem)
amc8-2017-16
Show answer
Answer: D — 12/5.
Show hints
Hint 1 of 2
Equal perimeters: AC + CD + AD = AB + BD + AD ⇒ AC + CD = AB + BD. Plug in AC=3, AB=4, CD+BD=5.
Still stuck? Show hint 2 →
Hint 2 of 2
BD = 2 and CD = 3. The two triangles share the altitude from A, so their areas scale as BD : BC.
Show solution
Approach: equal perimeters set BD, then area ratio
  1. ▵ABC is a 3-4-5 right triangle (right angle at A). Let BD = x, so CD = 5 − x.
  2. AD is shared, so equal perimeters ⇒ AC + CD = AB + BD ⇒ 3 + (5 − x) = 4 + xx = 2.
  3. ▵ABD and ▵ABC share the altitude from A to line BC, so areas are in ratio BD : BC = 2 : 5.
  4. Area of ▵ABC = (1/2)(3)(4) = 6. Area of ▵ABD = (2/5)(6) = 12/5.
2019 · #6 (figure problem)
amc8-2019-06
Show answer
Answer: C — 2/5.
Show hints
Hint 1 of 2
A square has only 4 lines of symmetry — the two diagonals and the two perpendicular bisectors. Q must lie on one of those.
Still stuck? Show hint 2 →
Hint 2 of 2
Each line passes through 9 grid points including P. So 4 × 9 = 36, minus the 4 occurrences of P itself = 32 valid Qs out of 80.
Show solution
Approach: count points on the 4 symmetry lines
  1. A square has exactly 4 axes of symmetry through its center P: the two diagonals and the two perpendicular bisectors.
  2. Each axis contains 9 of the 81 grid points (including P). Counting Q across all 4: 4 × 9 = 36 spots, but P appears 4 times and Q can't equal P, so subtract 4 → 32 valid choices.
  3. Probability = 32 / 80 = 2/5.
1999 · #14 (figure problem)
amc8-1999-14
Show answer
Answer: D — 34.
Show hints
Hint 1 of 2
Drop verticals from B and C to split the long base into the middle 8 and two equal end pieces.
Still stuck? Show hint 2 →
Hint 2 of 2
Each slant side is then the hypotenuse of a 3–4 right triangle.
Show solution
Approach: split the base, then 3-4-5
  1. The two equal ends of the bottom are each (16 − 8) ÷ 2 = 4, and the height is 3, so each slant side is √(4² + 3²) = 5.
  2. The perimeter is 16 + 8 + 5 + 5 = 34.
CHAPTER 6

Surface area, volume, and nets

THEORY

For 3D shapes:

3D FORMULAS

  • Cube of side s: Surface area = 6s². Volume = s³.
  • Rectangular box (a × b × c): SA = 2(ab + bc + ca). Volume = abc.
  • Cylinder (radius r, height h): SA = 2πr² + 2πrh. Volume = πr² h.
  • Sphere (radius r): SA = 4πr². Volume = (4/3)πr³.
  • Cone (radius r, height h, slant ℓ): Volume = (1/3)πr²h. SA = πr² + πrℓ.

A net is a 2D unfolding of a 3D shape — the pattern of faces you'd cut out of paper and fold up. A cube has 11 distinct nets (counting rotations/reflections as the same). The most common net looks like a plus-sign cross with 6 squares.

The key skill: given a net, identify which faces become opposite when folded.

TLFRKBopposites: T ↔ B, L ↔ R, F ↔ K

Fold F up as the front of the cube. T folds up to the top, B folds down to the bottom (so T ↔ B). L folds to the left, R folds to the right (so L ↔ R). K wraps around to become the back (so F ↔ K).

THE TRICK

For "sculpture" problems where many cubes are stacked: count exposed unit faces by direction. Top exposed + front + back + left + right = surface area. (The bottom usually doesn't count since it sits on the ground.) This is faster than the formula "total faces minus hidden pairs" for irregular shapes.

WORKED EXAMPLE
PROBLEM · 1989 #23

An artist arranges 14 unit cubes into a stepped sculpture and paints the exposed surfaces (not the bottoms touching the ground).

Tally by viewing direction:

  • Tops (one square per cube whose top isn't covered): 10.
  • Front (squares visible head-on): 6.
  • Back (squares visible from behind): 6.
  • Left + right sides together: 11.

Total: 10 + 6 + 6 + 11 = 33 square meters.

The directional count is faster than 'total faces minus hidden pairs' for irregular sculptures. Just count by direction, sum them.

Answer: C — 33.
RULE OF THUMB

Surface area = sum of face areas. For composite solids, count exposed faces by direction (top/front/back/left/right).

MORE LIKE THIS
1989 · #20 (figure problem)
ajhsme-1989-20
Show answer
Answer: D — 14.
Show hints
Hint 1 of 2
Pair up the faces that end up opposite each other after folding — opposite faces never share a corner.
Still stuck? Show hint 2 →
Hint 2 of 2
At every corner, the three meeting faces are one from each opposite pair, so pick the larger number from each pair.
Show solution
Approach: find opposite-face pairs from the net, then take the max from each pair
  1. Fold the net with 2 as the front: 1 goes on top and 3 on the bottom (1↔3), 6 to the left and 4 to the right (6↔4), and 5 wraps around to the back opposite 2 (2↔5).
  2. Each corner has one face from each pair, so the biggest corner sum is 5 + 3 + 6 = 14.
1985 · #11 (figure problem)
ajhsme-1985-11
Show answer
Answer: E — Y.
Show hints
Hint 1 of 2
With V as the front face, fold the four neighbors of V into the four sides.
Still stuck? Show hint 2 →
Hint 2 of 2
Y sits across the strip from X, so they end up on opposite faces.
Show solution
Approach: fold around V
  1. Make V the front. U folds left, W folds right, X folds down to become the bottom, Z (below X) wraps around to become the back. That puts Y (the square attached to W's top) onto the top.
  2. Top ↔ bottom means Y is opposite X.
1991 · #15 (figure problem)
ajhsme-1991-15
Show answer
Answer: C — the same.
Show hints
Hint 1 of 2
Count the faces of the cut-out cube that were on the surface, and the new faces it uncovers.
Still stuck? Show hint 2 →
Hint 2 of 2
Removing a corner cube trades the same number of squares away as it reveals.
Show solution
Approach: faces removed equal faces uncovered
  1. Cutting the unit cube out of the corner removes three exposed unit squares but uncovers three new ones inside the notch.
  2. The two amounts cancel, so the surface area stays the same.
1993 · #17 (figure problem)
ajhsme-1993-17
Show answer
Answer: B — 500.
Show hints
Hint 1 of 2
After cutting 5×5 corners, the base is (20−10) by (30−10) and the height is 5.
Still stuck? Show hint 2 →
Hint 2 of 2
The open box has a bottom and four inner walls — no top.
Show solution
Approach: bottom plus the four walls
  1. The base is 10 × 20 = 200 and the height is 5, so the four walls add 2(10·5) + 2(20·5) = 300.
  2. The interior surface (no top) is 200 + 300 = 500.
2000 · #22 (figure problem)
amc8-2000-22
Show answer
Answer: C — About 17%.
Show hints
Hint 1 of 2
The little cube hides part of the big top, but its own top covers exactly that hidden patch — so what area is genuinely new?
Still stuck? Show hint 2 →
Hint 2 of 2
Only the four side walls of the small cube add surface; the top is a wash.
Show solution
Approach: count only the faces that change
  1. The original cube's surface area is 6 · 2² = 24.
  2. The small cube hides a 1 × 1 patch of the big top, but its own top sits directly above that patch, so the upward-facing area is unchanged. Only its 4 side walls are new, adding 4.
  3. The increase is 4 / 24 = ⅙ ≈ 16.7%, closest to 17%.
★ MINI-QUIZ

Triangles and 3D

Three problems on Pythagorean triples, symmetry, and surface area.

2014 · #14 Rectangle ABCD and right triangle DCE have the same area. They are joined to form a trapezoid, as shown. What is DE?
amc8-2014-14
Show answer
Answer: B — DE = 13.
Show hints
Hint 1 of 2
Set the two areas equal to find CE. Then use the Pythagorean theorem on ▵DCE.
Still stuck? Show hint 2 →
Hint 2 of 2
5-12-13 right triangle.
Show solution
Approach: equal areas to find leg, then Pythagoras
  1. Rectangle area = 5 × 6 = 30.
  2. Triangle area = (1/2)(5)(CE) = 30 ⇒ CE = 12.
  3. DE = √(52 + 122) = √169 = 13.
2000 · #25 The area of rectangle ABCD is 72. If point A and the midpoints of sides BC and CD are joined to form a triangle, the area of that triangle is

The area of rectangle ABCD is 72. If point A and the midpoints of sides BC and CD are joined to form a triangle, the area of that triangle is

ABCD
Show answer
Answer: B — 27.
Show hints
Hint 1 of 2
Slice the triangle out by removing the three right triangles in the corners — each is a clean fraction of the whole rectangle.
Still stuck? Show hint 2 →
Hint 2 of 2
Two corners take a quarter each and the third takes an eighth; whatever's left is the answer.
Show solution
Approach: subtract the corner triangles as fractions of the whole
  1. The triangle is what remains after cutting off the three corner right triangles. Measured against the whole rectangle, the ones at corners B and D are ¼ each (a full side and a half-side as legs), and the one at corner C is ⅛ (two half-sides).
  2. Together the corners take ¼ + ¼ + ⅛ = ⅝ of the rectangle, leaving ⅜.
  3. So the triangle is ⅜ · 72 = 27.
1989 · #23 (figure problem)
ajhsme-1989-23
Show answer
Answer: C — 33.
Show hints
Hint 1 of 2
Each cube face is 1 m². Count only the faces that are visible — none of those touching the ground or another cube.
Still stuck? Show hint 2 →
Hint 2 of 2
Sum the exposed faces from the top, front, back, left, right; faces hidden by neighbors don't count.
Show solution
Approach: tally exposed faces by direction
  1. Top faces (one per cube whose top isn't covered) total 10. Front-facing exposed faces total 6, back 6, and the two side walls together account for the remaining 11.
  2. Adding gives 10 + 6 + 6 + 11 = 33 square meters of paint.
CHAPTER 7

Angle chasing

THEORY

Angle chasing is the geometry game where you keep applying angle rules to propagate known angles around a figure until you find the angle you need.

ANGLE RULES TO KNOW COLD

  • Straight line: angles along a straight line sum to 180°.
  • Point: angles around a single point sum to 360°.
  • Triangle: interior angles sum to 180°.
  • Polygon (n sides): interior angles sum to (n−2) · 180°. A square has 4·90 = 360°, a pentagon has 540°, a hexagon has 720°.
  • Regular polygon (n sides): each interior angle = (n−2)·180° / n. Equilateral triangle 60°, square 90°, regular pentagon 108°, regular hexagon 120°.
  • Exterior angle of a triangle: equals the sum of the two non-adjacent interior angles.
  • Parallel lines + transversal: alternate interior angles are equal; corresponding angles are equal.
  • Isosceles triangle: the two angles opposite the equal sides are equal.
  • Vertically opposite angles (the X formed by two crossing lines) are equal.
  • Inscribed angle in a circle = half the central angle that subtends the same arc.

The exterior-angle theorem is one of the most-used rules. Picture a triangle ABC, and extend one side past vertex B to make an exterior angle. That exterior angle equals the sum of the two non-adjacent interior angles (A and C):

ACBext= A + C

Start from what's labeled. Apply one rule. Label the new angle. Repeat. Most angle problems collapse in 3–4 steps.

THE TRICK

For regular polygons, the interior-angle formula is the most useful single fact. Memorize this little table — AMC reuses the same shapes constantly:

n3456891012int.6090108120135140144150ext.12090726045403630interior + exterior = 180°. Exterior = 360° / n — even easier.

WORKED EXAMPLE
PROBLEM · 2000 #24

For a regular pentagram (5-pointed star) inscribed in a regular pentagon: each tip of the star is an isosceles triangle.

The interior angle of a regular pentagon is (5−2)·180°/5 = 108°, so its exterior angle is 180° − 108° = 72°. Each tip triangle's two base angles sit in those 72° exterior gaps, so apex = 180° − 2·72° = 36°.

Sum of all 5 tip angles = 5 × 36° = 180°.

Some symmetric figures have elegant angle relationships that don't require computing every angle. The five-tip sum = 180° is a classic.

Answer: D — 80°.
RULE OF THUMB

Start with labeled angles. Apply one rule (triangle sum, exterior angle, parallel lines). Propagate. Most angle problems collapse in 3–4 steps.

MORE LIKE THIS
1997 · #12 (figure problem)
ajhsme-1997-12
Show answer
Answer: D — 35°.
Show hints
Hint 1 of 2
Find ∠1 from the left triangle, where 70° and 40° are given.
Still stuck? Show hint 2 →
Hint 2 of 2
∠2 is its supplement, and the right triangle splits the remaining angle equally between ∠3 and ∠4.
Show solution
Approach: chase angles into the right triangle
  1. In the left triangle, ∠1 = 180° − 70° − 40° = 70°, so ∠2 = 180° − 70° = 110°.
  2. In the right triangle ∠3 + ∠4 = 180° − 110° = 70°, and since ∠3 = ∠4, each is 35°.
1994 · #7 (figure problem)
ajhsme-1994-07
Show answer
Answer: B — 50°.
Show hints
Hint 1 of 2
First find ∠ABE in triangle ABE from ∠A and ∠E.
Still stuck? Show hint 2 →
Hint 2 of 2
Since A, B, C are in a line, ∠DBC is the supplement of ∠ABE.
Show solution
Approach: angle sum, then a supplement
  1. In triangle ABE, ∠ABE = 180° − 60° − 40° = 80°.
  2. A, B, C are collinear, so ∠DBC = 180° − 80° = 100°. In triangle BDC, ∠BDC = 180° − 100° − 30° = 50°.
1999 · #21 (figure problem)
amc8-1999-21
Show answer
Answer: B — 30°.
Show hints
Hint 1 of 2
Each marked angle has a supplement along its line — start by finding those.
Still stuck? Show hint 2 →
Hint 2 of 2
Chase through the small triangles, using vertical angles where lines cross, until you reach A.
Show solution
Approach: supplements, then chase triangles to A
  1. The 100° and 110° marks have supplements 80° and 70° along their lines.
  2. In the triangle holding the 40° tip and that 70°, the third angle is 180° − 70° − 40° = 70°, and its vertical angle at the crossing near A is also 70°.
  3. A's triangle then gives ∠A = 180° − 80° − 70° = 30°.
1995 · #13 (figure problem)
ajhsme-1995-13
Show answer
Answer: E — 95°.
Show hints
Hint 1 of 2
Because EA is perpendicular to ED, ∠BED = 90° − ∠AEB.
Still stuck? Show hint 2 →
Hint 2 of 2
Triangle BED is isosceles, then the right angle at C finishes the chase.
Show solution
Approach: chase angles using the right angles and the isosceles triangle
  1. Since EA ⊥ ED, ∠BED = 90° − 40° = 50°, and the isosceles triangle BED gives ∠BDE = 50°.
  2. Carrying the chase through the right angle at C gives ∠CDE = 95°.
CHAPTER 8

Circles — circumference, area, arcs, and sectors

THEORY

Circles are common on AMC 8. The formulas:

CIRCLE FORMULAS

  • Circumference: C = 2π r = π d (d = diameter).
  • Area: A = π r².
  • Arc length (central angle θ in degrees): arc = 2π r · (θ/360).
  • Sector area (a pie slice): = π r² · (θ/360).
  • Diameter = 2r, radius = d/2.

The constant π ≈ 3.14159… For AMC, you can usually leave π in the answer; the multiple-choice options will too. Sometimes you'll need to approximate; π ≈ 22/7 or π ≈ 3.14 both work.

rd = 2rsector← arc

Common AMC moves with circles:

  • Quarter circle (90° sector) area: π r²/4. Half circle area: π r²/2.
  • Square inscribed in a circle of radius r: the diagonal of the square equals 2r, so the side equals r√2.
  • Circle inscribed in a square of side s: the diameter equals s, so the radius equals s/2.
  • For two circles tangent externally, distance between centers = R + r (sum of radii). For tangent internally (one inside the other), distance between centers = |R − r|.

Two circle facts that unlock a LOT of AMC problems

FACT 1 — INSCRIBED RIGHT TRIANGLE ↔ DIAMETER

If a triangle is inscribed in a circle and one of its sides is a diameter, then the angle opposite that diameter is always 90°.

And the reverse: if a triangle is inscribed in a circle and has a right angle, the side opposite the right angle MUST be a diameter.

ABCAB is the diameter∠C = 90°

This means: every triangle drawn on a semicircle (with the diameter as one side) is a right triangle. The right angle sits on the curve.

FACT 2 — TANGENT IS PERPENDICULAR TO THE RADIUS

If a line touches a circle at exactly one point (a tangent), then the radius drawn to that touch-point is perpendicular to the line.

radiustangent line90° here

Wherever a problem says “tangent to the circle at point P,” drop the radius to P and mark a right angle. The right angle usually unlocks a Pythagorean triangle nearby.

THE TRICK

Whenever a shaded region involves a circle and a polygon, compute each separately and subtract (frame trick). The most common move is 'quarter-disk minus a triangle' or 'half-disk minus a rectangle.'

WORKED EXAMPLE
PROBLEM · 2008 #18

Two circles that share the same center have radii 10 meters and 20 meters. An aardvark runs along the path shown, starting at A and ending at K. How many meters does the aardvark run?

A) 10π + 20 B) 10π + 30 C) 10π + 40 D) 20π + 20 E) 20π + 40

Two concentric circles have radii 10 and 20. An aardvark runs the path shown from A to K. Break the path into arcs and straight segments:

  • Arc piece: the path traces half of the big circle (radius 20). Half-circumference = ½ × 2π × 20 = 20π.
  • Straight pieces: two radial segments of length 10 (crossing the ring between the two circles) plus a diameter of the small circle of length 20. Total straight: 10 + 10 + 20 = 40.

Add: 20π + 40.

The figure looks busy, but every piece is either part of a circle (use 2πr × fraction) or a straight segment (just a length). Split into those two types and add — that's it.

Answer: E — 20π + 40.
RULE OF THUMB

Memorize C = 2πr, A = πr². For arcs and sectors: multiply by θ/360 to get the fraction of the full circle.

MORE LIKE THIS
2026 · #11 (figure problem)
amc8-2026-11
Show answer
Answer: B — 6π.
Show hints
Hint 1 of 2
A quarter circle in a square of side s has arc length one-fourth of 2πs.
Still stuck? Show hint 2 →
Hint 2 of 2
Add up the arcs for all five squares.
Show solution
Approach: sum the quarter-circle arcs
  1. Each square of side s contributes a quarter-circle of length ¼ · 2πs = πs/2.
  2. Total = (π/2)(1 + 1 + 2 + 3 + 5) = (π/2)(12) = .
2013 · #25 A ball with diameter 4 inches starts at point A to roll along the track shown. The track is comprised of 3 semicircular arcs whose radii...
amc8-2013-25
Show answer
Answer: A — 238π.
Show hints
Hint 1 of 2
The ball's center traces a path parallel to the track at distance = ball's radius (2 inches). On the outside of an arc the center's arc has radius R − 2; on the inside it has radius R + 2.
Still stuck? Show hint 2 →
Hint 2 of 2
Arc 1 (outside): radius 98. Arc 2 (inside): radius 62. Arc 3 (outside): radius 78.
Show solution
Approach: track center-of-ball radii, then sum the half-circumferences
  1. Ball radius = 2 inches.
  2. Center radii along the three arcs: 100 − 2 = 98, 60 + 2 = 62, 80 − 2 = 78.
  3. Half-circumferences sum: π(98 + 62 + 78) = 238π.
1999 · #21 (figure problem)
amc8-1999-21
Show answer
Answer: B — 30°.
Show hints
Hint 1 of 2
Each marked angle has a supplement along its line — start by finding those.
Still stuck? Show hint 2 →
Hint 2 of 2
Chase through the small triangles, using vertical angles where lines cross, until you reach A.
Show solution
Approach: supplements, then chase triangles to A
  1. The 100° and 110° marks have supplements 80° and 70° along their lines.
  2. In the triangle holding the 40° tip and that 70°, the third angle is 180° − 70° − 40° = 70°, and its vertical angle at the crossing near A is also 70°.
  3. A's triangle then gives ∠A = 180° − 80° − 70° = 30°.
CHAPTER 9

Coordinates and the Shoelace formula

THEORY

When a polygon's vertices are given as coordinates, the cleanest area formula is Shoelace.

SHOELACE FORMULA

For vertices (x₁,y₁), (x₂,y₂), …, (xₙ,yₙ) listed in order around the polygon:

Area = ½ · |Σ (xᵢ · yᵢ₊₁ − xᵢ₊₁ · yᵢ)|

(Indices cycle: after the last vertex, wrap back to the first.)

How to apply it (for a triangle with vertices A=(0,0), B=(4,0), C=(0,3)):

  1. Write coordinates in a column, repeating the first at the bottom.
  2. Multiply down-right (x₁·y₂, x₂·y₃, x₃·y₁) and sum: 0·0 + 4·3 + 0·0 = 12.
  3. Multiply down-left (y₁·x₂, y₂·x₃, y₃·x₁) and sum: 0·4 + 0·0 + 3·0 = 0.
  4. Subtract, take absolute value, divide by 2: |12 − 0| / 2 = 6.

(Matches the formula ½ · base · height = ½ · 4 · 3 = 6 ✓.)

Shoelace works for ANY polygon (even concave ones). It's mostly used on triangles and quadrilaterals on AMC.

Pick’s Theorem — the magical dot-counting formula

Here’s a totally different way to find the area of a polygon when all its corners sit on grid dots (called lattice points). Instead of coordinates and arithmetic, you just count two kinds of dots.

PICK’S THEOREM

Area = I + B/2 − 1

  • I = number of lattice dots strictly inside the polygon.
  • B = number of lattice dots on the boundary (corners and along the edges).

Let’s try it. Below is a polygon drawn on a grid. Count dots, then plug in.

boundary dots (B = 8)  ·  interior dots (I = 5)

Plug in: Area = 5 + 8/2 − 1 = 5 + 4 − 1 = 8. Done — no coordinates, no shoelace, just dot-counting.

For polygons drawn on grid paper, Pick’s is usually the fastest path to the area.

When to use Shoelace vs Pick’s:

  • If the polygon’s corners are easy coordinates (and especially if not on grid dots) → Shoelace.
  • If the polygon sits on a clean grid where you can SEE and COUNT the dots → Pick’s.
  • Both will always give the same answer. Use whichever is faster for that specific picture.
For older kids: counting boundary dots on slanted edges

Some edges of a lattice polygon go diagonally and pass through extra lattice dots between the corners. To count those, use this rule: the number of lattice dots on a segment from (x₁,y₁) to (x₂,y₂)not counting the starting endpoint — equals gcd(|x₂−x₁|, |y₂−y₁|).

Example: from (0,0) to (6,4), gcd(6,4) = 2, so the segment passes through 2 lattice dots (including the endpoint, not the start). Tally each edge this way to get the total boundary count B.

THE TRICK

For grid-based polygons where coordinates are easy to read, Shoelace beats decomposition. For 'find a triangle's area from coordinates' problems, Shoelace is one formula away from the answer.

WORKED EXAMPLE
PROBLEM · 2015 #19

A triangle with vertices as A = (1, 3), B = (5, 1), and C = (4, 4) is plotted on a 6 × 5 grid. What fraction of the grid is covered by the triangle?

A) 16 B) 15 C) 14 D) 13 E) 12

Triangle ABC has vertices A=(1,3), B=(5,1), C=(4,4) on a 6×5 grid. Apply Shoelace.

Step 1. Walk around in order: (1,3) → (5,1) → (4,4), then back to (1,3).

Step 2. Down-right sum (xi·yi+1): 1·1 + 5·4 + 4·3 = 1 + 20 + 12 = 33.

Step 3. Down-left sum (yi·xi+1): 3·5 + 1·4 + 4·1 = 15 + 4 + 4 = 23.

Step 4. Area = ½ |33 − 23| = 5. Grid area is 6·5 = 30, so the fraction is 5/30 = 1/6.

Shoelace is mechanical. Set up the coordinates carefully (going in one direction around the polygon), do the cross-multiplications, take absolute value, halve.

Answer: A — 1/6.
RULE OF THUMB

For coordinate-given polygons, Shoelace beats decomposition. List vertices in order, sum x·y_next − y·x_next, divide by 2.

MORE LIKE THIS
2001 · #11 Points A, B, C, and D have these coordinates: A(3, 2), B(3, −2), C(−3, −2), and D(−3, 0). What is the area of quadrilateral ABCD?

Points A, B, C, and D have these coordinates: A(3, 2), B(3, −2), C(−3, −2), and D(−3, 0). What is the area of quadrilateral ABCD?

ABCD
Show answer
Answer: C — 18.
Show hints
Hint 1 of 2
Plot the points — two of the sides are vertical, so this is a trapezoid.
Still stuck? Show hint 2 →
Hint 2 of 2
Use ½(b₁ + b₂)·h with the vertical sides as the parallel bases.
Show solution
Approach: trapezoid with two vertical sides
  1. AB and DC are both vertical, so ABCD is a trapezoid. AB runs from y = 2 to y = −2 (length 4); DC from y = 0 to y = −2 (length 2).
  2. The horizontal gap between them is 6, so area = ½(4 + 2)·6 = 18.
1993 · #18 (figure problem)
ajhsme-1993-18
Show answer
Answer: A — 320.
Show hints
Hint 1 of 2
Subtract the two right triangles cut off from the rectangle to leave ABDF.
Still stuck? Show hint 2 →
Hint 2 of 2
△BCD and △FED are right triangles with one leg = a midpoint half-length.
Show solution
Approach: rectangle minus two corner right triangles
  1. Rectangle ACDE has area 32 × 20 = 640. The two right triangles cut off to leave ABDF are △BCD (legs BC = 16, CD = 20, area 160) and △FED (legs FE = 10, ED = 32, area 160).
  2. ABDF = 640 − 160 − 160 = 320.
Another way — coordinates + shoelace:
  1. Place A(0,20), B(16,20), D(32,0), F(0,10). Shoelace gives ½|0·(20−10) + 16·(0−20) + 32·(10−20) + 0·(20−0)| = ½(320 + 320) = 320.
1996 · #22 (figure problem)
ajhsme-1996-22
Show answer
Answer: B — 1/2.
Show hints
Hint 1 of 2
A, B, and C are almost in a line, so the triangle is very thin.
Still stuck? Show hint 2 →
Hint 2 of 2
Read their lattice coordinates and use the area formula.
Show solution
Approach: coordinates and the area formula
  1. Reading the grid, A = (0,0), B = (3,2), C = (4,3).
  2. The area is ½|0(2−3) + 3(3−0) + 4(0−2)| = ½|9 − 8| = 1/2.
2013 · #24 Squares ABCD, EFGH, and GHIJ are equal in area. Points C and D are the midpoints of sides IH and HE, respectively. What is the ratio of...
amc8-2013-24
Show answer
Answer: C — 1/3.
Show hints
Hint 1 of 2
Set each square's side to 1. Place coordinates: F = (0, 0), E = (0, 1), G = (1, 0), H = (1, 1), J = (2, 0), I = (2, 1).
Still stuck? Show hint 2 →
Hint 2 of 2
Then D = (0.5, 1), C = (1.5, 1), A = (0.5, 2), B = (1.5, 2). Use the shoelace formula on pentagon AJICB.
Show solution
Approach: coordinates + shoelace
  1. Side length 1. Vertices: A = (0.5, 2), J = (2, 0), I = (2, 1), C = (1.5, 1), B = (1.5, 2).
  2. Shoelace: ½ |(0.5·0 + 2·1 + 2·1 + 1.5·2 + 1.5·2) − (2·2 + 0·2 + 1·1.5 + 1·1.5 + 2·0.5)| = ½ |10 − 8| = 1.
  3. Total square area = 3 · 1 = 3. Ratio = 1 / 3 = 1/3.
CHAPTER 10

Folding, cutting, and transformations

THEORY

Folding problems: a paper or shape is folded along a line. After the fold, some parts overlap; some cuts go through multiple layers.

Key insights for folds:

  • The fold line is an axis of symmetry. Each side mirrors the other across it.
  • A point at distance d from the fold line maps to a point at distance d on the other side.
  • A single cut through folded paper creates symmetric cuts when the paper is unfolded.

Rolling problems: a shape rolls around the outside of another shape. The total rotation has two parts:

  • Rolling component = (perimeter traveled along) ÷ (perimeter of the rolling shape) × 360°.
  • Corner-pivot component = at each corner of the fixed shape, the rolling shape pivots through the exterior angle of that corner. For a hexagon (interior 120°), each exterior angle is 60°, so 6 corners contribute 6·60° = 360°.

Add the two components for the total rotation.

Reflection: reflecting a point across a vertical line flips its x-coordinate. Across a horizontal line, flips y-coordinate. The shape's orientation reverses (left ↔ right mirror image).

THE TRICK

For folded-paper problems: pick a specific size (often the simplest works), draw the fold, see what gets cut. Then unfold mentally — each cut in the folded paper becomes a symmetric cut in the unfolded paper.

WORKED EXAMPLE
PROBLEM · 2023 #2

A square is folded in half, then in half again (so it's quartered), then a triangular notch is cut from the folded corner. When unfolded, what does the paper look like?

The key insight: when you fold a square twice into quarters, the folded corner is the center of the original sheet. All four corners of the original now stack on top of each other at that center.

So the cut goes through four layers at once, removing four identical triangular pieces — one from each quadrant, all meeting at the center.

When you unfold, those four notches join into a single diamond-shaped hole in the middle of the paper. That matches figure (E).

The whole problem is one question: where does the folded corner sit in the original? Answer: at the center. Everything else — the cut, the unfolded shape, the 4-fold symmetry — follows from that.

Answer: E — It matches figure (E).
RULE OF THUMB

For folding / cutting: pick a concrete size. For rolling: total rotation = rolling component (perimeter traveled ÷ rolling-shape perimeter × 360°) + corner pivots (sum of exterior angles at corners touched).

MORE LIKE THIS
1998 · #20 Let PQRS be a square piece of paper. P is folded onto R, and then Q is folded onto S. The area of the resulting figure is 9 square...

Let PQRS be a square piece of paper. P is folded onto R, and then Q is folded onto S. The area of the resulting figure is 9 square inches. Find the perimeter of square PQRS.

Show answer
Answer: D — 24 inches.
Show hints
Hint 1 of 2
Each fold halves the area.
Still stuck? Show hint 2 →
Hint 2 of 2
After two folds the figure is one-fourth of the square's area.
Show solution
Approach: two folds → quarter area → side
  1. Folding P onto R halves the square, and folding Q onto S halves it again, leaving one-fourth of the area: s²/4 = 9, so s² = 36 and s = 6.
  2. The perimeter is 4 × 6 = 24 inches.
2001 · #16 A square piece of paper, 4 inches on a side, is folded in half vertically. Both layers are then cut in half parallel to the fold. Three...

A square piece of paper, 4 inches on a side, is folded in half vertically. Both layers are then cut in half parallel to the fold. Three new rectangles are formed, a large one and two small ones. What is the ratio of the perimeter of one of the small rectangles to the perimeter of the large rectangle?

Show answer
Answer: E — 5/6.
Show hints
Hint 1 of 2
Track the dimensions: folding the 4×4 square makes a 4×2 rectangle.
Still stuck? Show hint 2 →
Hint 2 of 2
After the cut, the large rectangle is 4×2 and each small one is 4×1.
Show solution
Approach: find each rectangle's dimensions, then compare perimeters
  1. Folding the 4×4 square in half gives a 4×2 shape; cutting parallel to the fold yields one large 4×2 rectangle and two small 4×1 rectangles.
  2. Perimeter ratio = 2(4 + 1) : 2(4 + 2) = 10 : 12 = 5/6.
2023 · #17 (figure problem)
amc8-2023-17
Show answer
Answer: A — Face 1.
Show hints
Hint 1 of 2
An octahedron has 8 faces in two hemispheres of 4 each, and exactly 4 faces meet at each vertex.
Still stuck? Show hint 2 →
Hint 2 of 2
Faces 2, 3, 4, 5 all share a vertex in the net — that's the bottom hemisphere. Top hemisphere = {Q, 6, 7, 1}.
Show solution
Approach: split the eight faces into two hemispheres of four
  1. An octahedron has 4 faces meeting at each vertex. In the net, faces 2, 3, 4, 5 all share a vertex, so they form one hemisphere (the bottom).
  2. The other hemisphere holds the remaining 4 faces: Q, 6, 7, and 1.
  3. Tracing the fold from Q, edges align so that face 1 ends up to its right.
2003 · #25 (figure problem)
amc8-2003-25
Show answer
Answer: C — 27/4 square centimeters.
Show hints
Hint 1 of 3
The big square has area 25, so its side is 5 — find its center O.
Still stuck? Show hint 2 →
Hint 2 of 3
Folding A onto O over BC means A and O are mirror images, so A is exactly as far from BC as O is.
Still stuck? Show hint 3 →
Hint 3 of 3
Get the base BC and that height, then take half their product.
Show solution
Approach: use the fold to find the triangle's height
  1. Square WXYZ has area 25, so its side is 5 and its center O is 5/2 from side WZ.
  2. The base BC sits 2 cm outside WZ (two unit squares), so BC is 5 − 2 = 3 cm long, and O is 2 + 5/2 = 9/2 cm from BC.
  3. Folding A onto O across BC makes A the mirror image of O, so A is also 9/2 cm from BC — that's the triangle's height.
  4. Area = ½ × 3 × 9/2 = 27/4 cm².
2005 · #3 What is the minimum number of small squares that must be colored black so that a line of symmetry lies on the diagonal BD of square ABCD?
amc8-2005-03
Show answer
Answer: D — 4.
Show hint
Hint 1
Every black square off the diagonal must have its mirror image (across BD) also black. Count which mirror images are missing.
Show solution
Approach: count missing reflections
  1. Each of the 4 already-black off-diagonal cells has its mirror image (across BD) still white.
  2. We must blacken those 4 mirror cells ⇒ 4 additional squares.
CHAPTER 11

Similar figures — when shapes scale

THEORY

Two shapes are similar if they have the same shape but possibly different sizes. Every corresponding angle is equal, and every pair of corresponding sides is in the same ratio. Think of them as enlarge-or-shrink copies of each other.

SCALE FACTOR k

If a smaller figure scales up to a larger by factor k (every side multiplied by k):

  • All lengths scale by k (sides, perimeter, diagonals).
  • All areas scale by .
  • All volumes scale by .

Walkthrough. Two squares are similar (all squares are, by definition). One has side 3, the other side 6. So the scale factor is k = 2.

  • Perimeters: 12 and 24 — ratio 2.
  • Areas: 9 and 36 — ratio 4 = 2².

This squaring of the area ratio is the most-used fact. A scale model that's half the size has quarter the surface area; a model that's one-tenth the size has one-hundredth the surface area.

side 9side 8area = Aside 18side 16area = 4Ak = 2

Sides double → area quadruples. Always 2² = 4, never 2.

When are two triangles similar?

You don't need to check all six conditions (3 angles + 3 side ratios). Any one of these three is enough:

SIMILARITY CRITERIA

  • AA (Angle-Angle): two pairs of equal corresponding angles. The third pair is automatic (triangle angles sum to 180°).
  • SAS (Side-Angle-Side): two pairs of sides in the same ratio, with the angle between them equal.
  • SSS (Side-Side-Side): all three pairs of sides in the same ratio.

The AA trick is the workhorse. Whenever you spot two triangles sharing an angle (or formed by parallel lines crossed by a transversal — equal alternate-interior angles), they're similar by AA. From there, set up the side-ratio equation and solve.

Classic configuration: parallel cuts on a triangle. If a line parallel to one side of a triangle cuts the other two sides, it creates a smaller triangle similar to the original.

THE TRICK

When areas of similar figures appear in a problem, the ratio of areas equals the square of the side ratio. If the question gives you areas and asks for sides, take the square root.

Example. Two similar triangles have areas 25 and 100. Their side ratio is √(25/100) = 1/2.

For 3D: volumes scale by k³. Two similar cones with volumes 8 and 27 cubic cm have side ratio ∛(8/27) = 2/3.

WORKED EXAMPLE
PROBLEM · 2002 #20

Triangle XYZ has area 8 sq in. The shaded region is △XYC (with C the midpoint of YZ) minus a small top triangle formed by midpoints. Find the shaded area.

Step 1. Altitude XC cuts △XYZ into two equal halves, so △XYC has area 8 ÷ 2 = 4.

Step 2. The small top triangle's sides are half the corresponding sides of △XYC (midpoint segments), so it's similar with k = 1/2. Its area = (1/2)² = 1/4 of △XYC = 4 · 1/4 = 1.

Step 3. Shaded = 4 − 1 = 3 square inches.

Two similar-figures moves in one problem: a midpoint segment halves linear dimensions (k = ½), and area scales by k² = ¼. Both are pattern-matches, not arithmetic.

Answer: D — 3 square inches.
RULE OF THUMB

Lengths scale by k. Areas scale by k². Volumes scale by k³. For triangle similarity, AA is usually enough — look for shared angles or parallel-line angle pairs.

MORE LIKE THIS
1999 · #25 (figure problem)
amc8-1999-25
Show answer
Answer: A — About 6.
Show hints
Hint 1 of 2
Each shaded triangle has one-fourth the area of the previous one.
Still stuck? Show hint 2 →
Hint 2 of 2
Sum the geometric series — 100 terms is essentially the whole infinite sum.
Show solution
Approach: quarter-ratio geometric series
  1. The shaded triangles have areas 9/2, 9/8, 9/32, …, each one-fourth of the one before.
  2. The infinite sum is (9/2) ÷ (1 − ¼) = (9/2) ÷ (3/4) = 6, and 100 triangles is indistinguishable from that.
  3. So the total shaded area is nearest 6.
2018 · #20 (figure problem)
amc8-2018-20
Show answer
Answer: A — 4/9.
Show hints
Hint 1 of 2
DE ∥ BC means ▵ADE is similar to ▵ABC with ratio AE/AB = 1/3. Similarly ▵EFB ~ ▵ABC with ratio 2/3.
Still stuck? Show hint 2 →
Hint 2 of 2
Area scales as the square of the similarity ratio. The quadrilateral is what's left after removing those two triangles.
Show solution
Approach: carve away two similar triangles
  1. AE/AB = 1/3 ⇒ ▵ADE has area (1/3)2 = 1/9 of ▵ABC.
  2. EB/AB = 2/3 ⇒ ▵EFB has area (2/3)2 = 4/9 of ▵ABC.
  3. Quadrilateral CDEF = ABC − ADE − EFB = 1 − 1/9 − 4/9 = 4/9.
2017 · #22 (figure problem)
amc8-2017-22
Show answer
Answer: D — r = 10/3.
Show hints
Hint 1 of 2
Two tangents from B to the semicircle have equal length, so BD = BC = 5. That fixes AD = 13 − 5 = 8.
Still stuck? Show hint 2 →
Hint 2 of 2
▵ADO is similar to ▵ACB (both right, share angle A). Use the ratio r/8 = 5/12.
Show solution
Approach: tangent lengths + similar triangles
  1. Hypotenuse AB = √(122 + 52) = 13. Let O be the semicircle's center on AC and D its tangent point on AB.
  2. Tangents from B to the circle: BC = BD = 5. So AD = 13 − 5 = 8.
  3. ▵ADO ~ ▵ACB (right at D and C respectively, share angle A) ⇒ r8 = 512.
  4. r = 40/12 = 10/3.
⬢ FINAL TEST

Stretch test

Five harder geometry problems combining multiple techniques.

2017 · #16 (figure problem)
amc8-2017-16
Show answer
Answer: D — 12/5.
Show hints
Hint 1 of 2
Equal perimeters: AC + CD + AD = AB + BD + AD ⇒ AC + CD = AB + BD. Plug in AC=3, AB=4, CD+BD=5.
Still stuck? Show hint 2 →
Hint 2 of 2
BD = 2 and CD = 3. The two triangles share the altitude from A, so their areas scale as BD : BC.
Show solution
Approach: equal perimeters set BD, then area ratio
  1. ▵ABC is a 3-4-5 right triangle (right angle at A). Let BD = x, so CD = 5 − x.
  2. AD is shared, so equal perimeters ⇒ AC + CD = AB + BD ⇒ 3 + (5 − x) = 4 + xx = 2.
  3. ▵ABD and ▵ABC share the altitude from A to line BC, so areas are in ratio BD : BC = 2 : 5.
  4. Area of ▵ABC = (1/2)(3)(4) = 6. Area of ▵ABD = (2/5)(6) = 12/5.
2002 · #16 (figure problem)
amc8-2002-16
Show answer
Answer: E — X + Y = Z.
Show hints
Hint 1 of 2
Each outer triangle is right isosceles, so its area is half the square built on the side it sits on.
Still stuck? Show hint 2 →
Hint 2 of 2
That ties X, Y, Z to 3², 4², 5² — and 3² + 4² = 5².
Show solution
Approach: each isosceles right triangle's area is half the square on its side
  1. A right isosceles triangle on a side of length s has both legs s, so its area is ½s². Thus X = ½·3² = 4.5, Y = ½·4² = 8, Z = ½·5² = 12.5.
  2. Because 3² + 4² = 5², halving every term gives X + Y = Z (4.5 + 8 = 12.5), so the answer is E.
2008 · #23 In square ABCE, AF = 2FE and CD = 2DE. What is the ratio of the area of ▵BFD to the area of square ABCE?
amc8-2008-23
Show answer
Answer: C — 5/18.
Show hints
Hint 1 of 2
△BFD doesn't sit nicely in the square — but the three corner triangles around it do.
Still stuck? Show hint 2 →
Hint 2 of 2
Triangle area = square area − (the three right triangles cut off in the corners).
Show solution
Approach: subtract three corner right triangles from the square
  1. Take side 1, so AF = 2/3, FE = 1/3, CD = 2/3, DE = 1/3. The three corner triangles cut off around △BFD are △ABF (legs 1, 2/3, area 1/3), △BCD (legs 1, 2/3, area 1/3), and △FED (legs 1/3, 1/3, area 1/18).
  2. △BFD = 1 − 1/3 − 1/3 − 1/18 = (18 − 6 − 6 − 1)/18 = 5/18.
Another way — shoelace:
  1. Place E at the origin, side s. B = (s, s), F = (0, s/3), D = (s/3, 0).
  2. Area △BFD = ½ |s(s/3 − 0) + 0(0 − s) + (s/3)(s − s/3)| = ½(s²/3 + 2s²/9) = 5s²/18, so the ratio is 5/18.
1995 · #24 (figure problem)
ajhsme-1995-24
Show answer
Answer: C — 7.2.
Show hints
Hint 1 of 2
The parallelogram's area can be measured two ways: base AB times DE, or base BC times DF.
Still stuck? Show hint 2 →
Hint 2 of 2
Use the right triangle at E to find side BC = AD.
Show solution
Approach: area = base × height, computed two ways
  1. AB = DC = 12 and DE = 6, so the area is 12 × 6 = 72. From right triangle ADE, AE = 12 − 4 = 8, so AD = √(8² + 6²) = 10 = BC.
  2. Then area = BC × DF gives 10 · DF = 72, so DF = 7.2.
2003 · #25 (figure problem)
amc8-2003-25
Show answer
Answer: C — 27/4 square centimeters.
Show hints
Hint 1 of 3
The big square has area 25, so its side is 5 — find its center O.
Still stuck? Show hint 2 →
Hint 2 of 3
Folding A onto O over BC means A and O are mirror images, so A is exactly as far from BC as O is.
Still stuck? Show hint 3 →
Hint 3 of 3
Get the base BC and that height, then take half their product.
Show solution
Approach: use the fold to find the triangle's height
  1. Square WXYZ has area 25, so its side is 5 and its center O is 5/2 from side WZ.
  2. The base BC sits 2 cm outside WZ (two unit squares), so BC is 5 − 2 = 3 cm long, and O is 2 + 5/2 = 9/2 cm from BC.
  3. Folding A onto O across BC makes A the mirror image of O, so A is also 9/2 cm from BC — that's the triangle's height.
  4. Area = ½ × 3 × 9/2 = 27/4 cm².
APPENDIX

Geometry quick-reference

Memorize these

FORMULAS TO KNOW COLD

  • Rectangle: A = lw, P = 2(l + w).
  • Square: A = s², P = 4s, diagonal = s√2.
  • Triangle: A = ½ b h. Pythagorean: a² + b² = c².
  • Equilateral triangle (side s): A = (√3/4) s². Height = (√3/2) s.
  • Parallelogram: A = b h (h ⊥ base).
  • Trapezoid: A = ½ (b₁ + b₂) h.
  • Regular hexagon (side s): A = (3√3/2) s² (= 6 equilateral triangles of side s).
  • Circle: A = π r², C = 2π r. Sector: π r² · θ/360. Arc: 2π r · θ/360.
  • Cube: SA = 6 s², V = s³. Space diagonal = s√3.
  • Box (a × b × c): SA = 2(ab + bc + ca), V = abc. Space diagonal = √(a² + b² + c²).
  • Cylinder: V = π r² h, SA = 2π r² + 2π r h.
  • Cone (radius r, height h): V = ⅓ π r² h.
  • Sphere: V = (4/3) π r³, SA = 4π r².
  • Distance between two points: √((x₂−x₁)² + (y₂−y₁)²).
  • Equation of a circle: (x−a)² + (y−b)² = r² (center (a,b), radius r).
  • Pick's Theorem (lattice polygons): A = I + B/2 − 1.
  • 13-14-15 triangle: area = 84 (splits into 5-12-13 + 9-12-15).
  • Pythagorean triples: 3-4-5, 5-12-13, 8-15-17, 7-24-25, 9-40-41, 20-21-29.
  • Special right triangles: 45-45-90 sides 1:1:√2. 30-60-90 sides 1:√3:2.
  • Polygon interior angle sum: (n−2) · 180°.
  • Regular polygon angles: interior = (n−2)·180/n; exterior = 360/n. Pentagon 108, hexagon 120, octagon 135, n-gon 9 → 140, 10-gon → 144.
  • Inscribed right triangle: if a triangle inscribed in a circle has a side equal to the diameter, the opposite angle is 90°.
  • Tangent ⊥ radius: a tangent line meets the radius at the touch-point at 90°.

QUADRILATERAL AREAS

  • square · rectangle / parallelogram b·h
  • rhombus ½·d₁·d₂ (the diagonals — not the sides!)
  • trapezoid ½(b₁+b₂)·h (average the parallel sides, times height)
Common traps
  • Confusing slanted side with height in parallelogram / triangle area formulas. Height is always perpendicular.
  • Forgetting symmetry. Look for fold axes or rotational symmetry before computing.
  • Misreading the figure. Always redraw the figure on your own paper.
  • Area vs perimeter mix-up. Pay attention to units: square units for area.
  • Off-by-one on grid counts. A 5×5 grid of squares has 6 horizontal lines and 6 vertical lines.
  • Forgetting overlap in two-region area sums. Use A + B − (A ∩ B).
Warm-ups

Drill these:

  • Right triangle with legs 5 and 12: hypotenuse = 13.
  • Square inscribed in a circle of radius r: side = r√2, area = 2 r².
  • Hexagon with side 1: 6 equilateral triangles of side 1; area = 6 · (√3/4) = (3√3)/2 ≈ 2.6.
  • Cube of side 4: SA = 96, V = 64.
  • Cylinder r = 3, h = 5: V = π · 9 · 5 = 45π.
  • Interior angle of a regular octagon: (8−2)·180/8 = 135°.
Want to climb higher? — three advanced geometry facts (#22–#25 territory)
  • British Flag Theorem. For any point P inside a rectangle ABCD: PA² + PC² = PB² + PD². The sum of squared distances to opposite corners is equal — doesn't matter where P sits inside.
  • Euler’s polyhedron formula. For any solid with flat faces: V − E + F = 2 (vertices − edges + faces). Cube: 8 − 12 + 6 = 2 ✓. Tetrahedron: 4 − 6 + 4 = 2 ✓.
  • Inradius of a right triangle (legs a, b, hypotenuse c): r = (a + b − c) / 2. The circle inscribed in a 3-4-5 right triangle has radius (3 + 4 − 5)/2 = 1.
  • Heron’s formula for area from sides only: with semi-perimeter s = (a+b+c)/2, area = √(s(s−a)(s−b)(s−c)). Avoid unless you must — usually decomposing or finding a height is cleaner.