heyholetsgo wrote:
Running at their respective constant rates, machine X takes 2 days longer to produce w widgets than machines Y. AT these rates, if the two machines together produce 5w/4 widgets in 3 days, how many days would it take machine X alone to produce 2w widgets.
A. 4
B. 6
C. 8
D. 10
E. 12
We are given that running at their respective constant rates, machine X takes 2 days longer to produce w widgets than machine Y does. If we let t = the time in days that it takes machine Y to produce w widgets, then t + 2 = the time in days that it takes machine X to produce w widgets. Furthermore, we can say the following:
rate of machine Y = w/t
rate of machine X = w/(t + 2)
We are given that the machines produce 5w/4 widgets in 3 days. Since work = rate x time and each machine works for 3 days, we first calculate the work done by machine X and machine Y individually.
work of machine Y = (w/t) x 3 = 3w/t
work of machine X = w/(t + 2) x 3 = 3w/(t + 2)
Since the machines work together to produce 5w/4 widgets, we can sum their work and set that sum to 5w/4.
3w/t + 3w/(t + 2) = 5w/4
Divide the entire equation by w and we have:
3/t + 3/(t + 2) = 5/4
Now, multiplying the entire equation by 4t(t + 2) to eliminate the denominators in the equation, we obtain:
3[4(t + 2)] + 3(4t) = 5[t(t + 2)]
12t + 24 + 12t = 5t^2 + 10t
5t^2 - 14t - 24 = 0
(5t + 6)(t - 4) = 0
t = -6/5 or t = 4
Since t cannot be negative, t must equal 4. That is, it takes machine Y 4 days to produce w widgets. Thus, it will take machine X 6 days to produce w widgets and 12 days to produce 2w widgets.
Answer: E
_________________