document.write( "Question 1040732: Mark takes 2 hours to clean 500 bottles,Flor takes 3 hours to clean 450 bottles.Working together,how long should it take them to clean 1,500 bottles? \n" ); document.write( "
Algebra.Com's Answer #655633 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Mark's rate is 500/2 = 250 bottles per hour.
\n" ); document.write( "Flor's rate is 450/3 = 150 bottles per hour.\r
\n" ); document.write( "\n" ); document.write( "Let x = number of hours it would take them to clean working together.\r
\n" ); document.write( "\n" ); document.write( "==> (250+150)x = 1500\r
\n" ); document.write( "\n" ); document.write( "==> 400x = 1500 ==> x = 3.75 hours, or 3 hours and 45 minutes.
\n" ); document.write( "
\n" );