document.write( "Question 824307: Together, John and mark can finish painting a house in 10 hours. Alone, John takes 4 hours longer than Mark to finish painting the same house. How long does Mark take to finish painting the house by himself? Give your answer correct to 2 decimal place. \n" ); document.write( "
Algebra.Com's Answer #496289 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Together, John and mark can finish painting a house in 10 hours. \n" ); document.write( "Alone, John takes 4 hours longer than Mark to finish painting the same house. How long does Mark take to finish painting the house by himself? \n" ); document.write( "---- \n" ); document.write( "Mark:: time = x hrs/job ; rate = 1/x job/hr \n" ); document.write( "John:: time = x+4 hrs/job ; rate = 1/(x+4) job/hr \n" ); document.write( "--- \n" ); document.write( "Together:: time = 10 hrs/job ; rate = 1/10 job/hr \n" ); document.write( "------------------- \n" ); document.write( "Equation: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "1/x + 1/(x+4) = 1/10 \n" ); document.write( "------ \n" ); document.write( "10(x+4) + 10x = x(x+4) \n" ); document.write( "------ \n" ); document.write( "20x + 40 = x^2 + 4x \n" ); document.write( "------ \n" ); document.write( "x^2 - 16x - 40 = 0 \n" ); document.write( "----- \n" ); document.write( "x = [16 +- sqrt(256-4*-40)]/2 \n" ); document.write( "----- \n" ); document.write( "x = [16 +- sqrt(96)]/2 \n" ); document.write( "----- \n" ); document.write( "x = [16 +- 4sqrt(6)]/2 \n" ); document.write( "---- \n" ); document.write( "x = [8 +- 2sqrt(6)] \n" ); document.write( "----- \n" ); document.write( "Comment: Strange answer for this type of problem. \n" ); document.write( "Did you post it correctly? \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |