document.write( "Question 352577: Each of two brothers can wash a car in 1 hour; however their sister can wash the car in 45 minutes.If all three work together, how long will it take to wash the car? \n" ); document.write( "
Algebra.Com's Answer #251977 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Each of two brothers can wash a car in 1 hour; however their sister can wash the car in 45 minutes.If all three work together, how long will it take to wash the car? \n" ); document.write( ". \n" ); document.write( "Rate of each brother: 1 car per 1 hour = 1/1 \n" ); document.write( "Rate of sister: 1 car per 45 min = 1 car per .75 hour = 1/.75 \n" ); document.write( ". \n" ); document.write( "Let x = time (hours) for all three working together \n" ); document.write( "then \n" ); document.write( "x(1/1 + 1/1 + 1/.75) = 1 \n" ); document.write( "x(1 + 1 + 1/.75) = 1 \n" ); document.write( "multiplying both sides by .75: \n" ); document.write( "x(.75 + .75 + 1) = .75 \n" ); document.write( "x(2.5) = .75 \n" ); document.write( "x = .75/2.5 \n" ); document.write( "x = .3 hour \n" ); document.write( "or \n" ); document.write( "x = 18 minutes \n" ); document.write( " |