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

You decided to update your order for product 3 from {{player.Q1_4}}. The new demand distribution is N~({{C.MEANPROD4}},{{C.SDPROD4}}) 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}} $9.50
Demand Distribution N~(500,200) N~({{C.MEANPROD4}},{{C.SDPROD4}})
Change Fee ${{player.change_fee}}
Original Order {{player.Q1_4}}
{{ formfields }} {{ next_button }} {{ endblock }}