Start learning 50% faster. Sign in now
ATQ, Let the total work be 140 units. Efficiency of 'Ankit' = 140 ÷ 35 = 4 units/day Efficiency of 'Amit' = 4 X 4 = 16 units/day Efficiency of 'Sumit' = 16 ÷ 2 = 8 units/day Let the number of days for which 'Amit' worked alone be 'd'. So, (d X 16) + (12 - d) X (4 + 8) = 140 Or, 16d + 144 - 12d = 140 Or, 'd' = 2 So, 'Amit' worked alone for 2 days 'Amit' should've joined them after (12 - 2) = 10 days
An employee in a financial organization receives an email claiming to be from the company CEO, asking them to urgently transfer funds to a specific acco...
Consider the following Python code snippet:
class Employee:
def __init__(self, name, age):
self.name = name
<...Which of the following SQL commands is classified as a Data Definition Language (DDL) command?
Which of the following best describes quantitative data in a business analysis context?
In time series decomposition, which component is removed to achieve stationarity?
Given the following SQL query:
SELECT department _ id, COUNT(*) AS employee _ count
FROM employees
GROUP BY department_id
HA...
How does metadata contribute to effective data management in large-scale data systems?
Why is sampling often preferred over using the entire population for data analysis?
In the finance industry, which application of data analysis is most critical for reducing credit risk?
Which of the following is true regarding the use of pivot tables in Excel for data analysis?