数学题:甲乙丙三桶油
- 时间:2020-06-05 20:30:28
- 分类:数学世界
- 阅读:153 次
数学题:甲乙丙三桶油,先取出甲桶油的一半,平均倒在乙、丙两桶中;再取出乙桶油的一半,平均倒在甲、丙两桶中;最后取出丙桶油的一半平均倒在甲、乙桶中。这时三桶油正好都是16千克。原甲桶中有油多少?求解答过程。(提问者:紫砂壶)
数学题解答:这道题要用倒推法来做,会比较容易。
如果“最后取出丙桶油的一半平均倒在甲、乙桶中”没有执行,那么此时丙桶油是:16×2=32(千克);甲、乙分别是:16-8=8(千克);
如果“再取出乙桶油的一半,平均倒在甲、丙两桶中”没有执行,那么此时乙桶油是:8×2=16(千克);甲桶:8-4=4(千克),丙桶:32-4=28(千克);
如果“先取出甲桶油的一半,平均倒在乙、丙两桶中”没有执行,那么此时甲桶油是:4×2=8(千克);乙分别是:16-2=14(千克),丙桶:28-2=26(千克)。
至此,问题解决。
也可以用下面的形式来写:
甲 乙 丙
16 16 16
后退一步8 8 32
后退二步4 16 28
后退三步8 14 26
推荐阅读:How to Generate Parentheses using Bruteforce or Depth First Sear Algorithm to Construct Binary Tree from Preorder and Inorder Tra The 24 Game Algorithm using Depth First Search How to Count the Path Sum from a Binary Tree using Depth First S How to Multiply Two Matrices in C++? How to Compute the Number of Equivalent Domino Pairs? Stay In The Loop: Google Will Make Sure You Never Miss A Mention 5 Ways to Get More Passive Income for your Blog 4 Useful Website Building Tips for the Rookie Blogger Do You Know How To Keep Your WordPress Site Safe?
- 评论列表
-
- 添加评论