document.write( "Question 280398: Jack usually mows his lawn in 3 hours. Jill can mow the same yard in 4 hours. How much time would it take for them to mow the yard together? \n" ); document.write( "
Algebra.Com's Answer #203787 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! Jack usually mows his lawn in 3 hours. Jill can mow the same yard in 4 hours. How much time would it take for them to mow the yard together?\r \n" ); document.write( "\n" ); document.write( "The amount of lawn mowed is the product of the rate of mowing and the elapsed time (i.e. m = r*t).\r \n" ); document.write( "\n" ); document.write( "Jack's rate of mowing is 1/3. Jill's ratre is 1/4. So their combines rate of mowing is 1/3 + 1/4. Let t be the ime needed. Then we have for mowing 1 lawn:\r \n" ); document.write( "\n" ); document.write( "1 = (1/3 + 1/4)*t \n" ); document.write( "1 = (4/12 + 3/12)*t \n" ); document.write( "1 = (7/12)*t \n" ); document.write( "t = 1/(7/12) \n" ); document.write( "t = 1*(12/7) \n" ); document.write( "t = 12/7 hours \n" ); document.write( " |