document.write( "Question 158177: eight stock clerks can stock 26,000 cans in 10 hrs. How long will it take 5 such clerks to stock 16,250 cans? \n" ); document.write( "
Algebra.Com's Answer #116561 by gonzo(654) ![]() You can put this solution on YOUR website! clerks * rate * time = units \n" ); document.write( "clerks is number of stock clerks \n" ); document.write( "rate is number of units stocked per hour per stock clerk \n" ); document.write( "time is in hours. \n" ); document.write( "units is number of cans stocked. \n" ); document.write( "let s = number of stock clerks \n" ); document.write( "let r = number of cans stocked per hour per clerk \n" ); document.write( "let t = number of hours it took to complete the job \n" ); document.write( "let c = number of cans stocked in total \n" ); document.write( "formula becomes \n" ); document.write( "s*r*t = c \n" ); document.write( "r = c/h/s = cans stocked per hour per clerk = c/(h*s) \n" ); document.write( "substituting in the first part of the problem, \n" ); document.write( "s = 8 \n" ); document.write( "r = r (unknown at this time) \n" ); document.write( "t = 10 \n" ); document.write( "c = 26000 \n" ); document.write( "equation is s*r*t = c \n" ); document.write( "substituting in this equation we get \n" ); document.write( "8*r*10 = 26000 \n" ); document.write( "solving for r, we get \n" ); document.write( "r = 26000/(8*10) = 325 cans stocked per stock clerk per hour. \n" ); document.write( "now that we know the rate, we can solve for the second part of the problem. \n" ); document.write( "same equation is used, i.e. s*r*t = c \n" ); document.write( "in this case, however, \n" ); document.write( "s = 5 \n" ); document.write( "r = 325 \n" ); document.write( "t = t (unknown at this time) \n" ); document.write( "c = 16250 \n" ); document.write( "substituting in the equation s*r*t = c \n" ); document.write( "we get \n" ); document.write( "5*325*t = 16250 \n" ); document.write( "solving for t, we get \n" ); document.write( "t = 16250/(5*325) = 16250 / 1625 = 10 \n" ); document.write( "answer is t = 10 hours. \n" ); document.write( "so 5 stock clerks working for 10 hours and stocking 325 cans per stock clerk per hour will stock 5*10*325 = 16250 cans. \n" ); document.write( " |