Browse · MATH
Printjmc
algebra senior
Problem
We can write where and are positive integers. Find the smallest possible value of
Solution
More generally, let for a positive integer We can compute the first few values of : \renewcommand{\arraystretch}{1.5}
\begin{array}{c|c}
n & S_n \\ \hline
1 & -3 \\
2 & \frac{1}{2} \\
3 & -\frac{5}{3} \\
4 & -\frac{19}{24} \\
5 & -\frac{21}{20} \\
6 & -\frac{713}{720}
\end{array}
\renewcommand{\arraystretch}{1}First, the denominators seem to be factors of Second, the fractions seem to be getting close to So, we re-write each sum in the form : \renewcommand{\arraystretch}{1.5}
\begin{array}{c|c}
n & S_n \\ \hline
1 & \frac{-2}{1!} - 1 \\
2 & \frac{3}{2!} - 1 \\
3 & \frac{-4}{3!} - 1 \\
4 & \frac{5}{4!} - 1 \\
5 & \frac{-6}{5!} - 1 \\
6 & \frac{7}{6!} - 1 \\
\end{array}
\renewcommand{\arraystretch}{1}Now the pattern is very clear: It appears that So, set Since we expect the sum to telescope, we can compute the difference : Thus, indeed the sum telescopes, which verifies our formula In particular, Then and so
Final answer
202