document.write( "Question 423962: if one man paints a wall in 30 minutes and another paints the same wall in 20minutes how long would it take if they both painted it.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #295618 by linht117(37) ![]() You can put this solution on YOUR website! x= how long it takes to paint together \n" ); document.write( "x/30 + x/20 = 1 wall \n" ); document.write( "60(x/30) + 60(x/20) = 1(60) multiply by LCD and simplify \n" ); document.write( "2x + 3x =60 \n" ); document.write( "5x=60 \n" ); document.write( "x=12 minutes \n" ); document.write( " \n" ); document.write( " |