Question
A buffalo alone can plough field βAβ in 20 days. A
Bull alone can plough the field βAβ in 32 days. Find the number of days taken by 2 bulls and 2 buffalo to together plough field βBβ that is 30% larger than field βAβ?Solution
Let the total work done to plough field βAβ = 160 units (LCM of 20 and 32) Then, efficiency of a buffalo = (160/20) = 8 units/day Efficiency of a bull = (160/32) = 5 units/day Total work required to plough field βBβ = 160 Γ 1.30 = 208 units Combined efficiency of 2 bulls and 2 buffalo = 2 Γ 5 + 2 Γ 8 = 26 units So, number of days required to plough field βBβ = 208/26 = 8 days
What is the primary purpose of memory management in an operating system?
What does the 'len()' function do in Python?
What data structure is commonly used to implement a graph's adjacency list?
Which part of the RDBMS architecture is responsible for maintaining a physical copy of the database on disk?
What is the best practice to protect sensitive data when using public Wi-Fi networks?
‘/a’ is used for what in C++
What is a smart contract in the context of blockchain technology?
Which of the following algorithm is most sensitive to outliers?
Which of the following is a characteristic of IPv6?
Which component in Hadoop is responsible for managing cluster resources and scheduling tasks?