document.write( "Question 356834: if someone takes hours to paint a room, and another person takes 12 hours to paint a room, if the two of them work together at the same pace, how long would it take them? \n" ); document.write( "
Algebra.Com's Answer #254765 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! if someone takes hours to paint a room, and another person takes 12 hours to paint a room, if the two of them work together at the same pace, how long would it take them?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "person A --> ? hours to fill a room, did you forget to say how many hours?, well lets call that A hours then since the number is not here \n" ); document.write( "person B --> 12 hours to paint a room \n" ); document.write( "how long would it take them to paint the room working together?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total time T hours = (1 job)/[(1 job)/(A hours) + (1 job)/(12 hours)] \n" ); document.write( "hours = jobs/(jobs/hours) = jobs * hours/jobs = hours (that is the units) \n" ); document.write( "T = 1/(1/A + 1/12) \n" ); document.write( "T = 1/(12/12A + A/12A) (multiplied 1/A by 12/12 and 1/12 by A/A) \n" ); document.write( "T = 1/((12 + A)/12A) \n" ); document.write( "T = 12A/(12 + A) hours \n" ); document.write( "if we know A, we can find T\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |