document.write( "Question 514340: If Sally can paint a house in 4 hours, and John can paint the same house in 6 hour, how long will it take for both of them to paint the house together?
\n" );
document.write( "How do I set this up to solve it? \n" );
document.write( "
Algebra.Com's Answer #343385 by stanbon(75887) ![]() You can put this solution on YOUR website! If Sally can paint a house in 4 hours, and John can paint the same house in 6 hour, how long will it take for both of them to paint the house together? \n" ); document.write( "--- \n" ); document.write( "Sally rate = 1/4 job/hr \n" ); document.write( "John rate = 1/6 job/hr \n" ); document.write( "-- \n" ); document.write( "Together rate: 1/x job/hr \n" ); document.write( "============================= \n" ); document.write( "Equation: \n" ); document.write( "rate + rate + together rate \n" ); document.write( "1/4 + 1/6 = 1/x \n" ); document.write( "Multiply thru by 12x: \n" ); document.write( "3x + 2x = 12 \n" ); document.write( "5x = 12 \n" ); document.write( "x = 2.4 hr = 2hr 24 min (time to do the job together) \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |