{{ extends 'global/Page.html' }} {{ block title }}Instructions Page 2{{ endblock }} {{ block content }}

Here are 2 examples of calculating the profit of a round:

  1. Example 1:
    Profit = {{ 20 | cu }} * 20 units [units sold = Minimum of demand and available inventory]
      - {{ 7.5 | cu }} * 50 units [order quantity]
      - {{ 5 | cu }} * 40 units [final inventory= available inventory - units sold]
      = - {{ 175 | cu }}
  2. Example 2:
    Profit = {{ 20 | cu }} * 60 units [units sold = Minimum of demand and available inventory]
      - {{ 7.5 | cu }} * 50 units [order quantity]
      - {{ 5 | cu }} * 0 units [final inventory= 0]
      = {{ 825 | cu }}

{{ next_button }} {{ endblock }}