|
Question 801304: Math problem: One slower computer, working alone takes 4 hours longer than a faster second computer. After both computers work together for one hour, the faster computer crashes. The slower computer continues working for another two hours competing the program. How long would it take the faster computer, working alone, to run the program ???
Email: bbminc@aol.com
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Math problem: One slower computer, working alone takes 4 hours longer than a faster second computer. After both computers work together for one hour, the faster computer crashes. The slower computer continues working for another two hours competing the program. How long would it take the faster computer, working alone, to run the program ???
--------
Slower computer DATA::
time = x+4 hrs/job ; rate = 1/(x+4) job/hr
-----
Faster computer DATA:
time = x hrs/job ; rate = 1/x job/hr
----------------------------------------
Work down in one hour = (1/x)+(1/x+4) = (x+4+x)/(x(x+4)) = (2x+4)/(x^2+4x)
================
Equation::
1[(1/x)+1/(x+4)] + 2[1/(x+4)] = 1 job
----
(1/x) + 3/(x+4) = 1
-----
x+4+3x = x(x+4)
x^2 +4x = 4x+4
x^2 = 4
x = 2
=============
How long would it take the faster computer, working alone, to run the program ???
Ans:: x = 2 hours
-----------------------
Cheers,
Stan H.
========================
|
|
|
| |