返回题库

AIME 2012 II · 第 10 题

AIME 2012 II — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 10

Find the number of positive integers nn less than 10001000 for which there exists a positive real number xx such that n=xxn=x\lfloor x \rfloor.

Note: x\lfloor x \rfloor is the greatest integer less than or equal to xx.

解析

Solution

Solution 1

We know that xx cannot be irrational because the product of a rational number and an irrational number is irrational (but nn is an integer). Therefore xx is rational.

Let x=a+bcx = a + \frac{b}{c} where a,b,ca,b,c are nonnegative integers and 0b<c0 \le b < c (essentially, xx is a mixed number). Then,

n=(a+bc)a+bcn=(a+bc)a=a2+abcn = \left(a + \frac{b}{c}\right) \left\lfloor a +\frac{b}{c} \right\rfloor \Rightarrow n = \left(a + \frac{b}{c}\right)a = a^2 + \frac{ab}{c} Here it is sufficient for abc\frac{ab}{c} to be an integer. We can use casework to find values of nn based on the value of aa:

a=0    a = 0 \implies nothing because n is positive

a=1    bc=01a = 1 \implies \frac{b}{c} = \frac{0}{1} a=2    bc=02,12a = 2 \implies \frac{b}{c} = \frac{0}{2},\frac{1}{2} a=3    bc=03,13,23a = 3 \implies\frac{b}{c} =\frac{0}{3},\frac{1}{3},\frac{2}{3}

The pattern continues up to a=31a = 31. Note that if a=32a = 32, then n>1000n > 1000. However if a=31a = 31, the largest possible xx is 31+303131 + \frac{30}{31}, in which nn is still less than 10001000. Therefore the number of positive integers for nn is equal to 1+2+3+...+31=31322=496.1+2+3+...+31 = \frac{31 \cdot 32}{2} = \boxed{496}.

Solution 2

Notice that xxx\lfloor x\rfloor is continuous over the region x[k,k+1)x \in [k, k+1) for any integer kk. Therefore, it takes all values in the range [kk,(k+1)k+1)=[k2,(k+1)k)[k\lfloor k\rfloor, (k+1)\lfloor k+1\rfloor) = [k^2, (k+1)k) over that interval. Note that if k>32k>32 then k2>1000k^2 > 1000 and if k=31k=31, the maximum value attained is 3132<100031*32 < 1000. It follows that the answer is k=131(k+1)kk2=k=131k=31322=496.\sum_{k=1}^{31} (k+1)k-k^2 = \sum_{k=1}^{31} k = \frac{31\cdot 32}{2} = \boxed{496}.

Solution 3

Bounding gives x2n.Thusthereareatotalofx^2\le n. Thus there are a total ofxpossiblevaluesforpossible values forn,foreachvalueof, for each value ofx^2.Checking,wesee. Checking, we see31^2+31=992<1000$, so there are

1+2+3+...+31=4961+2+3+...+31= \boxed{496} such values for nn.

Here writer's x and question's x are different. Here writer means [x] everywhere he writes x so you can let [x] = k and then use the inequality k2len.thisinequalitycomesfrom[x]=kk^2\\le n. this inequality comes from [x] = kk\le x k[x]x[x]<(k+1)[x]k[x]\le x[x]<(k+1)[x] k2n<(k+1)kk^2\le n<(k+1)k further you can proceed.

Solution 4

After a bit of experimenting, we let n=l2+s,s<2n+1n=l^2+s, s < 2n+1. We claim that I (the integer part of xx) = ll . (Prove it yourself using contradiction !) so now we get that x=l+slx=l+\frac{s}{l}. This implies that solutions exist iff s,orforallnaturalnumbersoftheforms, or for all natural numbers of the forml^2+swherewheres. Hence, 1 solution exists for l=1l=1! 2 for l=2l=2 and so on. Therefore our final answer is 31+30++1=49631+30+\dots+1= \boxed{496}

Solution 5

Notice we can write x\lfloor x \rfloor as x{x}x - \{x\}. Since nn is a positive integer less than 10001000,

1x(x{x})999.1 \leq x(x - \{x\}) \leq 999. We now have

1x2x{x}999.1 \leq x^{2} - x\{x\} \leq 999. Since x{x}x\{x\} ranges from 00 to xx, we can rewrite as

1x2999+x.1 \leq x^{2} \leq 999 + x. Notice all xx that satisfy this inequality range from 11 to 3232.

Now every range from yy to y+1y+1 for xx results in exactly yy solutions that give a positive integer solution for nn. The first range is 11 to 22 and the last range is 3131 to 3232.

Thus, by using our above lemma, we can find the total number of solutions:

1+2++31=31322=496.1+2+\cdots+31 = \frac{31 \cdot 32}{2} = \boxed{496}. ~ilikemath247365

Video Solution

2012 AIME II #10

~MathProblemSolvingSkills.com