一道有关比的行程问题
- 时间:2020-04-06 20:50:56
- 分类:数学世界
- 阅读:162 次
客车和货车同时从甲、乙两地的中点向相反方向行驶,6小时后客车到达甲地时,货车离乙地还有60千米,已知货车与客车的速度比是3:4,甲、乙两地相距多少千米?
这个问题是在百度知道里看到的,提问者要求用方程来解答,我试了一下,最终还是掺杂了一点算术方法。
分析:货车与客车的速度比是3:4,说明货车速度是客车速度的3/4,可以设客车速度为每小时行x千米,那么货车速度就是每小时行(3/4)x千米。然后依据关系式:客车行的路程=货车行的路程+60来列出方程,先求出客车速度后,再求甲乙两地距离就不难了。
解:设客车速度为每小时行x千米。
6x=6×(3/4)×x+60
6x=(18/4)x+60
(24/4)x-(18/4)x=(18/4)x-(18/4)x+60
6/4x=60
x=40
即客车速度为每小时行40千米,它6小时就行了:40×6=240(千米),240千米是全程的一半,所以甲乙两地的距离就是:240×2=480(千米)
推荐阅读:What are Big4 Tech Companies looking for in the technical interv Design a Moving Average Class for Data Stream 3 Ways to Protect Your Website from Negative SEO Algorithm to Check if A String Matches a Pattern How to Get Free HTTPS Certificates via acme.sh? Algorithm to Replace All ?’s to Avoid Consecutive Repeatin How Does C++ STL min_element, max_element, minmax_element work f Using the External Fan to Cool the Hot AMD Radeon HD 6700 Graphi Algorithms to Compute the Dot Product of Two Sparse Vectors Algorithms to Compute the Largest Time for Given Digits
- 评论列表
-
-
大叔2020-04-06 21:17:47
不错的题目。
-
- 添加评论