document.write( "Question 344715: I need help with word problems. The first one is: You can paint a certain room in 5 hours. Your brother can do it in 2 hours. How long does it take the two of you working together?
\n" );
document.write( "I thought that by adding 5 and 2 and then dividing that by 2 would give me the correct amount, but this is wrong. thank you.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #246662 by nerdybill(7384) You can put this solution on YOUR website! You can paint a certain room in 5 hours. Your brother can do it in 2 hours. How long does it take the two of you working together? \n" ); document.write( ". \n" ); document.write( "Let x = time (hours) it takes for both working together \n" ); document.write( "then \n" ); document.write( "x(1/5 + 1/2) = 1 \n" ); document.write( "Multiplying both sides by 10: \n" ); document.write( "x(2 + 5) = 10 \n" ); document.write( "7x = 10 \n" ); document.write( "x = 10/7 \n" ); document.write( "x = 1.43 hours \n" ); document.write( "or \n" ); document.write( "x = 1 hour and 26 minutes \n" ); document.write( " |