Question
X, Y, and Z alone can complete a language translation in
60, 90, and 36 days respectively. They started working together, but after 5 days, Z left the job, and 20 days before completion, X also left the job. In how many days is the translation completed?Solution
ATQ, Let the total work = 180 units (LCM of 60, 90, and 36) Amount of work done by X alone in one day = 180/60 = 3 units Amount of work done by Y alone in one day = 180/90 = 2 units Amount of work done by Z alone in one day = 180/36 = 5 units Amount of work done by X, Y, and Z together in 5 days = 5 × (3 + 2 + 5) = 50 units Amount of work done by Y alone in 20 days = 20 × 2 = 40 units Remaining work = 180 – 50 – 40 = 90 units Time taken by X and Y together to complete 90 units work = 90/(3 + 2) = 18 days So the total time taken to complete the translation = 5 + 20 + 18 = 43 days
In time series forecasting, what is the primary role of the ARIMA model ?
Which sampling technique involves dividing the population into mutually exclusive subgroups and then randomly selecting samples from each subgroup?
Which of the following best explains the role of an independent variable in data analysis?
When performing trend analysis for forecasting sales, which of the following methods is most commonly used to identify future trends based on historical...
A company’s network experiences intermittent connectivity issues. Upon analysis, the network technician observes frequent CRC (Cyclic Redundancy Check...
Which sampling technique is most appropriate when the population is naturally divided into groups that differ significantly from each other?
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
int x = 10, y = 20, *p1 = &x, *p2 = &y;...
Which of the following data visualization tools is specifically designed for creating interactive dashboards for business analytics?
Which of the following is the most appropriate method to handle missing data in a dataset for predictive modeling?
Which of the following statements about asymmetric encryption is true?