document.write( "Question 206942: two technicians can complete a mailing in 3 hours when working together. alone, one can complete the mailing 2 hours faster than the other. how long will it take each person to complete the mailing alone? compute answer to two decimal places. \n" ); document.write( "
| Algebra.Com's Answer #156439 by nerdybill(7384)     You can put this solution on YOUR website! two technicians can complete a mailing in 3 hours when working together. alone, one can complete the mailing 2 hours faster than the other. how long will it take each person to complete the mailing alone? compute answer to two decimal places. \n" ); document.write( ". \n" ); document.write( "Let x = time it takes to complete mailing by slower tech \n" ); document.write( "then \n" ); document.write( "x-2 = time it takes by faster tech \n" ); document.write( ". \n" ); document.write( "3(1/x + 1/(x-2)) = 1 \n" ); document.write( "3/x + 3/(x-2) = 1 \n" ); document.write( "Multiply both sides by a common denominator x(x-2): \n" ); document.write( "3(x-2) + 3x = x(x-2) \n" ); document.write( "3x-6 + 3x = x^2-2x \n" ); document.write( "6x-6 = x^2-2x \n" ); document.write( "-6 = x^2-8x \n" ); document.write( "0 = x^2-8x+6 \n" ); document.write( "Solve using the quadratic equation yields: \n" ); document.write( "x = {7.16, 0.84} \n" ); document.write( "We can throw out the 0.84 solution because it will give a negative answer for the faster tech leaving us with: \n" ); document.write( "x = 7.16 hours for the slower tech \n" ); document.write( "x-2 = 7.16-2 = 5.16 hours for the faster tech \n" ); document.write( ". \n" ); document.write( "Details of quadratic follows: \n" ); document.write( " 
 \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |