document.write( "Question 790028: Parallel processing uses two or more computers, working together, to solve a single problem. Using parallel processing, two computers can solve a problem in 6 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 #479014 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "Let x = amount of time, in min the slower computer can do the task (on its own)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1/(x-9) + 1/x = 1/6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x/(x(x-9)) + (x-9)/(x(x-9)) = 1/6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x + x-9)/(x(x-9)) = 1/6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(2x-9)/(x(x-9)) = 1/6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6(2x-9) = 1(x(x-9))\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "12x-54 = x^2-9x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0 = x^2-9x-12x+54\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2-21x+54 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-3)(x-18) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x-3 = 0 or x-18 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 3 or x = 18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice how if x = 3, then x-9 becomes 3-9 = -6. Since you can't have a negative time, this means that x = 3 is not allowed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So x = 18 is the only allowed solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So it will take 18 minutes for the slower computer to do the job alone.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, it will take 18 - 9 = 9 minutes for the faster computer to do the job alone.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |