返回题库

AIME 1994 · 第 3 题

AIME 1994 — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The function ff_{}^{} has the property that, for each real number x,x,\,

f(x)+f(x1)=x2.f(x)+f(x-1) = x^2.\,

If f(19)=94,f(19)=94,\, what is the remainder when f(94)f(94)\, is divided by 10001000?

解析

Solution 1

f(94)=942f(93)=942932+f(92)=942932+922f(91)==(942932)+(922912)++(222212)+202f(19)=94+93++21+40094=4561\begin{aligned}f(94)&=94^2-f(93)=94^2-93^2+f(92)=94^2-93^2+92^2-f(91)=\cdots \\ &= (94^2-93^2) + (92^2-91^2) +\cdots+ (22^2-21^2)+ 20^2-f(19) \\ &= 94+93+\cdots+21+400-94 \\ &= 4561 \end{aligned} So, the remainder is 561\boxed{561}.

Solution 2

Those familiar with triangular numbers and some of their properties will quickly recognize the equation given in the problem. It is well-known (and easy to show) that the sum of two consecutive triangular numbers is a perfect square; that is,

Tn1+Tn=n2,T_{n-1} + T_n = n^2, where Tn=1+2+...+n=n(n+1)2T_n = 1+2+...+n = \frac{n(n+1)}{2} is the nnth triangular number.

Using this, as well as using the fact that the value of f(x)f(x) directly determines the value of f(x+1)f(x+1) and f(x1),f(x-1), we conclude that f(n)=Tn+Kf(n) = T_n + K for all odd nn and f(n)=TnKf(n) = T_n - K for all even n,n, where KK is a constant real number.

Since f(19)=94f(19) = 94 and T19=190,T_{19} = 190, we see that K=96.K = -96. It follows that f(94)=T94(96)=94952+96=4561,f(94) = T_{94} - (-96) = \frac{94\cdot 95}{2} + 96 = 4561, so the answer is 561\boxed{561}.