Skip to main content

2024 AMC 10A Problem 23

Problem 23 of 25HarderAlgebraNumber Theory

Integers a,a, b,b, and cc satisfy ab+c=100,bc+a=87,ca+b=60. \begin{aligned} ab + c &= 100, \\ bc + a &= 87, \\ ca + b &= 60. \end{aligned} What is ab+bc+ca?ab + bc + ca?

Answer choices

Show solution

Solution

Subtract the second equation from the first: (ac)(b1)=13.(a-c)(b-1)=13. Put u=acu=a-c and v=b1.v=b-1. The four possibilities (u,v)=(1,13),(u,v)=(1,13), (13,1),(13,1), (1,13),(-1,-13), and (13,1)(-13,-1) give, after substitution into bc+a=87,bc+a=87, respectively c=8615,c=\frac{86}{15}, c=743,c=\frac{74}{3}, c=8,c=-8, and c=100.c=100. Only the third is an integer solution of all three original equations: (a,b,c)=(9,12,8).(a,b,c)=(-9,-12,-8). (The last candidate is (87,0,100),(87,0,100), which fails ca+b=60.ca+b=60.) Adding the original equations gives ab+bc+caab+bc+ca +(a+b+c)=247.{}+(a+b+c)=247. Since a+b+c=29,a+b+c=-29, we obtain ab+bc+caab+bc+ca =247(29)=276.=247-(-29)=276. Thus, D is the correct answer.

More practice

Concepts: system of equations · factoring · Diophantine Equation

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.