SOLUTION: Parallel processing is the simultaneous use of more than one computer to run a program. Suppose one computer, working alone, takes 16 h longer than a second computer to run a progr

Algebra ->  Equations -> SOLUTION: Parallel processing is the simultaneous use of more than one computer to run a program. Suppose one computer, working alone, takes 16 h longer than a second computer to run a progr      Log On


   



Question 1058306: Parallel processing is the simultaneous use of more than one computer to run a program. Suppose one computer, working alone, takes 16 h longer than a second computer to run a program that determines whether a number is prime. After the computers work together for 1 h, the faster computer crashes. The slower computer continues for another 14 h before completing the program. How long would it take the faster computer, working alone, to complete the program?
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
x= number of hours the faster computer needs to do the whole job by itself
x%2B16= number of hours the slower computer needs to do the whole job by itself
1%2Fx= fraction of the task done by the faster computer in one hour
1%2F%28x%2B16%29= fraction of the task done by the slower computer in one hour
We know that the task was completed with work from both computers,
with the slower computer working during
1%2B14=15 hours,
and the faster computer working for one hour.
So, our equation is
1%2Fx%2B15%2F%28x%2B16%29=1
Multiplying both sides of the equal sign times x%2A%28x%2B16%29 we eliminate denominators to get
x%2B16%2B15x=x%28x%2B16%29
16x%2B16=x%5E2%2B16x
16=x%5E2
So, x=4= number of hours that the faster computer needs to do the whole job by by itself;
x%2B16=20= number of hours that the slower computer needs to do the whole job by itself,
meaning that the faster computer is 20%2F4=5 times faster.
If we interpret the question as asking for the time it takes the faster computer to run the program working by itself from start to end,
the answer is highlight%284hours%29 .
NOTE:
Sometimes the question meant does not agree with our interpretation,
and we are puzzled by the answer that is considered the correct answer.
If they meant how long would have taken the faster computer to finish the job after the two computers worked together for 1 hour,
that would be 14+hours%2F5=2.8hous=2hoursand48+minutes .