document.write( "Question 1093210: Sam can mow a lawn in 30 minutes. Melissa can mow the same lawn in 90 minutes. How long does it take for both Sam and Melissa to mow the lawn if they are working together? \n" ); document.write( "
Algebra.Com's Answer #707814 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! in x minutes, Sam mows x/30 of lawn and Melissa x/90 \n" ); document.write( "(x/30)+(x/90)=1 full lawn. \n" ); document.write( "multiply both sides by 90 \n" ); document.write( "3x+x=90 \n" ); document.write( "4x=90 \n" ); document.write( "x=22.5 minutes ANSWER \n" ); document.write( "check \n" ); document.write( "22.5/30+22.5/90=1 \n" ); document.write( "Sam will end up doing 3/4 of it and Melissa 1/4 of it. \n" ); document.write( " |