返回题库

AIME 2017 I · 第 8 题

AIME 2017 I — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 8

Two real numbers aa and bb are chosen independently and uniformly at random from the interval (0,75)(0, 75). Let OO and PP be two points on the plane with OP=200OP = 200. Let QQ and RR be on the same side of line OPOP such that the degree measures of POQ\angle POQ and POR\angle POR are aa and bb respectively, and OQP\angle OQP and ORP\angle ORP are both right angles. The probability that QR100QR \leq 100 is equal to mn\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm + n.

解析

Solution 1

Noting that OQP\angle OQP and ORP\angle ORP are right angles, we realize that we can draw a semicircle with diameter OP\overline{OP} and points QQ and RR on the semicircle. Since the radius of the semicircle is 100100, if QR100\overline{QR} \leq 100, then \overarcQR\overarc{QR} must be less than or equal to 6060^{\circ}.

This simplifies the problem greatly. Since the degree measure of an angle on a circle is simply half the degree measure of its subtended arc, the problem is simply asking:

Given a,ba, b such that 0,whatistheprobabilitythat0, what is the probability that|a-b| \leq 30?Throughsimplegeometricprobability,wegetthat? Through simple geometric probability, we get thatP = \frac{16}{25}$.

The answer is 16+25=04116+25=\boxed{041}

~IYN~ Note: The Geometric probability can be easily be found through graphing on the x-y plane.

Solution 2 (Trig Bash)

Put POQ\triangle POQ and POR\triangle POR with OO on the origin and the triangles on the 1st1^{st} quadrant. The coordinates of QQ and PP is (200cos2a,200cosasina)(200 \cos^{2}a,200 \cos a\sin a ), (200cos2b,200cos(b)sinb)(200\cos^{2}b,200\cos(b)\sin b). So PQ2PQ^{2} = (200cos2a200cos2b)2+(200cosasina200cosbsinb)2(200 \cos^{2} a - 200 \cos^{2} b)^{2} +(200 \cos a \sin a - 200 \cos b \sin b)^{2}, which we want to be less then 1002100^{2}. So (200cos2a200cos2b)2+(200cosasina200cosbsinb)21002(200 \cos^{2} a - 200 \cos^{2} b)^{2} +(200 \cos a \sin a - 200 \cos b \sin b)^{2} \le 100^{2}

(cos2acos2b)2+(cosasinacosbsinb)214(\cos^{2} a - \cos^{2} b)^{2} +(\cos a \sin a - \cos b \sin b)^{2} \le \frac{1}{4} cos4a+cos4b2cos2acos2b+cos2asin2a+cos2bsin2b2cosasinacosbsinb14\cos^{4} a + \cos^{4} b - 2\cos^{2} a \cos^{2} b +\cos^{2}a \sin^{2} a + \cos^{2} b \sin^{2} b - 2 \cos a \sin a \cos b \sin b \le \frac{1}{4} cos2a(cos2a+sin2a)+cos2b(cos2b+sin2b)2cos2acos2b2cosasinacosbsinb14\cos^{2} a(\cos^{2} a + \sin^{2} a)+\cos^{2} b(\cos^{2} b+\sin^{2} b) - 2\cos^{2} a \cos^{2} b- 2 \cos a \sin a \cos b \sin b \le \frac{1}{4} cos2a(1cos2b)+cos2b(1cos2a)2cosasinacosbsinb14\cos^{2} a(1-\cos^{2} b)+\cos^{2} b(1-\cos^{2} a) - 2 \cos a \sin a \cos b \sin b \le \frac{1}{4} (cosasinb)2+(cosbsina)22(cosasinb)(cosbsina)14(\cos a\sin b)^{2} +(\cos b\sin a)^{2} - 2 (\cos a \sin b)(\cos b \sin a)\le \frac{1}{4} (cosasinbcosbsina)214(\cos a\sin b-\cos b\sin a)^{2}\le \frac{1}{4} sin2(ba)14\sin^{2} (b-a) \le \frac{1}{4} So we want 12sin(ba)12-\frac{1}{2} \le \sin (b-a) \le \frac{1}{2}, which is equivalent to 30ba30-30 \le b-a \le 30 or 150ba210150 \le b-a \le 210. The second inequality is impossible so we only consider what the first inequality does to our 7575 by 7575 box in the abab plane. This cuts off two isosceles right triangles from opposite corners with side lengths 4545 from the 7575 by 7575 box. Hence the probability is 1452752=1925=16251-\frac{45^2}{75^2} = 1- \frac{9}{25}=\frac{16}{25} and the answer is 16+25=4116+25 = \boxed{41}

Solution by Leesisi

Solution 3 (Quicker Trig)

AIME diagram

Let QR=x.QR=x. Since we are given many angles in the problem, we can compute the lengths of some of the lines in terms of trigonometric functions: OQ=200cosa,PQ=200sina,PR=200sinb,OR=200cosb.OQ = 200 \cos a, PQ = 200 \sin a, PR = 200 \sin b, OR = 200 \cos b. Now observe that quadrilateral OQRPOQRP is a cyclic quadrilateral. Thus, we are able to apply Ptolemy's Theorem to it:

200x+(200cosa)(200sinb)=(200sina)(200cosb),200 x + (200 \cos a) (200 \sin b) = (200 \sin a) (200 \cos b), x+200(cosasinb)=200(sinacosb),x + 200 (\cos a \sin b) = 200 (\sin a \cos b), x=200(sinacosbsinbcosa),x = 200(\sin a \cos b - \sin b \cos a), x=200sin(ab).x = 200 \sin(a-b). We want x100|x| \le 100 (the absolute value comes from the fact that aa is not necessarily greater than b,b, so we cannot assume that QQ is to the right of RR as in the diagram), so we substitute:

200sin(ab)100,|200 \sin(a-b)| \le 100, sin(ab)12,|\sin(a-b)| \le \frac{1}{2}, ab30,|a-b| \le 30 ^\circ, 30ab30.-30 \le a-b \le 30. By simple geometric probability (see Solution 2 for complete explanation), mn=120255625=1925=1625,\frac{m}{n} = 1 - \frac{2025}{5625} = 1 - \frac{9}{25} = \frac{16}{25}, so m+n=041.m+n = \boxed{041}.

~burunduchok

Solution 4

Scale the circle down from radius 100 (diameter 200) to radius 6 (diameter 12). Then we want the probability that PQ6PQ \le 6. Now note that all possible PP and QQ lie on a 5π5\pi interval on the circumference of the circle. But for PQ<6PQ<6, PP and QQ must be less than 2π2\pi apart on the circumference of the circle. Simple geometric probability gives us 1625\frac{16}{25}, so the answer is 41\fbox{41}. (Professor-Mom)

Solution 5

Impose a coordinate system as follows:

Let the midpoint of OP\overline{OP} be the origin, and let OP\overline{OP} be the x-axis. We construct a circle with center at the origin with radius 100. Since OQP\angle OQP and ORP\angle ORP are both right angles, points QQ and RR are on our circle. Place QQ and RR in the first quadrant of the Cartesian Plane. Suppose we construct QQ' and RR' such that they are clockwise rotations of QQ and RR, respectively by an angle of 2b2b degrees. Thus, we see that QR=1002cos(2ab)\overline{QR}=100\sqrt{2}\sqrt{\cos(2|a-b|)}. We want this quantity to be less than 100100. This happens when cos(2ab)1/2,\cos(2|a-b|) \ge 1/2, or when ab30|a-b|\le 30^{\circ}. The probability that the last inequality is satisfied is 16/2516/25. Therefore, the probability that QRQR is less than 100100 is 16/2516/25. Hence, m+n=41m+n=\boxed{41}

~MathIsFun286

slightly edited

~Txu

Solution 6

WLOG, let bab\ge a. It does not actually matter, but it is necessary for this particular setup. It should be apparent that ΔRAQΔOAP\Delta RAQ\sim\Delta OAP. We write the equation

RAAO=RQOP.\dfrac{RA}{AO}=\dfrac{RQ}{OP}. If we examine right triangle ΔROA\Delta ROA, we can see that sin(ba)=RAAO\sin(b-a)=\dfrac{RA}{AO}. Also, we are given OP=200OP=200, so now we have

sin(ba)=QR200.\sin(b-a)=\dfrac{QR}{200}. We want QRQR to be less than or equal to 100100; this is equivalent to QR20012.\dfrac{QR}{200}\le\dfrac12. We solve from there:

\begin{align*} \dfrac{QR}{200}&\le\dfrac12 \\ \sin(b-a)&\le\dfrac12 \\ \arcsin(\sin(b-a))&\le\arcsin\left(\dfrac12\right) \\ b-a&\le30^\circ. \\ \end{align*}

(Notice that if a>ba>b, then this would become ab30.a-b\le30^\circ. As in Solution 1, we can write ab30|a-b|\le30.) One can now proceed as in Solution 1, but let us tackle the geometric probability for completeness.

We now have transformed this problem into another problem asking for the probability of two uniformly, randomly, and independently chosen real numbers between 00 and 7575 being no more than 3030 from each other.

If the first number (let this be xx) is between 3030 and 4545, then the other number can be from x30x-30 to x+30x+30 - a range of 6060. Thus, the probability that this contributes is 4530756075=425\dfrac{45-30}{75}\cdot\dfrac{60}{75}=\dfrac4{25}.

If xx is between 00 and 3030 or 4545 to 7575 (these two cases are equivalent), the chance is the same as that of the average value since the ranges are uniform. For x=15x=15 (the average), the second number can be from 00 to 15+30=4515+30=45 - a range of 4545. The total range is (300)+(7545)=30+30=60(30-0)+(75-45)=30+30=60. Thus, this case contributes 45756075=1225\dfrac{45}{75}\cdot\dfrac{60}{75}=\dfrac{12}{25}.

Adding the two, we get 1625\dfrac{16}{25} for an answer of 16+25=04116+25=\boxed{041}.

~~Technodoggo

Solution 7

We notice that the arc QR=2a2bQR=2a-2b. We let MM be the midpoint of OPOP and the center of the semicircle shown in the diagram in Solution 3. From arc QRQR, we find QMR=2a2b\angle QMR=2a-2b. Because the radius of the semicircle is 100, we can use law of cosines to find the length of QRQR giving us,

QR2=1002+10022(100)(100)cos(2a2b).QR^2=100^2+100^2-2(100)(100)\cos(2a-2b). Because QR<100QR<100, we know QR2<1002QR^2<100^2 giving us,

10021002+10022(1002)cos(2a2b),100^2\ge100^2+100^2-2(100^2)\cos(2a-2b), 122cos(2a2b),1\ge2-2\cos(2a-2b), cos(2a2b)12.\cos(2a-2b)\ge\frac{1}{2}. Because cos1(12)=±60\cos^{-1}\left(\frac{1}{2}\right)=\pm60^{\circ}, we know that 2a2b602a-2b\le60 or 2a2b3002a-2b\ge300. However, the maximum value of aa is 6565 meaning 2a2b3002a-2b\ge300 is impossible. Thus, we find,

ab<30.a-b<30. We can use geometric probability to find the probability of this occurring which ends up giving us the following equation,

752452752=1625.\frac{75^2-45^2}{75^2}=\frac{16}{25}. We add the numerator and denominator of our resulting fraction giving us the answer 4141. \square -mark888