document.write( "Question 488066: Janice can mow the lawn in 2 hours. Her friend can mow the same lawn in 2 hours. How long would it take them to mow the lawn if they had two lawn mowers and worked for the same lenght of time? \n" ); document.write( "
Algebra.Com's Answer #333251 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Janice can mow the lawn in 2 hours. Her friend can mow the same lawn in 2 hours. How long would it take them to mow the lawn if they had two lawn mowers and worked for the same lenght of time? \n" ); document.write( "----------------------------------- \n" ); document.write( "Janice DATA: \n" ); document.write( "time = 2 hrs/job ; rate = 1/2 job/hr \n" ); document.write( "---- \n" ); document.write( "Friend DATA: \n" ); document.write( "time = 2 hrs/job ; rate = 1/2 job/hr \n" ); document.write( "--- \n" ); document.write( "Together DATA: \n" ); document.write( "time = x hrs/job ; rate = 1/x job/hr \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "1/2 + 1/2 = 1/x \n" ); document.write( "1/x = 1 \n" ); document.write( "x = 1 hr (time for them to do the job together) \n" ); document.write( "------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |