Skip to main content

2007 AMC 12B Problem 18

Problem 18 of 25IntermediateNumber Theory

Let a,a, b,b, and cc be digits with a0.a\ne0. The three-digit integer abc\overline{abc} lies one third of the way from the square of a positive integer to the square of the next larger integer. The integer acb\overline{acb} lies two thirds of the way between the same two squares. What is a+b+c?a+b+c?

Answer choices

Show solution

Solution

Let the smaller square be N2,N^2, so the larger is (N+1)2(N+1)^2 and the gap is 2N+1.2N+1. Then abc=N2+2N+13, \overline{abc}=N^2+\dfrac{2N+1}{3}, acb=N2+2(2N+1)3. \overline{acb}=N^2+\dfrac{2(2N+1)}{3}. Subtracting, acbabc=9(cb)\overline{acb}-\overline{abc}=9(c-b) =2N+13,=\dfrac{2N+1}{3}, so 27(cb)=2N+1.27(c-b)=2N+1. Since acb\overline{acb} is farther along the interval, cbc-b is positive; and because the right side is odd, cbc-b is odd. If cb3,c-b\ge3, then N40N\ge40 and N2N^2 is not three digits. So cb=1,c-b=1, giving N=13.N=13. The points one third and two thirds of the way from 132=16913^2=169 to 142=19614^2=196 are 178178 and 187,187, so a+b+c=1+7+8=16.a+b+c=1+7+8=16. Thus, the correct answer is C.

More practice

Concepts: perfect square · place value · divisibility

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