document.write( "Question 515474: BUILDING BRICK WALL:
\n" );
document.write( "The time, t, required to build a brick wall varies inversely as the number of people, n, working on it. If it takes 8 hours for five bricklayers to build a wall, how long will it take four bricklayers to build a wall? \n" );
document.write( "
Algebra.Com's Answer #343998 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! If 5 bricklayers do the work in 8 hours, then we can model it as each bricklayer does 1/5 of the whole job in 8 hr or 1/40 of the job per hr. \n" ); document.write( ". \n" ); document.write( "That means it would take each bricklayer 40 hr to do the job working alone. \n" ); document.write( ". \n" ); document.write( "(1/40)*5 = 5/40 = 1/8 of the job per hr, so the whole job takes 8 hr. \n" ); document.write( ". \n" ); document.write( "How long will it take 4 bricklayers to build the wall? \n" ); document.write( ". \n" ); document.write( "(1/40)*4 = 4/40 = 1/10 per hr. So it will take 4 bricklayers 10 hr. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |