Question
20 men can do a task in 18 days while 30 women can
complete the same task in 24 days. In how many days will 1 man and 1 woman complete it together?Solution
ATQ,
Let the efficiency of a man and a woman be 'M' and 'W' units/day, respectively.
So, 20 × 18 × M = 30 × 24 × W
Or, M:W = 360 : 720 = 1 : 2
Let M = 1e and W = 2e
Let the required time be 'T' days
So, (1e + 2e) × T = 20 × 18 × 1e
Or, 3T = 360
∴ T = 360 ÷ 3 = 120 days
What is a key benefit of using the MVC architecture in software development?
Which data analytics technique is suitable for handling missing data points in a dataset?
In a DBMS using a "Strict Two-Phase Locking" protocol, when is a transaction allowed to release its locks?
The JDBC-ODBC bridge is
In a digital signature scheme, what does the process of "signing" mean?
How can the Banker's algorithm be used to prevent deadlocks?
What is a resource in the context of deadlocks?
SELECT E.EmpFname, E.EmpLname, P.EmpPosition FROM EmployeeInfo E INNER JOIN EmployeePosition P ON E.EmpID = P.EmpID AND P.EmpPosition IN ('Manager'); <...
State true/false
Approach to Data mining is Infrastructure, exploration, analysis, interpretation and exploration.
syntax of loops in shell scripting?