返回题库

AIME 2024 I · 第 1 题

AIME 2024 I — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Every morning Aya goes for a 99-kilometer-long walk and stops at a coffee shop afterwards. When she walks at a constant speed of ss kilometers per hour, the walk takes her 4 hours, including tt minutes spent in the coffee shop. When she walks s+2s+2 kilometers per hour, the walk takes her 2 hours and 24 minutes, including tt minutes spent in the coffee shop. Suppose Aya walks at s+12s+\frac{1}{2} kilometers per hour. Find the number of minutes the walk takes her, including the tt minutes spent in the coffee shop.

解析

Solution 1

9s+t=4\frac{9}{s} + t = 4 in hours and 9s+2+t=2.4\frac{9}{s+2} + t = 2.4 in hours.

Subtracting the second equation from the first, we get,

9s9s+2=1.6\frac{9}{s} - \frac{9}{s+2} = 1.6

Multiplying by (s)(s+2)(s)(s+2), we get

9s+189s=18=1.6s2+3.2s9s+18-9s=18=1.6s^{2} + 3.2s

Multiplying by 5/2 on both sides, we get

0=4s2+8s450 = 4s^{2} + 8s - 45

Factoring gives us

(2s5)(2s+9)=0(2s-5)(2s+9) = 0, of which the solution we want is s=2.5s=2.5.

Substituting this back to the first equation, we can find that t=0.4t = 0.4 hours.

Lastly, s+12=3s + \frac{1}{2} = 3 kilometers per hour, so

93+0.4=3.4\frac{9}{3} + 0.4 = 3.4 hours, or 204\boxed{204} minutes

-Failure.net

Solution 2

The amount of hours spent while walking on the first travel is 240t60\frac{240-t}{60}. Thus, we have the equation (240t)(s)=540(240-t)(s) = 540, and by the same logic, the second equation yields (144t)(s+2)=540(144-t)(s+2) = 540. We have 240sst=540240s-st = 540, and 288+144s2tst=540288+144s-2t-st = 540. We subtract the two equations to get 96s+2t288=096s+2t-288 = 0, so we have 48s+t=14448s+t = 144, so t=14448st = 144-48s, and now we have (96+48s)(s)=540(96+48s)(s) = 540. The numerator of ss must evenly divide 540, however, ss must be less than 3. We can guess that s=2.5s = 2.5. Now, 2.5+0.5=32.5+0.5 = 3. Taking 93=3\frac{9}{3} = 3, we find that it will take three hours for the 9 kilometers to be traveled. The t minutes spent at the coffee shop can be written as 14448(2.5)144-48(2.5), so t = 24. 180+24=204180 + 24 = \boxed{204}. -sepehr2010

Video Solution

https://youtu.be/5-CC_-LuCFg

~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)