Difference between revisions of "Mock AIME 6 2006-2007 Problems/Problem 12"

(Created page with "==Problem== Let <math>x_k</math> be the largest positive rational solution <math>x</math> to the equation <math>(2007-x)(x+2007^{-k})^k=1</math> for all integers <math>k\ge 2<...")
 
Line 3: Line 3:
  
 
==Solution==
 
==Solution==
{{Solution}}
+
 
 +
Let <math>A=2007</math>
 +
 
 +
Solving: <math>(A-x)(x+A^{-k})^k=1</math> we note that the largest positive rational solution <math>x</math> is given by:
 +
 
 +
<math>x=A-\frac{1}{A^k}=\frac{A^{k+1}-1}{A^k}</math>
 +
 
 +
~Tomas Diaz. orders@tomasdiaz.com
 +
 
 +
{{alternate solutions}}

Revision as of 21:10, 26 November 2023

Problem

Let $x_k$ be the largest positive rational solution $x$ to the equation $(2007-x)(x+2007^{-k})^k=1$ for all integers $k\ge 2$. For each $k$, let $x_k=\frac{a_k}{b_k}$, where $a_k$ and $b_k$ are relatively prime positive integers. If \[S=\sum_{k=2}^{2007} (2007b_k-a_k),\] what is the remainder when $S$ is divided by $1000$?

Solution

Let $A=2007$

Solving: $(A-x)(x+A^{-k})^k=1$ we note that the largest positive rational solution $x$ is given by:

$x=A-\frac{1}{A^k}=\frac{A^{k+1}-1}{A^k}$

~Tomas Diaz. orders@tomasdiaz.com

Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.