Solving the Mystery: How Long to Complete the Job Alone?

AI Thread Summary
Machine A completes a job in 4 hours less time than Machine B, and together they finish the job in 5 hours. The time taken by Machine B is denoted as b hours, leading to Machine A taking b-4 hours. The rates of work for both machines are assumed to add together, allowing for the formulation of equations based on their individual rates. Solving the resulting quadratic equation yields that Machine A takes approximately 8.4 hours and Machine B takes about 12.4 hours to complete the job alone. The discussion emphasizes the importance of understanding how the machines work together to accurately determine their individual completion times.
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) = \frac{1}{(\frac{1}{(B-4)})+(\frac{1}{B})}

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) = \frac{1}{(\frac{1}{(B-4)})+(\frac{1}{B})}

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^{2}-14B+20=0

B_{1}=12,4 (so we get the correct answer)

B_{2}=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/
 
Back
Top