document.write( "Question 358183: one painter can paint 2 rooms in 90 minutes. if there are 50 rooms how many painters are needed to paint all rooms in 7.5 hours. \n" ); document.write( "
Algebra.Com's Answer #255645 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
one painter can paint 2 rooms in 90 minutes. if there are 50 rooms how many
\n" ); document.write( "painters are needed to paint all rooms in 7.5 hours.
\n" ); document.write( "
\r\n" );
document.write( "1 painter's rate = \"%282rooms%29%2F%281.5hours%29\"\"%22%22=%22%22\"\"2%2F1.5=20%2F15=4%2F3\"rooms/hour\r\n" );
document.write( "\r\n" );
document.write( "n painters' combined rate = \"4%2F3\"n  rooms/hour\r\n" );
document.write( "\r\n" );
document.write( "rooms = rate * time\r\n" );
document.write( "\r\n" );
document.write( "   50 = \"4%2F3\"n * 7.5\r\n" );
document.write( "\r\n" );
document.write( "Multiply through by 3\r\n" );
document.write( "\r\n" );
document.write( " 150 = 4n*7.5\r\n" );
document.write( "\r\n" );
document.write( " 150 = 30n\r\n" );
document.write( "\r\n" );
document.write( "   5 = n\r\n" );
document.write( "\r\n" );
document.write( "It would take 5 painters.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );