AMC 10 · 2005 · #18

Grade 10 geometry-2d
dot-productinscribed-anglecoordinate-geometryarea-difference identify-subproblemsarea-differencespatial-visualization ↑ Prerequisites: coordinate-geometryarea-circlesarea-triangles
📏 Long solution 💡 4 insights
Problem
Two points are fixed, and a third ranges over the first quadrant so that the triangle has all three angles acute. Find the area of that region, to the nearest integer.

Pick an answer.

(A)
25
(B)
39
(C)
51
(D)
60
(E)
80
How to solve
Strategy Draw a Diagram

"All three angles acute" is three conditions at once, so we split it into three subproblems (Tool #7), one per vertex. Naming C = (x,y) (Tool #4) turns each condition into an inequality, because an angle is acute exactly when the dot product of the two vectors leaving that vertex is positive. Each inequality has a picture — two half-planes and the outside of a circle — so drawing the diagram (Tool #1) shows R is a diagonal strip with a disk punched out. The area is then easiest as a complement: take the strip and subtract the disk (Tool #16). One check is essential and easy to forget: the disk must lie entirely inside the strip, or subtracting all of it would remove area that was never there.

1STEP 1

Test each angle with a dot product

Each angle becomes a dot product test, handled one at a time.

AB·AC > 0, BA·BC > 0, CA·CB > 0
2STEP 2

Angle A cuts a half-plane

The first fixed point cuts a half-plane.

5(x-2)+5(y-2) > 0 ⇔ x+y > 4
3STEP 3

Angle B cuts the other half-plane

The second cuts the other, leaving a diagonal strip.

-5(x-7)-5(y-7) > 0 ⇔ x+y < 14, so 4 < x+y < 14
4STEP 4

Angle C excludes a disk

The third completes the square into a condition about a circle.

x²+y²-9x-9y+32 > 0 ⇔ (x-9/2)²+(y-9/2)² > 25/2
5STEP 5

Recognise the circle on AB

That circle has the fixed segment as its diameter.

|AB| = 5√(2), M = (9/2,9/2), r = 5√(2)/2, r² = 25/2
6STEP 6

Check the disk fits inside the strip

Checking tangency shows the disk sits wholly inside the strip.

d(M, x+y=4) = 5√(2)/2 = r, d(M, x+y=14) = 5√(2)/2 = r, 9/2 > r
7STEP 7

Area of the strip

Two triangles give the strip area 90.

14²/2-4²/2 = 98-8 = 90
8STEP 8

Subtract the disk and round

Subtracting the disk and rounding gives 51, choice (C).

[R] = 90-25π/2 ≈ 90-39.27 = 50.73
Answer
51
A rough estimate settles most of the choices at once: the strip has area 90 and the removed disk has radius about 3.5, so a little under 40 disappears and the result must be near 50. That rules out 25, 39 and 80 immediately. The real decision is 51 versus 60, and it turns entirely on the disk area 25π/2 = 39.27. A numerical check agrees: sampling a fine grid of points across the first quadrant and testing the three dot-product conditions directly gives an area of about 50.72, matching 90-25π/2 to two decimals.
💡Key takeaway

Each angle being sharp is its own simple region — two half-planes and the outside of one circle — so the answer is just the area left after they overlap.

  • Test each angle with a dot product
  • Angle A cuts a half-plane
  • Angle B cuts the other half-plane
  • Angle C excludes a disk
  • Recognise the circle on AB
  • Check the disk fits inside the strip
  • Area of the strip
  • Subtract the disk and round