AMC 10 · 2021 · #10

Grade 11 geometry-2d
pythagorean-identityarc-measureisosceles-triangleperpendicular-bisector caseworkidentify-subproblems ↑ Prerequisites: isosceles-trianglearc-measure
📏 Long solution 💡 4 insights
Problem
Three points in the coordinate plane are written with a cosine and a sine. Two are pinned at forty and sixty degrees; the third slides, controlled by an angle strictly between zero and three hundred sixty. Find every value of that angle making the triangle isosceles, then add those values together.

Pick an answer.

(A)
100
(B)
150
(C)
330
(D)
360
(E)
380
How to solve
Strategy Make a Systematic List

The phrase "is isosceles" is a three-way condition wearing one name, and the answer choices are built to punish anyone who finds only some of the cases. So Tool #2 (Make a Systematic List) drives everything: name the apex — the vertex where the two equal sides meet — and work through apex A, apex B, apex C as three separate subproblems (Tool #7). Before that casework can be cheap, though, the picture has to be seen: Tool #1 (Draw a Diagram) reveals that (cosθ°, sinθ°) puts all three vertices on one circle of radius 1. That opens the door for Tool #15 (Organize Information in More Ways): on a single circle, side lengths and arc sizes carry exactly the same information, so "two sides are equal" can be rewritten as "two arcs are equal" and the whole problem turns into angle arithmetic instead of distance formulas. Tool #3 (Eliminate Possibilities) does the cleanup at the end, discarding the candidate values of t where C collapses onto a vertex that is already there.

1STEP 1

See the circle hiding in the coordinates

All three sit on one circle.

A = (cos 40°, sin 40°), B = (cos 60°, sin 60°), C = (cos t°, sin t°) all lie on x² + y² = 1
2STEP 2

Trade side lengths for arc sizes

Trade lengths for arc sizes.

chord = 2|sin(α - β)/2| → AB = 2|sin(60° - 40°)/2| = 2sin 10°
3STEP 3

Name the apex, get three cases

Name the apex to get three cases.

Case 1: AB = AC Case 2: BA = BC Case 3: CA = CB
4STEP 4

Case 1: apex at A

The first case gives two values.

AC = AB = 2sin 10° → arc(A, C) = 20° → t = 40 - 20 = 20 or t = 40 + 20 = 60
5STEP 5

Case 2: apex at B

The second gives two more.

BC = BA = 2sin 10° → arc(B, C) = 20° → t = 60 - 20 = 40 or t = 60 + 20 = 80
6STEP 6

Case 3: apex at C

The third puts it on the perpendicular bisector.

CA = CB → C on the perpendicular bisector of AB ∋ O → t = (40 + 60)/2 = 50 or t = 50 + 180 = 230
7STEP 7

Throw out the degenerate values

Discard the coinciding values.

{20, 40, 50, 60, 80, 230} ∖ {40, 60} = {20, 50, 80, 230}
8STEP 8

Add the surviving values

Adding the survivors gives 380.

20 + 50 + 80 + 230 = 380 → (E)
Answer
380
Each surviving value can be checked directly against the arc rule. For t = 20: C is 20° from A and 40° from B, so AC = AB — isosceles. For t = 80: C is 20° from B and 40° from A, so BC = BA — isosceles. For t = 50: C is 10° from each of A and B, so CA = CB — isosceles. For t = 230: going the short way round, C is 170° from A and 170° from B, so again CA = CB — isosceles, and it is the far-side twin of t = 50. Four values, all valid, all distinct, all strictly between 0 and 360. The total 380 is larger than 360, which looks alarming for an angle but is fine here because the answer is a sum of four angles, not one angle. The distractors confirm the case structure exactly: (D) 360 is 380 with t = 20 missed, (C) 330 is 380 with t = 50 missed, (B) 150 is 380 with the far point t = 230 missed, and (A) 100 = 20 + 80 is what is left if the whole apex-at-C case is never considered. Every wrong choice is one dropped solution, which is the signature of a problem testing completeness rather than computation.
💡Key takeaway

When points are given as (cosθ, sinθ) they all live on one circle, so equal sides just mean equal arcs — then check every vertex in turn as the apex, because "isosceles" never tells you which two sides match.

  • See the circle hiding in the coordinates
  • Trade side lengths for arc sizes
  • Name the apex, get three cases
  • Case 1: apex at A
  • Case 2: apex at B
  • Case 3: apex at C
  • Throw out the degenerate values
  • Add the surviving values