document.write( "Question 1148782: Matthew manages the packaging department of his company. Yesterday, the department operated for only 4 hours due to a company picnic, and they only completed 112 packages. Today, his department will complete 43 packages per hour. If Matthew wants to complete packages at an average rate of at least 39 packages per hour, then what is the minimum number of hours that the department must operate today to compensate for yesterday's company picnic?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #770131 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Matthew manages the packaging department of his company. \n" ); document.write( " Yesterday, the department operated for only 4 hours due to a company picnic, and they only completed 112 packages. \n" ); document.write( " Today, his department will complete 43 packages per hour. \n" ); document.write( " If Matthew wants to complete packages at an average rate of at least 39 packages per hour, \n" ); document.write( " then what is the minimum number of hours that the department must operate today \n" ); document.write( "to compensate for yesterday's company picnic? \n" ); document.write( ": \n" ); document.write( "let t = no. of hrs required to accomplish this \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "multiply both sides by (t+4) \n" ); document.write( "112 + 43t = 39(t + 4) \n" ); document.write( "112 + 43t = 39t + 156 \n" ); document.write( "43t - 39t = 156 - 112 \n" ); document.write( "4t = 44 \n" ); document.write( "t = 44/4 \n" ); document.write( "t = 11 hrs has to be worked to average 39 pkg per hr \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check: \n" ); document.write( "total packages: 112 + 11(43) = 585 \n" ); document.write( "total hrs: 4 + 11 = 15 hrs \n" ); document.write( "Average per hour: 585/15 = 39 \n" ); document.write( " \n" ); document.write( " |