仓库先后运来两批粮食,如果只有第一批增加20%
- 时间:2020-05-14 13:29:37
- 分类:数学世界
- 阅读:118 次
数学题:仓库先后运来两批粮食,如果只有第一批增加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吨。
推荐阅读:Algorithm to Find the Winner on a Tic Tac Toe Game The PUSHD/POPD Implementation in Pure Windows Batch Three ways to Reverse a List/Array/Tuple in Python How to Compute the Interval List Intersections using Two Pointer How to Summary Ranges using O(N) Two Pointer Algorithm? Microbit Programming: How to Make a Catching-Apple Game by Using The enumerate method in Magik Programming Add Two Numbers by Two Linked List (most significant digit comes The enumerate function in Javascript How to Check If Word Is Valid After Substitutions using Stack or
- 评论列表
-
- 添加评论