飞机能飞出多远?
- 时间:2020-06-24 15:27:04
- 分类:数学世界
- 阅读:172 次
一架飞机出去执行任务,所带的燃料最多还可以用6小时。去时是顺风,每小时飞行1500km,回来时是逆风,每小时飞行1200km。这架飞机最多飞出多少千米就需要往回飞?
分析:这道题飞机去时所花的时间与回来所花的时间均不知道,可以尝试用方程解。因为去的时候与回来时所行的总路程是一定的,可以依据这一点来列方程。解答如下:
解:设去时用了x小时。(注意:设的未知数是时间哦~)
去时飞行的路程=回来时所飞行的路程
1500x=1200×(6-x)
1500x=7200-1200x
1500x+1200x=7200-1200x+1200x
2700x=7200
x=7200/2700
x=8/3
再用8/3×1500=4000(km),题目得解。
当然,这道题目还有其他的解法。例如,依据去的时间与返回的时间合起来是6小时,来列出方程。这种情况下就可以设飞出x千米了。方程如下:
去的时间+返回的时间=6小时
x/1500+x/1200=6
把前面两个分数通分后,即可以求出x的值。这里不再详细解答,有兴趣的同学可以自己试着解解看,有点小难度哦~
推荐阅读: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 How to Use Hash Map to Count the Frequencies of Values and Itera
- 评论列表
-
- 添加评论