document.write( "Question 411524: A painter can paint a house in 3 days. When his helper works with him, both men can paint the house in 2 days. How long will it take the helper, working alone, to paint the house? \n" ); document.write( "
Algebra.Com's Answer #289253 by rfadrogane(214)![]() ![]() You can put this solution on YOUR website! A painter can paint a house in 3 days. When his helper works with him, both men can paint the house in 2 days. How long will it take the helper, working alone, to paint the house? \n" ); document.write( "Sol'n: \n" ); document.write( "let x: the number of days the helper work alone \n" ); document.write( "rate x time = 1\r \n" ); document.write( "\n" ); document.write( "1/3+1/x=1/2 \n" ); document.write( "1/x=1/6 \n" ); document.write( "x = 6 days ----answer \n" ); document.write( " \n" ); document.write( " |