document.write( "Question 715525: Pablo can paint a room in 2 hours, and his daughter Brenna can paint one in 8 hours. How long will it take them together to paint a room?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #439481 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Let P = time Pablo can paint one room \n" ); document.write( "Let B = time Brenna can paint one room \n" ); document.write( "Let T = time for both to paint one room \n" ); document.write( "Use this simple formula \n" ); document.write( "(1) T = (P*B)/(P + B) \n" ); document.write( "Using given times we get \n" ); document.write( "(2) T = (2*8)/(2 + 8) or \n" ); document.write( "(3) T = 16/10 or \n" ); document.write( "(4) T = 1.6 \n" ); document.write( "Answer: When they paint together they will take 1.6 hr. to paint one room. \n" ); document.write( "Comment: The formula given by (1) can only be used for two people. If more than two the formula is the inverse of the sum of the inverses. \n" ); document.write( " |