数学题:山路有多长
- 时间:2020-05-01 11:23:54
- 分类:数学世界
- 阅读:149 次
数学题:甲乙两地相距420千米,其中部分是山路,另一部分是平路,汽车从甲地开往乙地,共用了8小时,在山路上行驶的速度是每小时40千米,而在平路上的速度是每小时60千米,山路有多长?
数学题解答:此题可尝试用方程解答,设山路长度为x千米。
x÷40 + (420-x)÷60=8
若不会解答这个方程,可以改设在山路上行驶了x小时,列出另一个方程。
40x + 60(8-x) = 420
40x + 60×8 – 60x =420
480 – 20x = 420
20x =60
x=3
山路的长度:40×3=120(千米)
答:山路有120千米长。
推荐阅读:Algorithms to Sum of All Odd Length Subarrays Algorithm to Compute the Largest Triple Products from Array Algorithm to Split a Number Array into Two Balanced Parts by Usi Is QBasic good for Teaching Kids Programming? Accidentally Damaging the Graphic Card by Putting Heatsink Coppe Coding Interview Tips for Software Engineers A Math Problem: How old is everybody in the Family? String/Object in Array Testing in Java – using Arrays.asLi Algorithm to Compute the Revenue Milestones How to Modify the Git Commit Messages After Your Push Your Branc
- 评论列表
-
- 添加评论