Difference between revisions of "Mock AIME 2 2006-2007 Problems/Problem 3"

m
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
Let <math>\displaystyle S</math> be the sum of all positive integers <math>\displaystyle n</math> such that <math>\displaystyle n^2+12n-2007</math> is a perfect square. Find the remainder when <math>\displaystyle S</math> is divided by <math>\displaystyle 1000.</math>
+
Let <math>\displaystyle S</math> be the sum of all [[positive integer]]s <math>\displaystyle n</math> such that <math>\displaystyle n^2+12n-2007</math> is a [[perfect square]]. Find the [[remainder]] when <math>\displaystyle S</math> is divided by <math>\displaystyle 1000.</math>
 
==Solution==
 
==Solution==
{{solution}}
+
 
 +
If <math>n^2 + 12n - 2007 = m^2</math>, we can [[complete the square]] on the left-hand side to get <math>n^2 + 12n + 36 = m^2 + 2043</math> so <math>(n+6)^2 = m^2 + 2043</math>.  Subtracting <math>m^2</math> and [[factoring]] the left-hand side, we get <math>(n + m + 6)(n - m + 6) = 2043</math>.  <math>2043 = 3^2 \cdot 227</math>, which can be split into two [[factor]]s in 3 ways, <math>2043 \cdot 1 = 3 \cdot 681 = 227 \cdot 9</math>.  This gives us three pairs of [[equation]]s to solve for <math>n</math>:
 +
 
 +
<math>n + m + 6 = 2043</math> and <math>n - m + 6 = 1</math> give <math>2n + 12 = 2044</math> and <math>n = 1016</math>.
 +
 
 +
<math>n + m + 6 = 681</math> and <math>n - m + 6 = 3</math> give <math>2n + 12 = 684</math> and <math>n = 336</math>.
 +
 
 +
<math>n + m + 6 = 227</math> and <math>n - m + 6 = 9</math> give <math>2n + 12 = 236</math> and <math>n = 112</math>.
 +
 
 +
Finally, <math>1016 + 336 + 112 = 1464</math>, so the answer is <math>464</math>.
  
 
----
 
----
Line 11: Line 20:
  
 
*[[Mock AIME 2 2006-2007]]
 
*[[Mock AIME 2 2006-2007]]
 +
 +
[[Category:Intermediate Number Theory Problems]]

Revision as of 20:35, 15 September 2006

Problem

Let $\displaystyle S$ be the sum of all positive integers $\displaystyle n$ such that $\displaystyle n^2+12n-2007$ is a perfect square. Find the remainder when $\displaystyle S$ is divided by $\displaystyle 1000.$

Solution

If $n^2 + 12n - 2007 = m^2$, we can complete the square on the left-hand side to get $n^2 + 12n + 36 = m^2 + 2043$ so $(n+6)^2 = m^2 + 2043$. Subtracting $m^2$ and factoring the left-hand side, we get $(n + m + 6)(n - m + 6) = 2043$. $2043 = 3^2 \cdot 227$, which can be split into two factors in 3 ways, $2043 \cdot 1 = 3 \cdot 681 = 227 \cdot 9$. This gives us three pairs of equations to solve for $n$:

$n + m + 6 = 2043$ and $n - m + 6 = 1$ give $2n + 12 = 2044$ and $n = 1016$.

$n + m + 6 = 681$ and $n - m + 6 = 3$ give $2n + 12 = 684$ and $n = 336$.

$n + m + 6 = 227$ and $n - m + 6 = 9$ give $2n + 12 = 236$ and $n = 112$.

Finally, $1016 + 336 + 112 = 1464$, so the answer is $464$.