document.write( "Question 67413This question is from textbook Advanced mathematics
\n" );
document.write( ": A master painter can paint a house in M days and two workers require W1 and W2 days each to paint a house alone. If the master can work as fast as the two workers working together, write an expression for M in terms of W1 and W2. \n" );
document.write( "
Algebra.Com's Answer #47968 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Master Painter can paint 1/M houses per day\r \n" ); document.write( "\n" ); document.write( "Worker1 can paint 1/W1 houses per day \n" ); document.write( "Worker2 can paint 1/W2 houses per day\r \n" ); document.write( "\n" ); document.write( "Now we are told that:\r \n" ); document.write( "\n" ); document.write( "1/M=1/W1+1/W2 First get rid of fractions by multiplying both sides by the LCM which is MW1W2\r \n" ); document.write( "\n" ); document.write( "W1W2(M/M)=MW2(W1/W1)+MW1(W2/W2) simplifying we get:\r \n" ); document.write( "\n" ); document.write( "W1W2=MW2+MW1 and this equals:\r \n" ); document.write( "\n" ); document.write( "W1W2=M(W1+W2) divide both sides by (W1+W2)\r \n" ); document.write( "\n" ); document.write( "M=W1W2/(W1+W2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |