Question
βAβ alone can do some work in 13 days. βBβ and
βCβ together can do the same work in 18 days. If βBβ is half as efficient as βAβ, then find the time taken by βCβ to complete the work alone.Solution
Let the total work be 234 units. {LCM (13 and 18)} So, efficiency of βAβ = (234/13) = 18 units/day So, efficiency of βBβ = (18 x 0.5) = 9 unit/day Efficiency of βBβ and βCβ together = (234/18) = 13 units/day So, efficiency of βCβ = 13 β 9 = 4 units/day So, time taken by βCβ to finish the work alone = (234/4) = 58.5 days
In SQL, which of the following best describes the role of a subquery within a SELECT statement?
Which of the following best illustrates the concept of polymorphism in Object-Oriented Programming (OOP)?
Which of the following is the most accurate description of semi-structured data ?
Which of the following is the main characteristic that differentiates random sampling from non-random sampling techniques?
In a min-heap, what is the complexity of removing the smallest element and restoring the heap property?
A companyβs network experiences intermittent connectivity issues. Upon analysis, the network technician observes frequent CRC (Cyclic Redundancy Check...
Which Python library is primarily used for data manipulation and cleaning?
Which of the following is an example of non-random sampling?
What factor is the most critical when determining the appropriate sample size for a study?
Which of the following query will return the third-highest salary from an EmployeeΒ table in SQL?