poojaarora1818
If x is the slower worker of the two workers, how can X be 20 and Y be 40? The slower one should take more days to complete a task.
Can you please walk us through the solution?
Bismuth83
It takes 5 days, 10 days, 20 days, 40 days, and 50 days respectively for workers A, B, C, D, and E to complete the same work independently. The employer wants the work to be inspected within one day of completion. Further, the employer can employ exactly two of these five workers, and due to certain administrative restrictions, the employer mandates that the work takes at least 10 days but not more than 14 days. X is the slower worker of the two workers selected, and Y is the other worker. Select an option for X and an option for Y that are jointly consistent with the information provided. Make only two selections, one in each column.
Sure thing! I fixed the answers and reversed them. Let me walk you through the solution.
1. There are 5 workers with different speeds. We need to
find a combination of 2 workers that will do the work in 10 to 14 days.
2. Let the amount of work be equal to 1. Then the worker speeds for A, B, C, D, and E are \(\frac{1}{5}\), \(\frac{1}{10}\), \(\frac{1}{20}\), \(\frac{1}{40}\), and \(\frac{1}{50}\).
3. That means our question can be rewritten. We need to find X and Y such that the value of t in this equation is between 10 and 14: \(t(X_{speed} + Y_{speed}) = 1\). Now, we can look at the extremes.
4. Workers A or B won’t work, since they can do all the work by themselves in 10 days or less. C, D and E are left.
5. For the combination D and E we have: \(t(\frac{1}{40} + \frac{1}{50}) = 1 \rightarrow t = \frac{1}{\frac{1}{40} + \frac{1}{50}} > \frac{1}{\frac{1}{40} + \frac{1}{40}} = \frac{1}{\frac{1}{20}} = 20\). This doesn’t work since t must be between 10 and 14.
6. We are left with 2 combinations - C+D and C+E. Since we know that C must be there, we can say that both combinations take more than 10 days and
Y must be C. This is because \(10 * (\frac{1}{20} + \frac{1}{20}) = 1\) and replacing one 1/20 with something less would make t larger.
7. Because there is only one answer, the combination that takes less time should work and that’s C+D. However, let’s double-check just in case:
\(t(\frac{1}{20} + \frac{1}{40}) = 1 \rightarrow t = \frac{1}{\frac{1}{20} + \frac{1}{40}} = \frac{1}{\frac{3}{40}} = \frac{40}{3} < \frac{42}{3} = 14\) and \(t(\frac{1}{20} + \frac{1}{50}) = 1 \rightarrow t = \frac{1}{\frac{1}{20} + \frac{1}{50}} = \frac{1}{\frac{7}{100}} = \frac{100}{7} > \frac{98}{7} = 14\).
8. So, our answer is
X = D and Y = C.