document.write( "Question 341207: Parallel processing uses two or more computers, working together, to solve a single problem. Using parallel processing, two computers can solve a problem in 20 minutes. If, working alone, one computer can solve a problem in 9 minutes less than the time needed by the second computer, how long would it take the faster computer working alone to solve the problem? \n" ); document.write( "
Algebra.Com's Answer #244286 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Parallel processing uses two or more computers, working together, to solve a single problem. Using parallel processing, two computers can solve a problem in 20 minutes. If, working alone, one computer can solve a problem in 9 minutes less than the time needed by the second computer, how long would it take the faster computer working alone to solve the problem? \n" ); document.write( "---------- \n" ); document.write( "together rate = 1/20 min/job \n" ); document.write( "one comp. rate = 1/(x-9) min/job \n" ); document.write( "2nd comp. rate = 1/x min/job \n" ); document.write( "------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "1/x + 1/(x-9) = 1/20 \n" ); document.write( "--- \n" ); document.write( "20(x-9) + 20x = x(x-9) \n" ); document.write( "40x-9*20 = x^2-9x \n" ); document.write( "--- \n" ); document.write( "x^2-49x + 180 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(x-45)(x-4) = 0 \n" ); document.write( "Realistic solution since 4-9 is negative: \n" ); document.write( "x = 45 minutes \n" ); document.write( "then \n" ); document.write( "x-9 = 36 minutes (faster computer time to do the job) \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |