document.write( "Question 629359: it takes two laser printers 12 minutes, working together, to complete a 680 page print job. If each printer is printing each job alone, the first laser printer takes 10 minutes longer than the second laser printer. How long does it take each printer to complete the printing job alone? What is the speed of each printer? \n" ); document.write( "
Algebra.Com's Answer #396263 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! it takes two laser printers 12 minutes, working together, to complete a \n" ); document.write( " 680 page print job. \n" ); document.write( "If each printer is printing each job alone, the first laser printer takes 10 \n" ); document.write( " minutes longer than the second laser printer. \n" ); document.write( " How long does it take each printer to complete the printing job alone? \n" ); document.write( ": \n" ); document.write( "Let t = time required 2nd printer working alone \n" ); document.write( "then \n" ); document.write( "(t+10) = time required by the 1st printer alone \n" ); document.write( ": \n" ); document.write( "Let the completed job = 1 (printing of 680 pages) \n" ); document.write( ": \n" ); document.write( "A shared work equation \n" ); document.write( " \n" ); document.write( "multiply by t(t+10) to clear the denominators, results: \n" ); document.write( "12(t+10) + 12t = t(t+10) \n" ); document.write( "12t + 120 + 12t = t^2 + 10t \n" ); document.write( "Arrange as a quadratic equation on right \n" ); document.write( "0 = t^2 + 10t - 24t - 120 \n" ); document.write( "t^2 - 14t - 120 = 0 \n" ); document.write( "Factors \n" ); document.write( "(t-20)(t+6) = 0 \n" ); document.write( "the positive solution \n" ); document.write( "t = 20 minutes time of the 2nd printer \n" ); document.write( "then \n" ); document.write( "20 + 10 = 30 min time of the 1st printer \n" ); document.write( ": \n" ); document.write( "\"What is the speed of each printer?\" \n" ); document.write( "1st printer: 680/30 = 22 \n" ); document.write( "2nd printer: 680/20 = 34 pages/min \n" ); document.write( " |