AMC 10 · 2017 · #10

Grade 8 arithmetic
coordinate-geometryslope-interceptsystems-of-equations convert-to-algebraidentify-subproblems ↑ Prerequisites: slope-intercept
📏 Medium solution 💡 2 insights
Problem
Two lines, ax-2y=c and 2x+by=-c, are perpendicular to each other and cross at the point (1,-5). The numbers a, b, and c are unknown. Find the value of c.

Pick an answer.

(A)
-13
(B)
-8
(C)
2
(D)
8
(E)
13

AMC 10 2017 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Introduce a Variable

Tool #4 (Introduce a Variable): a, b, c are all unknown, so I keep them as letters and let the conditions pin them down. Tool #7 (Identify Subproblems): the two facts give two separate handles — 'perpendicular' controls the slopes, and 'passes through (1,-5)' controls the constants — so I solve each piece and then combine. Tool #13 (Convert to Algebra): I turn each geometric statement into an equation and finish with ordinary algebra.

1STEP 1

Find each slope

Solve each equation for y: ax-2y=c gives slope a/2, and 2x+by=-c gives slope -2/b.

slope₁=a/2, slope₂=-2/b
2STEP 2

Use perpendicular

Perpendicular means the slopes multiply to -1: a/2·(-2/b)=-1, so -a/b=-1, which simplifies to a=b.

a/2·(-2/b)=-1 → -a/b=-1 → a=b
3STEP 3

Plug in the point

Substitute (1,-5) into both lines: line 1 gives a+10=c, and line 2 gives c=5b-2.

a+10=c, c=5b-2
4STEP 4

Solve the system

With a=b, the two expressions for c meet: a+10=5a-2, so 12=4a and a=3.

a+10=5a-2 → 12=4a → a=3
5STEP 5

Read off c

Put a=3 into c=a+10: c=3+10=13, which is choice (E).

c=a+10=3+10=13 → (E)
Answer
13
With a=b=3 and c=13, the lines are 3x-2y=13 and 2x+3y=-13. Check the point: 3(1)-2(-5)=3+10=13 and 2(1)+3(-5)=2-15=-13 — both hold. Their slopes are 3/2 and -2/3, whose product is -1, so they really are perpendicular. Everything is consistent with c=13.
💡Key takeaway

Read each line's slope, use 'perpendicular means slopes multiply to -1' to link a and b, then plug the shared point into both equations and solve — that gives c=13, choice (E).

  • Find each slope
  • Use perpendicular
  • Plug in the point
  • Solve the system
  • Read off c