Two machines working together complete a job in 5 hours

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
mindauggas
Messages
127
Reaction score
0

Homework Statement



Machine A can do a job, working alone, in 4 hours less than machine B. Working together, they can complete
the job in 5 hours. How long would it take each machine, working alone, to complete the job?

Homework Equations



Ans. Machine A: 8.4 hours; machine B: 12.4 hours, approximately

The Attempt at a Solution



Don't know how to reason this one through ...
 
Physics news on Phys.org
Let the time that machine B takes to carry out the job be b hours.

Using the information we are given, we can write the time that machine A takes to carry out the job as the expression ... ?
 
NascentOxygen said:
Let the time that machine B takes to carry out the job be b hours.

Using the information we are given, we can write the time that machine A takes to carry out the job as the expression ... ?

a=b-4

And then ... ?
 
mindauggas said:
a=b-4

And then ... ?

In problems of this type you need to ASSUME something about how two machines work together. Clearly, the work times themselves don't add, so what does happen?

If we assume the RATES add (so that rate(A+B) = rate(A) + rate(B)) then we get two equations for the rates. If Ra = rate of A and Rb = rate of B (meaning the number of jobs per hour these machines can complete), time(A) = 1/Ra, time(B) = 1/Rb, and time(A+B) = 1/(Ra+Rb). You can take it from there.

RGV
 
Ray Vickson said:
In problems of this type you need to ASSUME something about how two machines work together. Clearly, the work times themselves don't add, so what does happen?

If we assume the RATES add (so that rate(A+B) = rate(A) + rate(B)) then we get two equations for the rates. If Ra = rate of A and Rb = rate of B (meaning the number of jobs per hour these machines can complete), time(A) = 1/Ra, time(B) = 1/Rb, and time(A+B) = 1/(Ra+Rb). You can take it from there.

RGV

So in this particular case i have

time(A) = 1/Ra = B-4

time(B) = 1/Rb = B

time(A+B) = 1/(Ra+Rb) = [itex]\frac{1}{(\frac{1}{(B-4)})+(\frac{1}{B})}[/itex]

But is it really the case?
 
mindauggas said:
So in this particular case i have

time(A) = 1/Ra = B-4

time(B) = 1/Rb = B

time(A+B) = 1/(Ra+Rb) = [itex]\frac{1}{(\frac{1}{(B-4)})+(\frac{1}{B})}[/itex]

But is it really the case?

If the addition-of-rates assumption holds, then YES, that is the case; if the addition-of-rates assumption does not hold, then NO, that is not the case. The question itself (at least as you stated it here) leaves undetermined the manner in which two machines work together; the additive-rates method applies in some real-world situations (at least approximately), but not in some others.

Instead of further agonizing about the problem, I suggest you just go ahead and solve it to see what you get.

RGV
 
I get the quadratic B[itex]^{2}[/itex]-14B+20=0

B[itex]_{1}[/itex]=12,4 (so we get the correct answer)

B[itex]_{2}[/itex]=1,6 (i need to discard it, because the other assumption is A=B-4 and we can't have a negative work done (at least in this situation)).

Thanks RGV/