document.write( "Question 632365:
\n" );
document.write( "Working together, two people can complete a task in 8 hours. Working alone, one person takes 2 hours longer than the other to complete the task. How long would it take for each person to complete the task? (Round your answers to one decimal place.) \n" );
document.write( "
Algebra.Com's Answer #398231 by nerdybill(7384) You can put this solution on YOUR website! Working together, two people can complete a task in 8 hours. Working alone, one person takes 2 hours longer than the other to complete the task. How long would it take for each person to complete the task? (Round your answers to one decimal place.) \n" ); document.write( ". \n" ); document.write( "Let x = time (hours) it takes one person \n" ); document.write( "then \n" ); document.write( "x+2 = time (hours) it takes second person \n" ); document.write( ". \n" ); document.write( "8(1/x + 1/(x+2)) = 1 \n" ); document.write( "multiplying both sides by x(x+2): \n" ); document.write( "8(x+2 + x) = x(x+2) \n" ); document.write( "8(2x+2) = x^2+2x \n" ); document.write( "16x+16 = x^2+2x \n" ); document.write( "16 = x^2-14x \n" ); document.write( "0 = x^2-14x-16 \n" ); document.write( "since we can't factor we \n" ); document.write( "apply \"quadratic formula\" to get: \n" ); document.write( "x = {15.1, -1.1} \n" ); document.write( "throw out the -1.1 (extraneous) leaving: \n" ); document.write( "x = 15.1 hours (one person's time) \n" ); document.write( ". \n" ); document.write( "second person's time: \n" ); document.write( "x+2 = 15.1+2 = 17.1 hours \n" ); document.write( ". \n" ); document.write( "Answer: 15.1 hours and 17.1 hours \n" ); document.write( ". \n" ); document.write( "details of quadratic formula: \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |