返回题库

两人割草协作需要多久

Lawn Teamwork

专题
Brainteaser / 脑筋急转弯
难度
L2

题目详情

有两台割草机:Rabbit 单独割完一块草坪需要 1 小时,Turtle 单独割完需要 1 小时 15 分钟。

若两人一起割,割完一块草坪需要多少分钟?

There are two lawnmowers: Mr. Rabbit can mow a lawn in 11 hour, Mr. Turtle needs 11 hour and 1515 minutes. If they work together, how long does it take to mow one lawn (in minutes)?

解析

换算成每分钟工作率:

  • Rabbit:160\frac{1}{60} 块/分钟。
  • Turtle:175\frac{1}{75} 块/分钟。

合做率:160+175=3100\frac{1}{60}+\frac{1}{75}=\frac{3}{100} 块/分钟。

设用时 xx 分钟,则 3100x=1x=1003\frac{3}{100}x=1\Rightarrow x=\frac{100}{3} 分钟。


Original Explanation

Given the information we have, we can solve for the rate at which both men mow a lawn per minute. Mr. Rabbit mows 160\frac{1}{60} of a lawn per minute. Mr. Turtle mows 175\frac{1}{75} of a lawn per minute. We can use ratetime=work\text{rate}\cdot \text{time}=\text{work} done to solve for how long it takes. Let xx be the number of minutes it takes for both of them to do one lawn. (160+175)x=1\left(\frac{1}{60} + \frac{1}{75}\right) \cdot x = 1 lawn. Solving for xx, we get 1003\frac{100}{3} minutes.