返回题库

AIME 2011 II · 第 15 题

AIME 2011 II — Problem 15

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let P(x)=x23x9P(x) = x^2 - 3x - 9. A real number xx is chosen at random from the interval 5x155 \le x \le 15. The probability that P(x)=P(x)\left\lfloor\sqrt{P(x)}\right\rfloor = \sqrt{P(\left\lfloor x \right\rfloor)} is equal to a+b+cde\frac{\sqrt{a} + \sqrt{b} + \sqrt{c} - d}{e} , where aa, bb, cc, dd, and ee are positive integers. Find a+b+c+d+ea + b + c + d + e.

解析

Solution 1

Table of values of P(x)P(x):

P(5)=1P(6)=9P(7)=19P(8)=31P(9)=45P(10)=61P(11)=79P(12)=99P(13)=121P(14)=145P(15)=171\begin{aligned} P(5) &= 1 \\ P(6) &= 9 \\ P(7) &= 19 \\ P(8) &= 31 \\ P(9) &= 45 \\ P(10) &= 61 \\ P(11) &= 79 \\ P(12) &= 99 \\ P(13) &= 121 \\ P(14) &= 145 \\ P(15) &= 171 \\ \end{aligned} In order for P(x)=P(x)\lfloor \sqrt{P(x)} \rfloor = \sqrt{P(\lfloor x \rfloor)} to hold, P(x)\sqrt{P(\lfloor x \rfloor)} must be an integer and hence P(x)P(\lfloor x \rfloor) must be a perfect square. This limits xx to 5x<65 \le x < 6 or 6x<76 \le x < 7 or 13x<1413 \le x < 14 since, from the table above, those are the only values of xx for which P(x)P(\lfloor x \rfloor) is a perfect square. However, in order for P(x)\sqrt{P(x)} to be rounded down to P(x)P(\lfloor x \rfloor), P(x)P(x) must be less than the next perfect square after P(x)P(\lfloor x \rfloor) (for the said intervals). Now, we consider the three cases:

Case 5x<65 \le x < 6:

P(x)P(x) must be less than the first perfect square after 11, which is 44, i.e.:

1P(x)<41 \le P(x) < 4 (because P(x)=1\lfloor \sqrt{P(x)} \rfloor = 1 implies 1P(x)<21 \le \sqrt{P(x)} < 2)

Since P(x)P(x) is increasing for x5x \ge 5, we just need to find the value v5v \ge 5 where P(v)=4P(v) = 4, which will give us the working range 5x<v5 \le x < v.

v23v9=4v=3+612\begin{aligned} v^2 - 3v - 9 &= 4 \\ v &= \frac{3 + \sqrt{61}}{2} \end{aligned} So in this case, the only values that will work are 5x<3+6125 \le x < \frac{3 + \sqrt{61}}{2}.

Case 6x<76 \le x < 7:

P(x)P(x) must be less than the first perfect square after 99, which is 1616.

v23v9=16v=3+1092\begin{aligned} v^2 - 3v - 9 &= 16 \\ v &= \frac{3 + \sqrt{109}}{2} \end{aligned} So in this case, the only values that will work are 6x<3+10926 \le x < \frac{3 + \sqrt{109}}{2}.

Case 13x<1413 \le x < 14:

P(x)P(x) must be less than the first perfect square after 121121, which is 144144.

v23v9=144v=3+6212\begin{aligned} v^2 - 3v - 9 &= 144 \\ v &= \frac{3 + \sqrt{621}}{2} \end{aligned} So in this case, the only values that will work are 13x<3+621213 \le x < \frac{3 + \sqrt{621}}{2}.

Now, we find the length of the working intervals and divide it by the length of the total interval, 155=1015 - 5 = 10:

(3+6125)+(3+10926)+(3+621213)10=61+109+6213920\begin{aligned} \frac{\left( \frac{3 + \sqrt{61}}{2} - 5 \right) + \left( \frac{3 + \sqrt{109}}{2} - 6 \right) + \left( \frac{3 + \sqrt{621}}{2} - 13 \right)}{10} \\ &= \frac{\sqrt{61} + \sqrt{109} + \sqrt{621} - 39}{20} \end{aligned} Thus, the answer is 61+109+621+39+20=85061 + 109 + 621 + 39 + 20 = \fbox{850}.

Solution 2

Make the substitution y=2x3y=2x-3, so P(x)=y2454.P(x)=\frac{y^2-45}{4}. We're looking for solutions to

y2454=y2454\bigg\lfloor{\sqrt{\frac{y^2-45}{4}}\bigg\rfloor}=\sqrt{\frac{\lfloor{y\rfloor}^2-45}{4}} with the new bounds y[7,27]y\in{[7,27]}. Since the left side is an integer, it must be that y2454\frac{\lfloor{y\rfloor}^2-45}{4} is a perfect square. For simplicity, write y=a\lfloor{y\rfloor}=a and

a245=4b2    (a2b)(a+2b)=45.a^2-45=4b^2\implies{(a-2b)(a+2b)=45}. Since a2b,itmustbethata-2b, it must be that(a-2b,a+2b)=(1,45),(3,15),(5,9),whichgivessolutions, which gives solutions(23,11),(9,3),(7,1)$, respectively. But this gives us three cases to check:

Case 1: y2454=11\bigg\lfloor{\sqrt{\frac{y^2-45}{4}}\bigg\rfloor}=11.

In this case, we have

11y2454<12    y[23,621).11\leq{\sqrt{\frac{y^2-45}{4}}}<12\implies{y\in{[23,\sqrt{621})}}. Case 2: y2454=3\bigg\lfloor{\sqrt{\frac{y^2-45}{4}}\bigg\rfloor}=3.

In this case, we have

3y2454<4    y[9,109).3\leq{\sqrt{\frac{y^2-45}{4}}}<4\implies{y\in{[9,\sqrt{109})}}. Case 3: y2454=1\bigg\lfloor{\sqrt{\frac{y^2-45}{4}}\bigg\rfloor}=1

In this case, we have

1y2454<2    y[7,61).1\leq{\sqrt{\frac{y^2-45}{4}}}<2\implies{y\in{[7,\sqrt{61})}}. To finish, the total length of the interval from which we choose yy is 277=2027-7=20. The total length of the success intervals is

(617)+(1099)+(62123)=61+109+62139,(\sqrt{61}-7)+(\sqrt{109}-9)+(\sqrt{621}-23)=\sqrt{61}+\sqrt{109}+\sqrt{621}-39, which means the probability is

61+109+6213920.\frac{\sqrt{61}+\sqrt{109}+\sqrt{621}-39}{20}. The requested sum is 850\boxed{850}.

Solution 3 (Graphing)

It's definitely possible to conceptualize this problem visually, if that's your thing, since it is a geometric probability problem. Let A=P(x)A = \left\lfloor\sqrt{P(x)}\right\rfloor and B=P(x)B = \sqrt{P(\left\lfloor x \right\rfloor)}. The graph of AA and BB will look like this, with AA having only integral y-values and BB having only integral x-values:

AIME diagram

As both AA and BB consist of a bunch of line segments, the probability that A=BA = B is the "length" of the overlap between the segments of AA and BB divided by the total length of the segments of BB.

Looking at the graph, we see that AA and BB will overlap only when BB is an integer. Specifically, each region of overlap will begin when P(x) =k,5x15\sqrt{P(x)}\ = k, 5 \le x \le 15 has solutions for integral kk in the range of AA, which consists of the integers 1131-13, and end when AA jumps up to its next y-value.

Using the quadratic formula, we see that the start point of each of these overlapping segments will be the integral values of 3+45+4k22\frac{3 + \sqrt{45 + 4k^2}}{2} for kk in the specified range, meaning 45+4k245 + 4k^2 must be a perfect square. Plugging in all the possible values of kk, we get k=1,3,11k = 1, 3, 11, corresponding to start points of x=5,6,13x = 5, 6, 13. As already stated, the endpoints will occur when AA jumps up to the next integer k+1k+1 at each of these segments, at which point the x-value will be 3+45+4(k+1)22\frac{3 + \sqrt{45 + 4(k+1)^2}}{2}. On the graph, the overlapping segments of AA and BB would be represented by the highlighted green segments below:

AIME diagram

Taking the difference between this second x-value and the start point for each of our start points x=5,6,13x = 5, 6, 13 and summing them will give us the total length of these green segments. We can then divide this value by ten (the total length of the segments of BB) to give us the probability of overlap between AA and BB.

Doing so gives us:

(3+6125)+(3+10926)+(3+621213)10=61+109+6213920\frac{\left( \frac{3 + \sqrt{61}}{2} - 5 \right) + \left( \frac{3 + \sqrt{109}}{2} - 6 \right) + \left( \frac{3 + \sqrt{621}}{2} - 13 \right)}{10} = \frac{\sqrt{61} + \sqrt{109} + \sqrt{621} - 39}{20}

    61+109+621+39+20=850\implies{61 + 109 + 621 + 39 + 20 = \fbox{850}}.

~ anellipticcurveoverq

~ johnxyz1 (LaTeXfixes\text\LaTeX \mathit{fixes})

Solution 4

Note that all the "bounds" have to be less than the number+1, otherwise it wouldn't fit the answer format. Therefore, the answer is 33+9+4(4+9)10+9+4(16+9)12+9+4(144+9)20    850\frac{3*3+\sqrt{9+4(4+9)}-10+\sqrt{9+4(16+9)}-12+\sqrt{9+4(144+9)}}{20} \implies \boxed{850}

~Lcz

Video Solution

2011 AIME I #15

MathProblemSolvingSkills.com