Let P(x)=x2−3x−9. A real number x is chosen at random from the interval 5≤x≤15. The probability that ⌊P(x)⌋=P(⌊x⌋) is equal to ea+b+c−d , where a, b, c, d, and e are positive integers. Find a+b+c+d+e.
解析
Solution 1
Table of values of P(x):
P(5)P(6)P(7)P(8)P(9)P(10)P(11)P(12)P(13)P(14)P(15)=1=9=19=31=45=61=79=99=121=145=171
In order for ⌊P(x)⌋=P(⌊x⌋) to hold, P(⌊x⌋) must be an integer and hence P(⌊x⌋) must be a perfect square. This limits x to 5≤x<6 or 6≤x<7 or 13≤x<14 since, from the table above, those are the only values of x for which P(⌊x⌋) is a perfect square. However, in order for P(x) to be rounded down to P(⌊x⌋), P(x) must be less than the next perfect square after P(⌊x⌋) (for the said intervals). Now, we consider the three cases:
Case 5≤x<6:
P(x) must be less than the first perfect square after 1, which is 4, i.e.:
1≤P(x)<4 (because ⌊P(x)⌋=1 implies 1≤P(x)<2)
Since P(x) is increasing for x≥5, we just need to find the value v≥5 where P(v)=4, which will give us the working range 5≤x<v.
v2−3v−9v=4=23+61
So in this case, the only values that will work are 5≤x<23+61.
Case 6≤x<7:
P(x) must be less than the first perfect square after 9, which is 16.
v2−3v−9v=16=23+109
So in this case, the only values that will work are 6≤x<23+109.
Case 13≤x<14:
P(x) must be less than the first perfect square after 121, which is 144.
v2−3v−9v=144=23+621
So in this case, the only values that will work are 13≤x<23+621.
Now, we find the length of the working intervals and divide it by the length of the total interval, 15−5=10:
10(23+61−5)+(23+109−6)+(23+621−13)=2061+109+621−39
Thus, the answer is 61+109+621+39+20=850.
Solution 2
Make the substitution y=2x−3, so P(x)=4y2−45. We're looking for solutions to
⌊4y2−45⌋=4⌊y⌋2−45
with the new bounds y∈[7,27]. Since the left side is an integer, it must be that 4⌊y⌋2−45 is a perfect square. For simplicity, write ⌊y⌋=a and
a2−45=4b2⟹(a−2b)(a+2b)=45.
Since a−2b,itmustbethat(a-2b,a+2b)=(1,45),(3,15),(5,9),whichgivessolutions(23,11),(9,3),(7,1)$, respectively. But this gives us three cases to check:
Case 1: ⌊4y2−45⌋=11.
In this case, we have
11≤4y2−45<12⟹y∈[23,621).
Case 2: ⌊4y2−45⌋=3.
In this case, we have
3≤4y2−45<4⟹y∈[9,109).
Case 3: ⌊4y2−45⌋=1
In this case, we have
1≤4y2−45<2⟹y∈[7,61).
To finish, the total length of the interval from which we choose y is 27−7=20. The total length of the success intervals is
(61−7)+(109−9)+(621−23)=61+109+621−39,
which means the probability is
2061+109+621−39.
The requested sum is 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)⌋ and B=P(⌊x⌋). The graph of A and B will look like this, with A having only integral y-values and B having only integral x-values:
As both A and B consist of a bunch of line segments, the probability that A=B is the "length" of the overlap between the segments of A and B divided by the total length of the segments of B.
Looking at the graph, we see that A and B will overlap only when B is an integer. Specifically, each region of overlap will begin when P(x)=k,5≤x≤15 has solutions for integral k in the range of A, which consists of the integers 1−13, and end when A 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 23+45+4k2 for k in the specified range, meaning 45+4k2 must be a perfect square. Plugging in all the possible values of k, we get k=1,3,11, corresponding to start points of x=5,6,13. As already stated, the endpoints will occur when A jumps up to the next integer k+1 at each of these segments, at which point the x-value will be 23+45+4(k+1)2. On the graph, the overlapping segments of A and B would be represented by the highlighted green segments below:
Taking the difference between this second x-value and the start point for each of our start points x=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 B) to give us the probability of overlap between A and B.
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 203∗3+9+4(4+9)−10+9+4(16+9)−12+9+4(144+9)⟹850