document.write( "Question 979862: The amount of time it takes p people to paint d doors varies directly with the number of doors and inversely with the number of people. Four people can paint 10 doors in 2 hours. How many people will it take to paint 25 doors in 5 hours? \n" ); document.write( "
Algebra.Com's Answer #601102 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
time = k * ( d / p ) where k is the constant of proportionality
\n" ); document.write( "****************************************************************
\n" ); document.write( "2 = k * (10/4)
\n" ); document.write( "10k = 8
\n" ); document.write( "k = 8/10 = 4/5
\n" ); document.write( "****************************************************************
\n" ); document.write( "5 = (4/5) * (25/p)
\n" ); document.write( "5 = 100 / 5p
\n" ); document.write( "25p = 100
\n" ); document.write( "p = 4
\n" ); document.write( "therefore
\n" ); document.write( "4 people will paint 25 doors in 5 hours
\n" ); document.write( "
\n" ); document.write( "
\n" );