{{ extends 'global/Page.html' }}
{{ block title }}Practice First Decisions{{ endblock }}
{{ block content }}
| Retail Price | $15 | ||
| Purchase Price | $3.50 | ||
| Demand Distribution | N~(100,20) |
The distribution above represents the 1 year forecasted demand distribution for each product. The table below it gives the cost parameters for each product as well as a written demand distribution. Please choose how much of each product you would like to order in the first round.
{{ formfields }} {{ next_button }} {{ endblock }}