1994 AIME Problema 3

Intenta el Problema 3 del 1994 AIME a continuación y luego compara tu respuesta con la solución preparada profesionalmente de LIVE by Po-Shen Loh. También puedes intentar el examen cronometrado completo, ver todas las soluciones del 1994 AIME, o revisar la clave de respuestas.

Todos los problemas se usan con el permiso legal oficial de la Mathematical Association of America (MAA).

3.

La función ff tiene la propiedad de que, para todo número real x,x, f(x)+f(x1)=x2.f(x)+f(x-1)=x^2. Si f(19)=94,f(19)=94, ¿cuál es el residuo al dividir f(94)f(94) entre 10001000?

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 1000?1000?

Respuesta: 561
Conceptos:recursiónsumatoriaaritmética modular
Nivel de dificultad: 1900
Pista pequeña:

Primero usa x=20x=20 para hallar f(20)f(20)

First use x=20x=20 to find f(20)f(20)

Pista grande:

Elimina los términos alternados deduciendo una recurrencia de f(x)f(x) a f(x2)f(x-2)

Eliminate alternating terms by deriving a recurrence from f(x)f(x) to f(x2)f(x-2)

Solución:

Primero, f(20)=202f(19)=306.f(20)=20^2-f(19)=306. Al avanzar dos pasos se obtiene f(x)=x2(x1)2+f(x2)=2x1+f(x2).\begin{aligned}f(x)&=x^2-(x-1)^2+f(x-2)\\&=2x-1+f(x-2).\end{aligned} Por lo tanto, f(94)=306+j=1147(4j1)=306+4(1073)37=4561.\begin{aligned}f(94)&=306+\sum_{j=11}^{47}(4j-1)\\&=306+4(1073)-37\\&=4561.\end{aligned} El residuo pedido es 561.561.

First f(20)=202f(19)=306.f(20)=20^2-f(19)=306. Subtracting through two steps gives f(x)=x2(x1)2+f(x2)=2x1+f(x2).\begin{aligned}f(x)&=x^2-(x-1)^2+f(x-2)\\&=2x-1+f(x-2).\end{aligned} Therefore f(94)=306+j=1147(4j1)=306+4(1073)37=4561.\begin{aligned}f(94)&=306+\sum_{j=11}^{47}(4j-1)\\&=306+4(1073)-37\\&=4561.\end{aligned} The requested remainder is 561.561.

← Problema 2#2
Examen completo

El Problema 3 en otros años