document.write( "Question 846335: larry can paint the walls in 8hour. after working 3 hrs. partick joins and they finish in 2 hrs. how long would it take patrick to do the entire without larry? \n" ); document.write( "
Algebra.Com's Answer #509698 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Larry can paint the walls in 8hour. \n" ); document.write( " After working 3 hrs, Patrick joins and they finish in 2 hrs. \n" ); document.write( " how long would it take Patrick to do the entire without Larry? \n" ); document.write( ": \n" ); document.write( "let p = Patrick's time to do the job alone \n" ); document.write( "let the completed job = 1 \n" ); document.write( "; \n" ); document.write( "A shared work equation, each will do a fraction of the work, the two fractions add up one. \n" ); document.write( "L works 5 hrs, P works 2 hrs \n" ); document.write( " \n" ); document.write( "multiply by 8p, results: \n" ); document.write( "5p + 8(2) = 8p \n" ); document.write( "5p + 16 = 8p \n" ); document.write( "16 = 8p - 5p \n" ); document.write( "16 = 3p \n" ); document.write( "p = 16/3 \n" ); document.write( "p = 5 \n" ); document.write( " \n" ); document.write( " |