AMC 10 · 2019 · #6

Grade 8 geometry-2d
pythagorean-theoremcoordinate-geometryarea-trianglesperimeterpolygon-inequality identify-subproblemscasework ↑ Prerequisites: pythagorean-theoremarea-trianglescoordinate-geometry
📏 Medium solution 💡 3 insights
Problem
Two points in a plane are 10 units apart. Count all third points that make a triangle of perimeter exactly 50 and area exactly 100.

Pick an answer.

(A)
0
(B)
2
(C)
4
(D)
8
(E)
infinitely many
How to solve
Strategy Draw a Diagram

Plant AB on a coordinate axis (Tool #1 + #9 makes the picture concrete). Split the requirements into (a) area → height of C above AB, and (b) perimeter → sum of slanted sides AC + BC (Tool #7 sub-questions). Then test whether ANY C at the required height can give the required slant sum — try the best (closest) candidate first (Tool #6); if even that fails, no C works.

1STEP 1

Set up coordinates

Place the two points symmetrically.

A = (-5, 0), B = (5, 0), C = (x, y)
2STEP 2

Area fixes the height

The area pins the height.

5|y| = 100 → |y| = 20
3STEP 3

The other two sides

The perimeter fixes their sum.

|AC| + |BC| = 50 - 10 = 40
4STEP 4

Find the smallest possible sum

Find the minimum at that height.

|AC| + |BC| = 10√(17)
5STEP 5

Compare the two

The minimum is already larger than required.

10√(17) ≈ 41.23 > 40
6STEP 6

Check every position

No position can satisfy both.

min_C on y=20(|AC|+|BC|) = 10√(17) > 40
7STEP 7

Count them

So the answer is 0.

Count of valid C = 0 → (A)
Answer
0
Quick gut check: a triangle with base 10 and area 100 has height 20 — it's a very TALL skinny triangle. The shortest slant from a point 20 up to either endpoint of a base 10 wide is already at least √(5² + 20²) ≈ 20.6. Two of those slants sum to at least ≈ 41.2, plus the base 10 gives perimeter at least ≈ 51.2 > 50. There's no room — answer (A) 0 is consistent.
💡Key takeaway

This AMC 12 problem only needs Grade 8 Pythagorean thinking you already know: area =100 forces C to sit 20 above (or below) AB. Even the closest such C gives slants summing to 10√(17)≈ 41.2 > 40, so the perimeter 50 is impossible — 0 points.