document.write( "Question 1172285: A company produces boxes of DVDs at a rate of 52 boxes per hour they begin to produce boxes when they first opened for the day and after 3 hours have 400 four boxes in stock. How many boxes were in stock when they opened? Write a linear model for the amount of boxes, b, as a function of the numbers of hours since they opened, h, and use your model to predict the number boxes in stock at the end of an 8 hour shift \n" ); document.write( "
Algebra.Com's Answer #797297 by Theo(13342)![]() ![]() You can put this solution on YOUR website! they produce boxes at a rate of 52 boxes per hour. \n" ); document.write( "3 hours after they opened, then have 400 boxes in stock. \n" ); document.write( "3 * 52 = 156 boxes that they made. \n" ); document.write( "they must have had 400 - 156 = 244 boxes in stock when they opened. \n" ); document.write( "your equation will be: \n" ); document.write( "b = 244 + 52 * h \n" ); document.write( "b is the number of boxes they have in stock. \n" ); document.write( "h is the number of hours since they opened. \n" ); document.write( "when h = 3, the equation becomes: \n" ); document.write( "b = 244 + 52 * 3 = 400 \n" ); document.write( "after 3 hours they have 400 boxes in stock. \n" ); document.write( "when h = 8, the equation becomes: \n" ); document.write( "b = 244 + 52 * 8 = 660. \n" ); document.write( "after 8 hours, they have 660 boxes in stock.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |