Difference between revisions of "2010 USAMO Problems/Problem 5"
(Created page with '==Problem== Let <math>q = \dfrac{3p-5}{2}</math> where <math>p</math> is an odd prime, and let <center> <cmath> S_q = \frac{1}{2\cdot 3 \cdot 4} + \frac{1}{5\cdot 6 \cdot 7}…') |
(→Solution) |
||
Line 31: | Line 31: | ||
\begin{align*} | \begin{align*} | ||
\frac{1}{p} - 2S_q | \frac{1}{p} - 2S_q | ||
− | &= \frac{1}{2r+1} - \left(\sum_{k= | + | &= \frac{1}{2r+1} - \left(\sum_{k=2}^{3r+1}\frac{1}{k} - \sum_{k=1}^{r} \frac{1}{k}\right) \ |
− | &= \frac{1}{2r+1} - \left(\sum_{k=r+1}^{3r+1}\frac{1}{k} - 1\right | + | &= \frac{1}{2r+1} - \left[\left(\sum_{k=r+1}^{3r+1}\frac{1}{k}\right)- 1\right] \ |
&= 1 - \left(\sum_{k=r+1}^{2r}\frac{1}{k} + \sum_{k=2r+2}^{3r+1}\frac{1}{k}\right) \ | &= 1 - \left(\sum_{k=r+1}^{2r}\frac{1}{k} + \sum_{k=2r+2}^{3r+1}\frac{1}{k}\right) \ | ||
&= 1 - \sum_{k=1}^{r}\left(\frac{1}{(2r+1) - k} + \frac{1}{(2r+1) + k}\right) \ | &= 1 - \sum_{k=1}^{r}\left(\frac{1}{(2r+1) - k} + \frac{1}{(2r+1) + k}\right) \ |
Revision as of 15:51, 11 May 2010
Problem
Let where
is an odd prime, and let
Prove that if for integers
and
, then
is divisible by
.
Solution
Since is an odd prime,
, for a suitable positive integer
, and consequently
.
The partial-fraction decomposition of the general term of is:
therefore
with and
positive relatively-prime integers.
Since and
is a prime, in the final sum all the denominators are relatively prime to
, but all the numerators are divisible by
, and therefore the numerator
of the reduced fraction
will be divisible by
. Since the sought difference
, we conclude that
divides
as required.
Alternative Calculation
We can obtain the result in a slightly different way:
In the above sum the fractions represent every non-zero remainder . Multiplying all the denominators yields a number
that is
. The numerator
is
times the sum of the reciprocals
of each non-zero remainder, and since this sum is
, the numerator is
. The rest of the argument is as before.