苹果和筐子平均分配
- 时间:2020-04-08 13:55:35
- 分类:数学世界
- 阅读:156 次
有一个水果批发点剩下5整筐和5个半筐苹果,还有5个空筐子,有三个人来进货。在既不准称,又不准倒的情况下,你能把苹果和筐子都平均分给三个人吗?
解题思路:苹果和筐子都平均分配的关键是先分好苹果,而空筐子则要视每个人在分苹果时已得到几个筐而做出相应的调整。
5整筐和5个半筐合在一起就是七筐半,也就是7.5筐,所以三个人每人可分到2.5筐。其中有两个人可以分到2筐加半筐,而另一人则分到1整筐加三个半筐。此时前两个人在分苹果的过程中都得到了三个筐,所以他们各再分到2个空筐,最后一人在分苹果时得到了四个筐,所以最后剩下的一个空筐理所应当就归他了。至此,苹果和筐都得到了平均分配。
推荐阅读:How to Compute the Catalan Numbers using Dynamic Programming Alg C++ Coding Reference: Partial Sorting with nth_element from Algo Microbit Programming: Introduction to AI – Letting Compute Subtract the Product and Sum of Digits of an Integer Leetcode’s Online Code Debugger Algorithm to Remove a Interval from Segments How to Start a Podcast for a Blog How to Change Your Blogging Focus Without Missing a Beat A 7-Step Guide to Creating Your Content Editorial Calendar for 2 How to Find and Hire a Ghostwriter for Your Blog
- 评论列表
-
- 添加评论