document.write( "Question 1168521: A retail outlet for calculators sells 700 calculators per year. It costs $2 to store one calculator for a year. To reorder, there is a fixed cost of $5, plus $2.35 for each calculator. How many times per year should the store order calculators, and in what lot size, in order to minimize inventory costs? The store should order ___ calculators ___ times per year to minimize inventory costs.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #851563 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
Let's solve this problem using the Economic Order Quantity (EOQ) model.\r
\n" ); document.write( "\n" ); document.write( "**1. Define Variables**\r
\n" ); document.write( "\n" ); document.write( "* D = Annual demand = 700 calculators
\n" ); document.write( "* H = Holding cost per unit per year = $2
\n" ); document.write( "* S = Ordering cost per order = $5 (fixed cost) + 2.35 * Q (where Q is the lot size)\r
\n" ); document.write( "\n" ); document.write( "**2. EOQ Formula**\r
\n" ); document.write( "\n" ); document.write( "The EOQ formula is:\r
\n" ); document.write( "\n" ); document.write( "EOQ = √(2DS / H)\r
\n" ); document.write( "\n" ); document.write( "However, we have an ordering cost that depends on the quantity, which is not the typical EOQ situation.\r
\n" ); document.write( "\n" ); document.write( "**3. Total Inventory Cost**\r
\n" ); document.write( "\n" ); document.write( "Total cost (TC) = Holding cost + Ordering cost\r
\n" ); document.write( "\n" ); document.write( "* Holding cost = (Q/2) * H = (Q/2) * 2 = Q
\n" ); document.write( "* Ordering cost = (D/Q) * S = (700/Q) * (5 + 2.35Q)\r
\n" ); document.write( "\n" ); document.write( "TC = Q + (700/Q) * (5 + 2.35Q)
\n" ); document.write( "TC = Q + 3500/Q + 1645\r
\n" ); document.write( "\n" ); document.write( "To minimize TC, we need to find the derivative of TC with respect to Q and set it to 0.\r
\n" ); document.write( "\n" ); document.write( "**4. Differentiate and Solve for Q**\r
\n" ); document.write( "\n" ); document.write( "* d(TC)/dQ = 1 - 3500/Q² = 0
\n" ); document.write( "* 1 = 3500/Q²
\n" ); document.write( "* Q² = 3500
\n" ); document.write( "* Q = √3500 ≈ 59.16\r
\n" ); document.write( "\n" ); document.write( "Since we must order whole calculators, we consider Q = 59 and Q = 60.\r
\n" ); document.write( "\n" ); document.write( "**5. Calculate Total Cost for Q = 59 and Q = 60**\r
\n" ); document.write( "\n" ); document.write( "* TC(59) = 59 + 3500/59 + 1645 ≈ 59 + 59.32 + 1645 ≈ 1763.32
\n" ); document.write( "* TC(60) = 60 + 3500/60 + 1645 ≈ 60 + 58.33 + 1645 ≈ 1763.33\r
\n" ); document.write( "\n" ); document.write( "Q = 59 minimizes the total cost.\r
\n" ); document.write( "\n" ); document.write( "**6. Calculate Number of Orders Per Year**\r
\n" ); document.write( "\n" ); document.write( "* Number of orders = D / Q = 700 / 59 ≈ 11.86\r
\n" ); document.write( "\n" ); document.write( "Since we can't have a fraction of an order, we round to 12.\r
\n" ); document.write( "\n" ); document.write( "**7. Final Answer**\r
\n" ); document.write( "\n" ); document.write( "The store should order 59 calculators 12 times per year to minimize inventory costs.
\n" ); document.write( "
\n" ); document.write( "
\n" );