Question
βAβ alone can complete a work in 50 days while
βAβ and βBβ together can complete the same work in 20 days. How much percentage of the work, βBβ alone can complete in 25 days?Solution
Let the total work = L.C.M of 50 and 20 = 100 units Then, efficiency of βAβ alone = 100 Γ· 50 = 2 units/day Combined efficiency of βAβ and βBβ = 100 Γ· 20 = 5 units/day So, efficiency of βBβ = 5 β 2 = 3 units/day So, work done by βBβ alone in 25 days = 3 Γ 25 = 75 units So, percentage of work completed by βBβ = (75 Γ· 100) Γ 100 = 75%
What is the purpose of the "GROUP BY" clause in an SQL query?
How many possible boolean functions can be defined on n variables?
Which of the following functions is used in C to initiate a DMA transfer when working with certain hardware libraries?
Which of the following is not a commonly used lock-based concurrency control protocol in a DBMS?
Which of the following clause return specific rows?
In unsupervised learning, what is the primary goal?
What is the purpose of the try-catch-finally construct?
Which data mining technique is used to find patterns or associations in big datasets, such as market basket analysis?
What is Apache Spark primarily used for in big data processing?
- To evaluate a postfix expression we can use a _________