2009 AIME I Problema 6

Intenta el Problema 6 del 2009 AIME I 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 2009 AIME I, o revisar la clave de respuestas.

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

6.

¿Cuántos enteros positivos NN menores que 10001000 hay tales que la ecuación xx=Nx^{\lfloor x \rfloor} = N tenga solución para xx? (La notación x\lfloor x \rfloor denota el mayor entero que es menor o igual que x.x.)

How many positive integers NN less than 10001000 are there such that the equation xx=Nx^{\lfloor x \rfloor} = N has a solution for x?x? (The notation x\lfloor x \rfloor denotes the greatest integer that is less than or equal to x.x.)

Respuesta: 412
Conceptos:funciones piso y techoconteo de enteros en un rangoanálisis por casos
Nivel de dificultad: 2390
Pista pequeña:

Si x=k,\lfloor x \rfloor = k, entonces cuando xx recorre [k,k+1)[k, k+1) el valor xkx^k cubre exactamente los enteros desde kkk^k hasta (k+1)k1.(k+1)^k - 1.

If x=k,\lfloor x \rfloor = k, then as xx runs over [k,k+1)[k, k+1) the value xkx^k covers exactly the integers from kkk^k to (k+1)k1(k+1)^k - 1

Pista grande:

Suma las cantidades (k+1)kkk(k+1)^k - k^k para k=1,k = 1, 2,2, 3,3, y 4;4; para k=5k = 5 los valores ya superan 1000.1000.

Sum the counts (k+1)kkk(k+1)^k - k^k for k=1,k = 1, 2,2, 3,3, and 4;4; for k=5k = 5 the values already exceed 10001000

Solución:

Supón que x=k\lfloor x \rfloor = k para un entero positivo k.k. Cuando xx recorre [k,k+1),[k, k+1), el valor xkx^k crece de forma continua desde kkk^k hacia (k+1)k,(k+1)^k, así que los enteros alcanzables NN son exactamente los que cumplen kkN(k+1)k1:k^k \le N \le (k+1)^k - 1: hay (k+1)kkk(k+1)^k - k^k de ellos, y estos rangos son disjuntos para distintos k.k. Si 0<x<1,0 \lt x \lt 1, entonces xx=x0=1,x^{\lfloor x \rfloor} = x^0 = 1, que ya se alcanza. Si x<0,x \lt 0, entonces x\lfloor x \rfloor es negativo; un exponente impar da un valor negativo, mientras que un exponente par da un valor estrictamente entre 00 y 1.1. Por tanto, ningún x<1x \lt 1 produce un entero positivo nuevo.

Para k=1,k = 1, 2,2, 3,3, y 4,4, las cantidades son 21=1,2 - 1 = 1, 94=5,9 - 4 = 5, 6427=37,64 - 27 = 37, y 625256=369,625 - 256 = 369, y todo NN de este tipo es a lo sumo 624<1000.624 \lt 1000. Para k=5k = 5 el valor más pequeño es 55=3125>1000.5^5 = 3125 \gt 1000.

El total es 1+5+37+369=412.1 + 5 + 37 + 369 = 412.

Suppose x=k\lfloor x \rfloor = k for a positive integer k.k. As xx runs over [k,k+1),[k, k+1), the value xkx^k increases continuously from kkk^k toward (k+1)k,(k+1)^k, so the attainable integers NN are exactly those with kkN(k+1)k1:k^k \le N \le (k+1)^k - 1: there are (k+1)kkk(k+1)^k - k^k of them, and these ranges are disjoint for different k.k. If 0<x<1,0 \lt x \lt 1, then xx=x0=1,x^{\lfloor x \rfloor} = x^0 = 1, which is already attained. If x<0,x \lt 0, then x\lfloor x \rfloor is negative; an odd exponent gives a negative value, while an even exponent gives a value strictly between 00 and 1.1. Thus no x<1x \lt 1 produces a new positive integer.

For k=1,k = 1, 2,2, 3,3, and 4,4, the counts are 21=1,2 - 1 = 1, 94=5,9 - 4 = 5, 6427=37,64 - 27 = 37, and 625256=369,625 - 256 = 369, and every such NN is at most 624<1000.624 \lt 1000. For k=5k = 5 the smallest value is 55=3125>1000.5^5 = 3125 \gt 1000.

The total is 1+5+37+369=412.1 + 5 + 37 + 369 = 412.

Problema 5#5
Examen completo

El Problema 6 en otros años