汽车运化肥的牛吃草问题
- 时间:2020-06-22 16:00:25
- 分类:数学世界
- 阅读:171 次
汽车运化肥的牛吃草问题:某化肥厂除原有的一堆化肥外,每天都生产出相同数量的化肥。这个化肥厂的化肥用汽车来运,用16辆汽车32天恰好运完,用24辆汽车16天恰好运完。如果要8天恰好运完,那么需要多少辆汽车来运?
数学题解答:这道题目属于牛吃草问题类型,可以用以前介绍的方法来计算。需要考虑的问题有:用什么来表示化肥的数量?原来有多少化肥?每天又生产了多少化肥?
把一辆汽车一天运的计为一个单位的化肥(即一车),那么16辆汽车32天共运了:16×32=512(车),24辆车16天共运了:24×16=384(车),两种情况所运的车数相差:512-384=128(车),这128车就是(32-16)天生产的化肥,即16天生产了128车,那么每天生产:128÷16=8(车),这样便可以求出原来那堆化肥有多少车了:512-8×32=256(车)。
如果想在8天之内运完,则一共要运:256+8×8=320(车),用320÷8=40(辆),40辆汽车便是最后的答案了。
推荐阅读:Finding the Closest Divisors Greedy Solution to Reconstruct a 2-Row Binary Matrix How to Use jOOQ Library to Write SQL in Java using Fluent Style? Algorithm to Compute the Number of Days Between Two Dates How to Sort Integers by The Number of 1 Bits? Using Depth First Search Algorithm to Delete Tree Nodes with Sum Web Strategies to Start Your SEO Journey How to Compute the Product of Last K elements in Array using the How to Write a High-Quality Blog Post in Just 30 Minutes 8 Things To Include In Your Blog Privacy Policy
- 评论列表
-
- 添加评论