document.write( "Question 330287: Jack usually mows his lawn in 4 hours. Marilyn can mow the same lawn in 7 hours. How much time would it take for them to mow the lawn together? It would take tham how many hours of they worked together? \n" ); document.write( "
Algebra.Com's Answer #236795 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! they each mow a FRACTION of the lawn , based on their individual times ___ the fractions sum to one , the whole lawn\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let t=\"time together\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(t / 4) + (t / 7) = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiplying by 28 (the LCD) ___ 7t + 4t = 28 ___ 11t = 28 \n" ); document.write( " |