当前位置:网站首页>MBA-day5数学-应用题-工程问题
MBA-day5数学-应用题-工程问题
2022-04-23 10:53:00 【法迪】
1. 基础知识点
1.1 工作量s, 工作效率v, 工作时间t 三者的关系
- 工作量 = 工作效率 * 工作时间 即 s = vt
- 工作时间 = 工作量 / 工作效率 即 t = s/v
- 工作效率 = 工作量 / 时间, 即 v = s/t
重要说明: 时间t一定,效率与总量成正比
1.2 重要结论
若甲单独完成需要 m 天,乙单独完成需要 n 天,则
-
- 甲的效率为 1/m, 乙的效率为 1/n
-
- 甲乙合作的效率为: 1/m + 1/n (效率可以相加减)
-
- 甲乙合作完成需要时间为 1 /(1/m + 1/n)= mn / (m+n)
1.3 思路点拨
遇到工程量问题,通常将整个工程量(放水量)看出单位1,然后根据题干条件按比例求解。
通常假设总量(工程量、放水量)= 1 进行分析
-【重要公式】总效率=各效率代数和
- 工作效率=工作量 / 工作时间
- 总量=部分量 / 其对应的比例
2. 例题
例题1:修一条公路,甲队单独施工需要40天完成,乙队单独施工需要24天完成,现在两队同时从2端开工,结果在距离中点7.5 km处会和完工,则这条公路的长度为()km
解:设这条公路长度 s km
由甲队单独施工需要40天完成,得甲队效率为 s / 40
由乙队单独施工需要24天完成,得乙队效率为 s / 24
由现在两队同时从2端开工,结果在距离中点7.5 km处会和完工
1. 从效率得知乙队效率最高
2. 甲乙在距离中点7.5 km处会和完工,说明这段时间是相同
3. 甲施工的长度为 s/2 - 7.5 km, 乙队施工的长度为 s/2 + 7.5 km
故得到如下关系:时间 = 工作量 / 效率
(s/2 - 7.5) / (s / 40) = (s/2 + 7.5)/ (s / 24)
(s/2 - 7.5) * (s / 24) = (s / 40) * (s/2 + 7.5)
(s/2 - 7.5) * (1/24) = (1 / 40) *(s/2 + 7.5)
(1/24) / (1 / 40) = (s/2 + 7.5)/ (s/2 - 7.5)
5/3 = (s/2 + 7.5)/ (s/2 - 7.5)
s = 60 km
版权声明
本文为[法迪]所创,转载请带上原文链接,感谢
https://blog.csdn.net/su749520/article/details/124334677
边栏推荐
- Strongest date regular expression
- VScode
- 【leetcode】199.二叉树的右视图
- Embedded related surface (I)
- Learning Notes 6 - Summary of several deep learning convolutional neural networks
- App. In wechat applet JS files, components, APIs
- What if Jerry's function to locate the corresponding address is not accurate sometimes? [chapter]
- Leetcode22: bracket generation
- Data analysis learning (I) data analysis and numpy Foundation
- Download and installation steps of xshell + xftp
猜你喜欢
SSH利用私钥无密钥连接服务器踩坑实录
SQL Server 递归查询上下级
Intuitive understanding entropy
UEditor之——图片上传组件大小4M的限制
Visualization Road (10) detailed explanation of segmentation canvas function
How can swagger2 custom parameter annotations not be displayed
Solutions to common problems in visualization (IX) background color
Learning Notes 6 - Summary of several deep learning convolutional neural networks
Cve-2019-0708 vulnerability exploitation of secondary vocational network security 2022 national competition
C language - custom type
随机推荐
UEditor之——图片上传组件大小4M的限制
Esp32 learning - use and configuration of GPIO
Net start MySQL MySQL service is starting MySQL service failed to start. The service did not report any errors.
Qinglong panel pull library command update [April 20, 2022] collection is not lost
Download and installation steps of xshell + xftp
Deploy jar package
Differences among restful, soap, RPC, SOA and microservices
707. Design linked list (linked list)
What are the system events of Jerry's [chapter]
Learning note 5 - gradient explosion and gradient disappearance (k-fold cross verification)
主流手机分辨率与尺寸
Chapter 1 of technical Xiaobai (express yourself)
得到知识服务app原型设计比较与实践
《Neo4j权威指南》简介,求伯君、周鸿袆、胡晓峰、周涛等大咖隆重推荐
Notes on concurrent programming of vegetables (V) thread safety and lock solution
Example of pop-up task progress bar function based on pyqt5
Gets the current time in character format
What about Jerry's stack overflow? [chapter]
任意文件读取漏洞 利用指南
【leetcode】102.二叉树的层序遍历