Machine A and Machine B can produce 1 widget in 3 hours working together at their respective constant rates. If Machine A's speed were doubled, the two machines could produce 1 widget in 2 hours working together at their respective rates. How many hours does it currently take Machine A to produce 1 widget on its own?
A. 1/2
B. 2
C. 3
D. 5
E. 6
Let a be the number of hours it takes Machine A to produce 1 widget on its own. Let b be the number of hours it takes Machine B to produce 1 widget on its own.
The question tells us that Machines A and B together can produce 1 widget in 3 hours. Therefore, in 1 hour, the two machines can produce 1/3 of a widget. In 1 hour, Machine A can produce 1/a widgets and Machine B can produce 1/b widgets. Together in 1 hour, they produce 1/a + 1/b = 1/3 widgets.
If Machine A's speed were doubled it would take the two machines 2 hours to produce 1 widget. When one doubles the speed, one cuts the amount of time it takes in half. Therefore, the amount of time it would take Machine A to produce 1 widget would be a/2. Under these new conditions, in 1 hour Machine A and B could produce 1/(a/2) + 1/b = 1/2 widgets. We now have two unknowns and two different equations. We can solve for a.
The two equations:
2/a + 1/b = 1/2 (Remember, 1/(a/2) = 2/a)
1/a + 1/b = 1/3
Subtract the bottom equation from the top:
2/a - 1/a = 1/2 - 1/3
1/a = 3/6 - 2/6
1/a = 1/6
Therefore, a = 6.
The correct answer is E.
*******************************
My question is, how do you know that if Machine A's speed doubles, it would take both machines 2 hours to produce 1 widget? Help!