document.write( "Question 1086614: two typists working together can type a report in 2.4 hrs. if either had to type the report all alone, it would take the 1st typist 2 hrs longer than the 2nd typist. how long would it take for each typist to type the said report? \n" ); document.write( "
Algebra.Com's Answer #700850 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let t = the number of hours the 2nd typist takes working alone \n" ); document.write( "So the rate of the 2nd typist is 1/t \n" ); document.write( "Since the 1st typist takes t+2 hours, their rate is 1/(t+2) \n" ); document.write( "Working together, their combined rate is 1/t + 1/(t+2) = 1/2.4 \n" ); document.write( "Solve for t: \n" ); document.write( "(2t+2)/(t^2+2t) = 1/2.4 \n" ); document.write( "t^2 -2.8t - 4.8 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(t+1.2)(t-4) = 0 \n" ); document.write( "We take the positive solution, t = 4 \n" ); document.write( "Thus the 1st typist takes 6 hours, and the 2nd typist takes 4 hours \n" ); document.write( " |