document.write( "Question 937140: If 3 painters can paint 3 light poles (of same size and height) in 3 minutes then how many painters are needed to paint 18 light poles in 9 minutes? \n" ); document.write( "
Algebra.Com's Answer #570570 by ptaylor(2198) You can put this solution on YOUR website! Let x= number of painters needed to paint 18 light poles in 9 minutes \n" ); document.write( "Then x painters paint at the rate of (18/9)=2 light poles per minute \n" ); document.write( "3 painters paint at the rate of (3/3)=1 light pole per minute \n" ); document.write( "Now we can set up a ratio: \n" ); document.write( "(x/2)=(3/1) \n" ); document.write( "x=6 painters ----number needed to paint 18 poles in 9 minutes\r \n" ); document.write( "\n" ); document.write( "Does this help?---ptaylor \n" ); document.write( " |