数学题:一列火车通过250米长的道路用25秒
- 时间:2020-05-09 14:38:58
- 分类:数学世界
- 阅读:144 次
数学题:一列火车通过250米长的道路用25秒,通过210米的用23秒。该车与另一列长320米、时速为64.8公里的列车错车,需几秒?
数学题解答:解此题的关键是要算出:1.这列火车的车身长度;2.这列火车的时速。可以先用方程算出车长,后面就好做了。
火车通过250米长的道路,是指从车头开始经过这段路,直到车尾离开这段路,实际所行的路程是“路长+车长”,而这列火车的速度是一定的,设这列火车的车身长度是是x米,据此列出方程:
(x+250)÷25=(x+210)÷23
x/25 + 10 = x/23 + 210/23
x=250
这列火车的速度:(250+250)÷25=20(米/秒)
时速64.8公里,转换为秒速是:64.8×1000÷3600=18(米/秒)
两车相会时所行的路程是两车车身长度之和,速度是两车速度之和,所用的时间是:
(250+310)÷(20+18)=15(秒),问题解决。
推荐阅读:7 Questions You Must Answer to Get the Right Kind of Faceb How to Check if a Binary Tree is Balanced (Top-down and Bottom-u How to Check If A String Is a Number (Numeric) using Regex (C++/ The Bash Programming Tutorial: Compute the GCD (Greatest Common How to Re-Number the Files Sequentially on Windows using Batch P How to Split a String in Balanced Strings? Finding Out the Longest Arithmetic Subsequence of Given Differen How to Count the Prime Number of Set Bits in Binary Representati How to Create a Mock Echo Soap/REST API using SoapUI? How to Partition Array into Disjoint Intervals?
- 评论列表
-
- 添加评论