document.write( "Question 959735: Sarah takes 3 hours longer to paint a floor than it takes John. When they work together, it takes them 2 hours. How long would each take to do the job alone? \n" ); document.write( "
Algebra.Com's Answer #586567 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Sarah takes 3 hours longer to paint a floor than it takes John. \n" ); document.write( "When they work together, it takes them 2 hours. \n" ); document.write( "How long would each take to do the job alone? \n" ); document.write( "------ \n" ); document.write( "Sarah DATA:: time = x+3 hrs/job ; rate = 1/(x+3) job/hr \n" ); document.write( "----- \n" ); document.write( "John DATA:: time = x hrs/job ; rate = 1/x job/hr \n" ); document.write( "----- \n" ); document.write( "Together DATA:: time = 2 hr/job ; rate = 1/2 job/hr \n" ); document.write( "----------------------- \n" ); document.write( "Equation: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "1/(x+3) + 1/x = 1/2 \n" ); document.write( "------- \n" ); document.write( "2x + 2(x+3) = x(x+3) \n" ); document.write( "------ \n" ); document.write( "4x+6 = x^2 + 3x \n" ); document.write( "---- \n" ); document.write( "x^2 - x - 6 = 0 \n" ); document.write( "Factor:: \n" ); document.write( "(x-3)(x+2) = 0 \n" ); document.write( "x = 3 hrs (time for John to do the job alone) \n" ); document.write( "x+3 = 6 hrs (time for Sarah to do the job alone) \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " \n" ); document.write( " |