仓库先后运来两批粮食,如果只有第一批增加20%
- 时间:2020-05-14 13:29:37
- 分类:数学世界
- 阅读:142 次
数学题:仓库先后运来两批粮食,如果只有第一批增加20%,则两批粮食共运146吨;如果只有第二批减少20%,则两批共运120吨,这两批粮食实际一共运多少吨?
数学题解答:此题用方程来解相对容易些。
解:设第一批增加20%后的重量为X吨,则第二批可表示为(146-X)吨,第一批原来的可表示为:(X÷ 120%)吨。
再根据“如果只有第二批减少20%,则两批共运120吨”可列出方程:
X÷ 120% + (146-X)×(1-20%)= 120
X=96
第一批:96÷ 120%=80(吨)
第二批:146-96=50(吨)
一共:80+50=130(吨)
答:这两批粮食实际一共运130吨。
推荐阅读:Win the “Integral” WordPress Theme from Themely 7 Habits of Highly Productive Bloggers How a Business Owner Builds Relationships With Influential Blogg 5 Promising Tools to Help Boost Your Online Startup How to For-Loop and do Math/Arithmetic Operations in Windows/NT How to Find the Closest Sum of Three in an Array using Two Point The Lazy Singleton Design Pattern in Java How to Find out the Most Frequent Subtree Sum using Depth First A Microsoft Coding Interview Screening for Position Principal So The Brace Expansion Algorithms using Breadth First Search or Dep
- 评论列表
-
- 添加评论