{{ extends 'global/Page.html' }} {{ block title }}Product 9 New Order{{ endblock }} {{ block content }}

You decided to update your order for product 9 from {{player.Q1_9}}. The new demand distribution is N~({{C.MEANPROD9}},{{C.SDPROD9}}) and shown in the graph below. Please enter your new order quantity.

Original Parameters Updated Parameters
Retail Price ${{C.RETAIL}} ${{C.RETAILPROD1}}
Purchase Price ${{C.WHOLESALE}} ${{C.WHOLESALEPROD1}}
Demand Distribution N~(500,200) N~({{C.MEANPROD9}},{{C.SDPROD9}})
Change Fee ${{player.change_fee}}
Original Order {{player.Q1_9}}
{{ formfields }} {{ next_button }} {{ endblock }}