document.write( "Question 1034843: Jeff & Kirk can build a 75- ft retaining wall together in 9 hours. Because Jeff has more experience be can build the wall by himself 2 hours quicker than Kirk. How long would it take Kirk to the nearest minute to build the wall by himself? \n" ); document.write( "
Algebra.Com's Answer #649502 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the time Kirk takes alone, t hours. \n" ); document.write( "Thus Jeff can do it in t-2 hours. \n" ); document.write( "The setup looks like this \n" ); document.write( " \n" ); document.write( "Multiply by t(t-2) and get \n" ); document.write( "9(t-2) + 9t = t(t-2) \n" ); document.write( "Now solve for t... \n" ); document.write( "9t - 18 + 9t = t^2 - 2t \n" ); document.write( "t^2 - 20t + 18 = 0 \n" ); document.write( "t = 19.0554 hours = 19 hours 3 minutes \n" ); document.write( " |