一道有关比的行程问题

  • 时间:2020-04-06 20:50:56
  • 分类:数学世界
  • 阅读:106 次

客车和货车同时从甲、乙两地的中点向相反方向行驶,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(千米)

推荐阅读:
Can WordPress Make Other E-commerce Platforms Obsolete?  How to Start a Food Blog (A Step-By-Step 2019 Guide)  3 Possible Solutions to the Most Common Corporate Blogging Probl  Why Social Media is Crucial to Your Marketing Efforts  The Difference Between Gillette & Nike Ads  Result-Driven Trends in 2019 to Get Backlinks from Quality Websi  The Contiguous Binary Array with Equal Numbers of Ones and Zeros  Microbit Programming: Showing a Running Pixel on the LED  How to Print Immutable Linked List in Reverse using Recursion or  The Most Useful Tools for Reverse Phone Lookup 
评论列表
  • 大叔2020-04-06 21:17:47

    不错的题目。

添加评论