Difference between revisions of "2007 AMC 12B Problems/Problem 18"

(New page: ==Problem 18== Let <math>a</math>, <math>b</math>, and <math>c</math> be digits with <math>a\ne 0</math>. The three-digit integer <math>abc</math> lies one third of the way from the square...)
 
m (spaced out answer choices)
Line 2: Line 2:
 
Let <math>a</math>, <math>b</math>, and <math>c</math> be digits with <math>a\ne 0</math>. The three-digit integer <math>abc</math> lies one third of the way from the square of a positive integer to the square of the next larger integer. The integer <math>acb</math> lies two thirds of the way between the same two squares. What is <math>a+b+c</math>?
 
Let <math>a</math>, <math>b</math>, and <math>c</math> be digits with <math>a\ne 0</math>. The three-digit integer <math>abc</math> lies one third of the way from the square of a positive integer to the square of the next larger integer. The integer <math>acb</math> lies two thirds of the way between the same two squares. What is <math>a+b+c</math>?
  
<math>\mathrm {(A)} 10</math>  <math>\mathrm {(B)} 13</math>  <math>\mathrm {(C)} 16</math>  <math>\mathrm {(D)} 18</math>  <math>\mathrm {(E)} 21</math>
+
<math>\mathrm{(A)}\ 10 \qquad \mathrm{(B)}\ 13 \qquad \mathrm{(C)}\ 16 \qquad \mathrm{(D)}\ 18 \qquad \mathrm{(E)}\ 21</math>
  
 
==Solution==
 
==Solution==

Revision as of 00:05, 21 February 2008

Problem 18

Let $a$, $b$, and $c$ be digits with $a\ne 0$. The three-digit integer $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$ lies two thirds of the way between the same two squares. What is $a+b+c$?

$\mathrm{(A)}\ 10 \qquad \mathrm{(B)}\ 13 \qquad \mathrm{(C)}\ 16 \qquad \mathrm{(D)}\ 18 \qquad \mathrm{(E)}\ 21$

Solution

The difference between $acb$ and $abc$ is given by

$(100a + 10c + b) - (100a + 10b + c) = 9(c-b)$

The difference between the two squares is three times this amount or

$27(c-b)$

The difference between two consecutive squares is always an odd number. The consecutive squares with common difference $27$ are $13^2=169$ and $14^2=196$. One third of the way between them is $178$ and two thirds of the way is $187$

This gives $a=1$, $b=7$, $c=8$

$a+b+c = 16 \Rightarrow \mathrm{(C)}$